aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoff Keating <geoffk@cygnus.com>2000-05-14 21:16:07 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2000-05-14 21:16:07 +0000
commitfa06229fde4a5653017dba04af680ec3f398cd4d (patch)
treee42c9648053017e6847330d0fbd4d17fb39ae2ce
parentba8fcfc31e6904af9b4e078ef6c149da2717d927 (diff)
downloadgcc-fa06229fde4a5653017dba04af680ec3f398cd4d.zip
gcc-fa06229fde4a5653017dba04af680ec3f398cd4d.tar.gz
gcc-fa06229fde4a5653017dba04af680ec3f398cd4d.tar.bz2
invoke.texi (RS/6000 and PowerPC Options): Update -m64/-m32 flags to their current names -maix64 and -maix32.
* invoke.texi (RS/6000 and PowerPC Options): Update -m64/-m32 flags to their current names -maix64 and -maix32. From-SVN: r33893
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/invoke.texi16
2 files changed, 13 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0acd8db..15e3633 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-13 Geoffrey Keating <geoffk@cygnus.com>
+
+ * invoke.texi (RS/6000 and PowerPC Options): Update -m64/-m32
+ flags to their current names -maix64 and -maix32.
+
2000-05-14 Bruce Korb <bkorb@gnu.org>
* fixinc/fixfixes.c(wrap_fix): new fix - inserts text before
diff --git a/gcc/invoke.texi b/gcc/invoke.texi
index d783205..c008ed0 100644
--- a/gcc/invoke.texi
+++ b/gcc/invoke.texi
@@ -5270,15 +5270,15 @@ option, GCC will produce code that is slower and larger but which
uses extremely little TOC space. You may wish to use this option
only on files that contain less frequently executed code. @refill
-@item -m64
-@itemx -m32
-@kindex -m64
-@kindex -m32
-Enable 64-bit PowerPC ABI and calling convention: 64-bit pointers, 64-bit
+@item -maix64
+@itemx -maix32
+@kindex -maix64
+@kindex -maix32
+Enable 64-bit AIX ABI and calling convention: 64-bit pointers, 64-bit
@code{long} type, and the infrastructure needed to support them.
-Specifying @samp{-m64} implies @samp{-mpowerpc64} and
-@samp{-mpowerpc}, while @samp{-m32} disables the 64-bit ABI and
-implies @samp{-mno-powerpc64}. GCC defaults to @samp{-m32}.
+Specifying @samp{-maix64} implies @samp{-mpowerpc64} and
+@samp{-mpowerpc}, while @samp{-maix32} disables the 64-bit ABI and
+implies @samp{-mno-powerpc64}. GCC defaults to @samp{-maix32}.
@item -mxl-call
@itemx -mno-xl-call