From: Geoff Keating Date: Sun, 14 May 2000 21:16:07 +0000 (+0000) Subject: invoke.texi (RS/6000 and PowerPC Options): Update -m64/-m32 flags to their current... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fa06229fde4a5653017dba04af680ec3f398cd4d;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0acd8dba1a1..15e3633814f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2000-05-13 Geoffrey Keating + + * invoke.texi (RS/6000 and PowerPC Options): Update -m64/-m32 + flags to their current names -maix64 and -maix32. + 2000-05-14 Bruce Korb * fixinc/fixfixes.c(wrap_fix): new fix - inserts text before diff --git a/gcc/invoke.texi b/gcc/invoke.texi index d783205e55c..c008ed037df 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