diff options
author | Kung Hsu <kung@cygnus> | 1994-09-09 01:02:48 +0000 |
---|---|---|
committer | Kung Hsu <kung@cygnus> | 1994-09-09 01:02:48 +0000 |
commit | ad14517d3cf4cf36b2cb43fbede3fa65e8ef3bf3 (patch) | |
tree | 39a8c79beeacf65388d09b93cd85a54978797954 /gas | |
parent | 6156ad2f66bc3d8c03d677cc014d3783a53f70f1 (diff) | |
download | gdb-ad14517d3cf4cf36b2cb43fbede3fa65e8ef3bf3.zip gdb-ad14517d3cf4cf36b2cb43fbede3fa65e8ef3bf3.tar.gz gdb-ad14517d3cf4cf36b2cb43fbede3fa65e8ef3bf3.tar.bz2 |
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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/config/obj-elf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/obj-elf.h b/gas/config/obj-elf.h index e3ad1b9..6be587c 100644 --- a/gas/config/obj-elf.h +++ b/gas/config/obj-elf.h @@ -107,8 +107,8 @@ extern void obj_elf_init_stab_section PARAMS ((segT)); #define OBJ_PROCESS_STAB(what, string, type, other, desc) \ ecoff_stab ((what), (string), (type), (other), (desc)) -#define OBJ_GENERATE_ASM_LINE_STAB(lineno) \ - ecoff_generate_asm_line_stab ((lineno)) +#define OBJ_GENERATE_ASM_LINENO(filename, lineno) \ + ecoff_generate_asm_lineno ((filename), (lineno)) /* ECOFF requires that we call the ecoff_frob_symbol hook. */ #define obj_frob_symbol(symp, punt) ecoff_frob_symbol (symp) |