Module Name:    src
Committed By:   joerg
Date:           Mon Aug 12 21:04:17 UTC 2013

Modified Files:
        src/external/gpl3/gcc/dist/gcc/config/alpha: elf.h

Log Message:
Disable STABS and MIPS SDB extensions. This enables the use of CFI
instructions for the DWARF2 emission.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/dist/gcc/config/alpha/elf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/dist/gcc/config/alpha/elf.h
diff -u src/external/gpl3/gcc/dist/gcc/config/alpha/elf.h:1.2 src/external/gpl3/gcc/dist/gcc/config/alpha/elf.h:1.3
--- src/external/gpl3/gcc/dist/gcc/config/alpha/elf.h:1.2	Sun Sep 25 13:32:17 2011
+++ src/external/gpl3/gcc/dist/gcc/config/alpha/elf.h	Mon Aug 12 21:04:17 2013
@@ -25,8 +25,9 @@ along with GCC; see the file COPYING3.  
 
 /* ??? Move all SDB stuff from alpha.h to osf.h.  */
 #undef SDB_DEBUGGING_INFO
+#undef MIPS_DEBUGGING_INFO
+#undef DBX_DEBUGGING_INFO
 
-#define DBX_DEBUGGING_INFO 1
 #define DWARF2_DEBUGGING_INFO 1
 
 #undef  PREFERRED_DEBUGGING_TYPE

Reply via email to