PERFORCE change 37595 for review
Peter Wemm
peter at FreeBSD.org
Fri Sep 5 15:03:41 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=37595
Change 37595 by peter at peter_daintree on 2003/09/05 15:02:43
dont catch fatal signals in order to ensure a better coredump
Affected files ...
.. //depot/projects/ezm3/language/modula3/m3compiler/m3cc/gcc/gcc/toplev.c#2 edit
Differences ...
==== //depot/projects/ezm3/language/modula3/m3compiler/m3cc/gcc/gcc/toplev.c#2 (text+ko) ====
@@ -4601,6 +4601,7 @@
gcc_init_libintl ();
+#if 0
/* Install handler for SIGFPE, which may be received while we do
compile-time floating point arithmetic. */
signal (SIGFPE, float_signal);
@@ -4621,6 +4622,7 @@
#if defined SIGIOT && (!defined SIGABRT || SIGABRT != SIGIOT)
signal (SIGIOT, crash_signal);
#endif
+#endif
/* Initialize the diagnostics reporting machinery, so option parsing
can give warnings and errors. */
More information about the p4-projects
mailing list