]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/5267 (invoke.texi "RS/6000 and PowerPC Options" list needs cleanup)
authorBen Elliston <bje@au.ibm.com>
Mon, 20 Apr 2009 23:55:53 +0000 (23:55 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Mon, 20 Apr 2009 23:55:53 +0000 (09:55 +1000)
PR target/5267
* doc/invoke.texi (RS/6000 and PowerPC Options): Add documentation
for -mcall-eabi, -mcall-aixdesc, -mcall-freebsd and -mcall-openbsd
options.  Remove -mcall-solaris documentation.

From-SVN: r146463

gcc/ChangeLog
gcc/doc/invoke.texi

index f5e15bbf790663d330ca30007de7cd75b06b09e5..a73e3c94f36439c769de7aed8c493a8024322668 100644 (file)
@@ -1,3 +1,10 @@
+2009-04-21  Ben Elliston  <bje@au.ibm.com>
+
+       PR target/5267
+       * doc/invoke.texi (RS/6000 and PowerPC Options): Add documentation
+       for -mcall-eabi, -mcall-aixdesc, -mcall-freebsd and -mcall-openbsd
+       options.  Remove -mcall-solaris documentation.
+
 2009-04-21  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
 
        PR c++/13358
index 05f02edfd1dbbca8d6ddc85e8e48e1d4c9a7f7c3..f7ea0ef62a15f5ff7c944a08dfbe5e06cab32f32 100644 (file)
@@ -14223,16 +14223,18 @@ Application Binary Interface, PowerPC processor supplement.  This is the
 default unless you configured GCC using @samp{powerpc-*-eabiaix}.
 
 @item -mcall-sysv-eabi
+@itemx -mcall-eabi
 @opindex mcall-sysv-eabi
+@opindex mcall-eabi
 Specify both @option{-mcall-sysv} and @option{-meabi} options.
 
 @item -mcall-sysv-noeabi
 @opindex mcall-sysv-noeabi
 Specify both @option{-mcall-sysv} and @option{-mno-eabi} options.
 
-@item -mcall-solaris
-@opindex mcall-solaris
-On System V.4 and embedded PowerPC systems compile code for the Solaris
+@item -mcall-aixdesc
+@opindex m
+On System V.4 and embedded PowerPC systems compile code for the AIX
 operating system.
 
 @item -mcall-linux
@@ -14245,11 +14247,21 @@ Linux-based GNU system.
 On System V.4 and embedded PowerPC systems compile code for the
 Hurd-based GNU system.
 
+@item -mcall-freebsd
+@opindex mcall-freebsd
+On System V.4 and embedded PowerPC systems compile code for the
+FreeBSD operating system.
+
 @item -mcall-netbsd
 @opindex mcall-netbsd
 On System V.4 and embedded PowerPC systems compile code for the
 NetBSD operating system.
 
+@item -mcall-openbsd
+@opindex mcall-netbsd
+On System V.4 and embedded PowerPC systems compile code for the
+OpenBSD operating system.
+
 @item -maix-struct-return
 @opindex maix-struct-return
 Return all structures in memory (as specified by the AIX ABI)@.