diff options
author | Ben Elliston <bje@au.ibm.com> | 2009-04-20 23:55:53 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2009-04-21 09:55:53 +1000 |
commit | 244609a618b09489ab5087ae29923213ec3513ab (patch) | |
tree | d4c59c27ceb84e59a8c4db215a603d4ff278e559 /gcc | |
parent | f28a61ab11f27c8e5b0fe42274fb8ee8eee8699c (diff) | |
download | gcc-244609a618b09489ab5087ae29923213ec3513ab.zip gcc-244609a618b09489ab5087ae29923213ec3513ab.tar.gz gcc-244609a618b09489ab5087ae29923213ec3513ab.tar.bz2 |
re PR target/5267 (invoke.texi "RS/6000 and PowerPC Options" list needs cleanup)
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 18 |
2 files changed, 22 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f5e15bb..a73e3c9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 05f02ed..f7ea0ef 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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)@. |