Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/alpha Disable STABS and MI...



details:   https://anonhg.NetBSD.org/src/rev/d7f26b6aa5fe
branches:  trunk
changeset: 789284:d7f26b6aa5fe
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Aug 12 21:04:17 2013 +0000

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

diffstat:

 external/gpl3/gcc/dist/gcc/config/alpha/elf.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 60c05859a018 -r d7f26b6aa5fe external/gpl3/gcc/dist/gcc/config/alpha/elf.h
--- a/external/gpl3/gcc/dist/gcc/config/alpha/elf.h     Mon Aug 12 20:36:30 2013 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/alpha/elf.h     Mon Aug 12 21:04:17 2013 +0000
@@ -25,8 +25,9 @@
 
 /* ??? 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



Home | Main Index | Thread Index | Old Index