diff options
author | Roland McGrath <roland@frob.com> | 2002-01-04 21:19:53 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2002-01-04 21:19:53 +0000 |
commit | 48180d6890b349f441109459b1575ef819e7651e (patch) | |
tree | 92b763d14063b2fd2ceb4eaa60657b111c7d5c19 /gcc | |
parent | 336b7dca5b88e235a02bb1f83153cf4cb6f8b469 (diff) | |
download | gcc-48180d6890b349f441109459b1575ef819e7651e.zip gcc-48180d6890b349f441109459b1575ef819e7651e.tar.gz gcc-48180d6890b349f441109459b1575ef819e7651e.tar.bz2 |
* doc/invoke.texi (RS/6000 and PowerPC Options): Add -mcall-gnu.
From-SVN: r48543
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ad2c5ef..c70cb5b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-01-03 Roland McGrath <roland@frob.com> + + * doc/invoke.texi (RS/6000 and PowerPC Options): Add -mcall-gnu. + 2002-01-04 Jakub Jelinek <jakub@redhat.com> * tree.h (expand_expr_stmt_value): Add maybe_last argument. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index f689df0..3620e5b 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -6876,6 +6876,11 @@ operating system. On System V.4 and embedded PowerPC systems compile code for the Linux-based GNU system. +@item -mcall-gnu +@opindex mcall-gnu +On System V.4 and embedded PowerPC systems compile code for the +Hurd-based GNU system. + @item -mcall-netbsd @opindex mcall-netbsd On System V.4 and embedded PowerPC systems compile code for the |