From 542385d9f7b4804a6460d71406dc3bfdaec2dd6b Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 20 Aug 2012 13:57:05 +0000 Subject: [PATCH] Replace --n32 with --x32 * doc/as.texinfo: Replace --n32 with --x32. --- gas/ChangeLog | 4 ++++ gas/doc/as.texinfo | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * doc/as.texinfo: Replace --n32 with --x32. + 2012-08-17 Nagajyothi Eggone * 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 -- 2.7.4