From: Richard Henderson Date: Fri, 8 Jul 2011 00:14:19 +0000 (-0700) Subject: alpha-elf: Disable stabs debugging, and the mips sdb extensions. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b709e189305f50ecb80338c2029253e9ed3cc4a6;p=gcc.git alpha-elf: Disable stabs debugging, and the mips sdb extensions. In particular, the mips sdb extensions accidentally implied the irix dwarf2 extensions and restrictions. Disable stabs because it's almost certainly untested for years. * config/alpha/elf.h (MIPS_DEBUGGING_INFO): Undef. (DBX_DEBUGGING_INFO): Undef. From-SVN: r176021 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f8097eafc2e..9c466fef9e4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-07-07 Richard Henderson + + * config/alpha/elf.h (MIPS_DEBUGGING_INFO): Undef. + (DBX_DEBUGGING_INFO): Undef. + 2011-07-07 Richard Henderson * dwarf2out.c (output_cfi_directive): Export. Add FILE parameter. diff --git a/gcc/config/alpha/elf.h b/gcc/config/alpha/elf.h index 0293f26ee7c..8fa17451f86 100644 --- a/gcc/config/alpha/elf.h +++ b/gcc/config/alpha/elf.h @@ -25,8 +25,9 @@ along with GCC; see the file COPYING3. If not see /* ??? 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