mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
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:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user