Browse Source

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.
binutils-2_13-branch
Daniel Jacobowitz 25 years ago
parent
commit
b7b05886f4
  1. 2
      gas/config/obj-elf.h

2
gas/config/obj-elf.h

@ -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 */

Loading…
Cancel
Save