diff options
author | Nick Clifton <nickc@redhat.com> | 2002-02-25 10:34:25 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-02-25 10:34:25 +0000 |
commit | 9e32ca895c9d43620d62c63d7f3cc99da6b5df3a (patch) | |
tree | a30c510ef2525e8519f38d79e60f51f5d94f08f2 /gas/doc/as.texinfo | |
parent | e31cd5a0ce3e688e9d659ca6240e531b48b9bc27 (diff) | |
download | gdb-9e32ca895c9d43620d62c63d7f3cc99da6b5df3a.zip gdb-9e32ca895c9d43620d62c63d7f3cc99da6b5df3a.tar.gz gdb-9e32ca895c9d43620d62c63d7f3cc99da6b5df3a.tar.bz2 |
Add documentation of IA64 port
Diffstat (limited to 'gas/doc/as.texinfo')
-rw-r--r-- | gas/doc/as.texinfo | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 2e21a63..f4947e7 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -42,6 +42,7 @@ @set I80386 @set I860 @set I960 +@set IA-64 @set M32R @set M68HC11 @set M680X0 @@ -335,6 +336,13 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}. @end ifset @ifset M32R +@emph{Target IA-64 options:} + [@b{-mconstant-gp}|@b{-mauto-pic}] + [@b{-milp32}|@b{-milp64}|@b{-mlp64}|@b{-mp64}] + [@b{-mle}|@b{mbe}] + [@b{-x}|@b{-xexplicit}] [@b{-xauto}] [@b{-xdebug}] +@end ifset + @emph{Target M32R options:} [@b{--m32rx}|@b{--[no-]warn-explicit-parallel-conflicts}| @b{--W[n]p}] @@ -5769,6 +5777,10 @@ family. @include c-i960.texi @end ifset +@ifset IA64 +@include c-ia64.texi +@end ifset + @ifset M32R @include c-m32r.texi @end ifset |