invoke.texi (RS/6000 and PowerPC Options): Update -m64/-m32 flags to their current...
authorGeoff Keating <geoffk@cygnus.com>
Sun, 14 May 2000 21:16:07 +0000 (21:16 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Sun, 14 May 2000 21:16:07 +0000 (21:16 +0000)
* invoke.texi (RS/6000 and PowerPC Options): Update -m64/-m32
flags to their current names -maix64 and -maix32.

From-SVN: r33893

gcc/ChangeLog
gcc/invoke.texi

index 0acd8dba1a1fb3d372883b6a646b9c4c7254da97..15e3633814f00c9feb1de7dbb0828779acfeb4cd 100644 (file)
@@ -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
index d783205e55c61a490a9de846bdb50a6d3307963f..c008ed037dfb80c9c74852bc69f3aa21fa470c71 100644 (file)
@@ -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