mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 21:40:38 +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:
parent
21e152480c
commit
b7b05886f4
@ -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…
Reference in New Issue
Block a user