diff options
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/as.texinfo | 2 | ||||
-rw-r--r-- | gas/doc/c-i386.texi | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 8051124..1f408e0 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -315,7 +315,7 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}. @ifset I80386 @emph{Target i386 options:} - [@b{--32}|@b{--64}] [@b{-n}] + [@b{--32}|@b{--n32}|@b{--64}] [@b{-n}] [@b{-march}=@var{CPU}[+@var{EXTENSION}@dots{}]] [@b{-mtune}=@var{CPU}] @end ifset @ifset I960 diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi index 1c6175b..c3956a8 100644 --- a/gas/doc/c-i386.texi +++ b/gas/doc/c-i386.texi @@ -56,11 +56,14 @@ dependent options: @table @gcctabopt @cindex @samp{--32} option, i386 @cindex @samp{--32} option, x86-64 +@cindex @samp{--n32} option, i386 +@cindex @samp{--n32} option, x86-64 @cindex @samp{--64} option, i386 @cindex @samp{--64} option, x86-64 -@item --32 | --64 +@item --32 | --n32 | --64 Select the word size, either 32 bits or 64 bits. Selecting 32-bit implies Intel i386 architecture, while 64-bit implies AMD x86-64 +architecture. @samp{--n32} selects 32bit word size with AMD x86-64 architecture. These options are only available with the ELF object file format, and |