diff options
author | Richard Henderson <rth@redhat.com> | 2011-07-07 17:14:19 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2011-07-07 17:14:19 -0700 |
commit | b709e189305f50ecb80338c2029253e9ed3cc4a6 (patch) | |
tree | c6ecc7f055fb47f416d93005bfcebf62a6bebc56 /gcc/config | |
parent | 2867fa7cbdb7d75597ed0b28b257b1d76c014838 (diff) | |
download | gcc-b709e189305f50ecb80338c2029253e9ed3cc4a6.zip gcc-b709e189305f50ecb80338c2029253e9ed3cc4a6.tar.gz gcc-b709e189305f50ecb80338c2029253e9ed3cc4a6.tar.bz2 |
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
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/alpha/elf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/alpha/elf.h b/gcc/config/alpha/elf.h index 0293f26..8fa1745 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 |