summaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>2007-04-30 07:54:41 +0000
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>2007-04-30 07:54:41 +0000
commit7c9d05f6f91353e47f4f4dedeb9e961fa13300a9 (patch)
tree65590ffeeb116a71c962ddcd5c7ba4b586c3cca8 /gcc/doc
parente31ab77d666efc5f66f994d646256c7bd40f0e35 (diff)
downloadgcc-7c9d05f6f91353e47f4f4dedeb9e961fa13300a9.tar.gz
* doc/trouble.texi (Interoperation): Remove note about Ultrix
Fortran compiler. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124292 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/trouble.texi14
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc/doc/trouble.texi b/gcc/doc/trouble.texi
index 505f821d39b..059d5cf64ae 100644
--- a/gcc/doc/trouble.texi
+++ b/gcc/doc/trouble.texi
@@ -234,20 +234,6 @@ you cannot successfully use @samp{$} in identifiers on the RS/6000 due
to a restriction in the IBM assembler. GAS supports these
identifiers.
-@cindex VAX calling convention
-@cindex Ultrix calling convention
-@item
-@opindex fcall-saved
-On Ultrix, the Fortran compiler expects registers 2 through 5 to be saved
-by function calls. However, the C compiler uses conventions compatible
-with BSD Unix: registers 2 through 5 may be clobbered by function calls.
-
-GCC uses the same convention as the Ultrix C compiler. You can use
-these options to produce code compatible with the Fortran compiler:
-
-@smallexample
--fcall-saved-r2 -fcall-saved-r3 -fcall-saved-r4 -fcall-saved-r5
-@end smallexample
@end itemize
@node Incompatibilities