2005-12-27 Toon Moene <toon@moene.indiv.nluug.nl>
PR/25494
* g77.texi: Corrected entry about catching
Floating Point Exceptions.
From-SVN: r109080
+2005-12-27 Toon Moene <toon@moene.indiv.nluug.nl>
+
+ PR/25494
+ * g77.texi: Corrected entry about catching
+ Floating Point Exceptions.
+
2005-11-30 Release Manager
* GCC 3.4.5 released.
@}
@end smallexample
-A convenient trick is to compile this something like:
+Assuming the above source is in file @file{trapfpe.c},
+then compile this routine as follows:
@smallexample
-gcc -o libtrapfpe.a trapfpe.c
+gcc -c trapfpe.c
@end smallexample
-and then use it by adding @option{-trapfpe} to the @command{g77} command line
-when linking.
+and subsequently use it by adding @file{trapfpe.o} to the @command{g77}
+command line when linking.
@node Nonportable Conversions
@subsection Nonportable Conversions