Commit a19632d4 by Francois-Xavier Coudert Committed by François-Xavier Coudert

trouble.texi (Interoperation): Remove note about Ultrix Fortran compiler.

	* doc/trouble.texi (Interoperation): Remove note about Ultrix
	Fortran compiler.

From-SVN: r124292
parent 2a1fce51
2007-04-30 Francois-Xavier Coudert <coudert@clipper.ens.fr>
* doc/trouble.texi (Interoperation): Remove note about Ultrix
Fortran compiler.
2007-04-29 Zdenek Dvorak <dvorakz@suse.cz> 2007-04-29 Zdenek Dvorak <dvorakz@suse.cz>
PR rtl-optimization/31676 PR rtl-optimization/31676
......
...@@ -234,20 +234,6 @@ you cannot successfully use @samp{$} in identifiers on the RS/6000 due ...@@ -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 to a restriction in the IBM assembler. GAS supports these
identifiers. 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 @end itemize
@node Incompatibilities @node Incompatibilities
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment