PATCH: Rename --n32 to --x32
H.J. Lu
hjl.tools@gmail.com
Mon Aug 20 14:32:00 GMT 2012
More information about the Binutils mailing list
Mon Aug 20 14:32:00 GMT 2012
- Previous message (by thread): PATCH: Rename --n32 to --x32
- Next message (by thread): as: Assertion failure in emit_inc_line_addr at gas/dwarf2dbg.c line 977
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, Aug 20, 2012 at 2:55 AM, Jay Foad <jay.foad@gmail.com> wrote: > On 14 Jan 2011 you wrote: >> Hi, >> >> I checked in this patch to rename --n32 to --x32 for x86 assembler. >> >> >> H.J. >> --- >> gas/ >> >> 2011-01-14 H.J. Lu <hongjiu.lu@intel.com> >> >> * config/tc-i386.c (OPTION_N32): Renamed to ... >> (OPTION_X32): This. >> (md_longopts): Replace n32 with x32. >> (md_parse_option): Updated. >> (md_show_usage): Likewise. >> >> * doc/c-i386.texi: Replace n32 with x32. > > You missed a mention of --n32 in the "Target i386 options" section of > doc/as.texinfo. > > Jay. I checked in this patch. Thanks. -- H.J. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index d7e69ed..53cd98e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2012-08-20 H.J. Lu <hongjiu.lu@intel.com> + + * doc/as.texinfo: Replace --n32 with --x32. + 2012-08-17 Nagajyothi Eggone <nagajyothi.eggone@amd.com> * config/tc-i386.c (cpu_arch): Add CPU_BTVER1_FLAGS and diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 942d25d..f80e6f6 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -328,7 +328,7 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}. @ifset I80386 @emph{Target i386 options:} - [@b{--32}|@b{--n32}|@b{--64}] [@b{-n}] + [@b{--32}|@b{--x32}|@b{--64}] [@b{-n}] [@b{-march}=@var{CPU}[+@var{EXTENSION}@dots{}]] [@b{-mtune}=@var{CPU}] @end ifset @ifset I960
- Previous message (by thread): PATCH: Rename --n32 to --x32
- Next message (by thread): as: Assertion failure in emit_inc_line_addr at gas/dwarf2dbg.c line 977
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list