mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
Modified Files:
obj-ecoff.h obj-elf.h * config/obj-ecoff.h : Change names to OBJ_GENERATE_ASM_LINENO, and generate_asm_lineno. * config/obj-elf.h : ditto.
This commit is contained in:
@ -107,8 +107,8 @@ extern void obj_elf_init_stab_section PARAMS ((segT));
|
|||||||
#define OBJ_PROCESS_STAB(what, string, type, other, desc) \
|
#define OBJ_PROCESS_STAB(what, string, type, other, desc) \
|
||||||
ecoff_stab ((what), (string), (type), (other), (desc))
|
ecoff_stab ((what), (string), (type), (other), (desc))
|
||||||
|
|
||||||
#define OBJ_GENERATE_ASM_LINE_STAB(lineno) \
|
#define OBJ_GENERATE_ASM_LINENO(filename, lineno) \
|
||||||
ecoff_generate_asm_line_stab ((lineno))
|
ecoff_generate_asm_lineno ((filename), (lineno))
|
||||||
|
|
||||||
/* ECOFF requires that we call the ecoff_frob_symbol hook. */
|
/* ECOFF requires that we call the ecoff_frob_symbol hook. */
|
||||||
#define obj_frob_symbol(symp, punt) ecoff_frob_symbol (symp)
|
#define obj_frob_symbol(symp, punt) ecoff_frob_symbol (symp)
|
||||||
|
Reference in New Issue
Block a user