diff options
author | Mark Mitchell <mmitchel@gcc.gnu.org> | 2004-04-04 21:52:44 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2004-04-04 21:52:44 +0000 |
commit | cd3f11a6362c9f8109f8b10a8fe86172d049cad4 (patch) | |
tree | 3579968de5d875f187107568887ec866992e975e | |
parent | d8b7ec41b57618f6a7e9d02942ac36b309cbeac9 (diff) | |
download | gcc-cd3f11a6362c9f8109f8b10a8fe86172d049cad4.zip gcc-cd3f11a6362c9f8109f8b10a8fe86172d049cad4.tar.gz gcc-cd3f11a6362c9f8109f8b10a8fe86172d049cad4.tar.bz2 |
invoke.texi (-mabi=o64): Create link to O64 ABI documentation.
* doc/invoke.texi (-mabi=o64): Create link to O64 ABI
documentation.
From-SVN: r80401
-rw-r--r-- | gcc/ChangeLog | 1 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fcfbfdc..822ccfb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,4 @@ + 2004-04-04 Roger Sayle <roger@eyesopen.com> * cse.c (cse_insn): Correct usage of simplify_replace_rtx when diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index ac3a49a..2a9779b 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -7860,6 +7860,9 @@ Note that the EABI has a 32-bit and a 64-bit variant. GCC normally generates 64-bit code when you select a 64-bit architecture, but you can use @option{-mgp32} to get 32-bit code instead. +For information about the O64 ABI, see +@w{@uref{http://gcc.gnu.org/projects/mipso64-abi.html}}. + @item -mabicalls @itemx -mno-abicalls @opindex mabicalls |