From e1483f71391b6828f114e27ee55f2b35c5a03830 Mon Sep 17 00:00:00 2001 From: bje Date: Mon, 20 Apr 2009 23:55:53 +0000 Subject: [PATCH] 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146463 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 7 +++++++ 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 + + 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 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)@. -- 2.7.4