diff options
author | Ron Unrau <runrau@cygnus> | 1998-07-31 21:56:15 +0000 |
---|---|---|
committer | Ron Unrau <runrau@cygnus> | 1998-07-31 21:56:15 +0000 |
commit | 4f528afaf1f0dc867427fe92197e40deaa2a0696 (patch) | |
tree | dcbe93f9fa15e99cbd3693393c54f91eb6d407e9 /gas/acconfig.h | |
parent | ea89ffaec58a4bde0439c1604f63e9a772886d31 (diff) | |
download | gdb-4f528afaf1f0dc867427fe92197e40deaa2a0696.zip gdb-4f528afaf1f0dc867427fe92197e40deaa2a0696.tar.gz gdb-4f528afaf1f0dc867427fe92197e40deaa2a0696.tar.bz2 |
Start of changes to remove mdebug section from mips*-elf
Based on MIPS_STAB_ELF definition
* acconfig.h: undef if not configured
* config.in: undef if not configured
* config/mips-elf.h: only set ECOFF debugging if not stabs-in-elf
* config/tc-mips.c (s_ent): set BSF_FUNCTION
* stabs.c (s_stab_generic): flush frag
Diffstat (limited to 'gas/acconfig.h')
-rw-r--r-- | gas/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/acconfig.h b/gas/acconfig.h index 95e970b..9e9ff8b 100644 --- a/gas/acconfig.h +++ b/gas/acconfig.h @@ -78,6 +78,9 @@ /* Needed only for SCO 5. */ #undef SCO_ELF +/* needed for non irix ELF targets */ +#undef MIPS_STABS_ELF + /* Define to 1 if NLS is requested. */ #undef ENABLE_NLS |