2002-06-08 Daniel Jacobowitz <drow@mvista.com>

Based on patch from Matt Green:
        * config/obj-elf.h (ECOFF_DEBUGGING): Make configurable.
        * config/tc-mips.c (s_mips_file): Renamed from s_file.
        (s_mips_loc): New function.
        (mips_nonecoff_pseudo_table): Call them.
        (append_insn): Call dwarf2_emit_insn.
This commit is contained in:
Daniel Jacobowitz 2002-06-08 16:04:35 +00:00
parent 21e152480c
commit b7b05886f4
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ extern int alpha_flag_mdebug;
#ifdef MIPS_STABS_ELF
#define ECOFF_DEBUGGING 0
#else
#define ECOFF_DEBUGGING 1
#define ECOFF_DEBUGGING (debug_type == DEBUG_ECOFF)
#endif /* MIPS_STABS_ELF */
#endif /* TC_MIPS */