~ubuntu-branches/ubuntu/hoary/binutils/hoary

« back to all changes in this revision

Viewing changes to gas/doc/c-ip2k.texi

  • Committer: Bazaar Package Importer
  • Author(s): James Troup
  • Date: 2004-05-19 10:35:44 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040519103544-17h3o6e8pwndydrg
Tags: 2.14.90.0.7-8
debian/rules: don't use gcc-2.95 on m68k.  Thanks to Adam Conrad for
pointing this out.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@c Copyright 2002
 
2
@c Free Software Foundation, Inc.
 
3
@c This is part of the GAS manual.
 
4
@c For copying conditions, see the file as.texinfo.
 
5
@ifset GENERIC
 
6
@page
 
7
@node IP2K-Dependent
 
8
@chapter IP2K Dependent Features
 
9
@end ifset
 
10
@ifclear GENERIC
 
11
@node Machine Dependencies
 
12
@chapter IP2K Dependent Features
 
13
@end ifclear
 
14
 
 
15
@cindex IP2K support
 
16
@menu
 
17
* IP2K-Opts::                   IP2K Options
 
18
@end menu
 
19
 
 
20
@node IP2K-Opts
 
21
@section IP2K Options
 
22
 
 
23
@cindex options, IP2K
 
24
@cindex IP2K options
 
25
 
 
26
The Ubicom IP2K version of @code{@value{AS}} has a few machine
 
27
dependent options:
 
28
 
 
29
@table @code
 
30
@item -mip2022ext
 
31
@cindex @samp{-mip2022ext} option, IP2022
 
32
@cindex architecture options, IP2022
 
33
@cindex IP2K architecture options
 
34
@code{@value{AS}} can assemble the extended IP2022 instructions, but
 
35
it will only do so if this is specifically allowed via this command
 
36
line option.
 
37
 
 
38
@item -mip2022
 
39
@cindex @samp{-mip2022} option, IP2K
 
40
@cindex architecture options, IP2K
 
41
@cindex IP2K architecture options
 
42
This option restores the assembler's default behaviour of not
 
43
permitting the extended IP2022 instructions to be assembled.
 
44
 
 
45
 
 
46
@end table