This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Loop optimization bug with Ada front end on PPC (and probably Alpha)
Corey Minyard wrote:
> I put a print in (I can't use gdb 5.0 with the output of gcc 3.0 on
> Linux PowerPC),
Try:
Index: sysv4.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/rs6000/sysv4.h,v
retrieving revision 1.74
diff -u -r1.74 sysv4.h
--- sysv4.h 2001/11/22 02:19:56 1.74
+++ sysv4.h 2001/11/26 08:42:13
@@ -845,7 +845,7 @@
/* Use DWARF 2 debugging information by default. */
#undef PREFERRED_DEBUGGING_TYPE
-#define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG
+#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
/* Historically we have also supported stabs debugging. */
#define DBX_DEBUGGING_INFO
Bryce.