diff options
author | Kung Hsu <kung@cygnus> | 1994-07-12 19:17:35 +0000 |
---|---|---|
committer | Kung Hsu <kung@cygnus> | 1994-07-12 19:17:35 +0000 |
commit | a85cd2890c25d35ecc243716e332e14ef62274d0 (patch) | |
tree | 0391dee74ac26b8273220024a31dc07396d2c583 /gas | |
parent | 57a814a93e1b7752ca37408eb5a070801cb6c415 (diff) | |
download | gdb-a85cd2890c25d35ecc243716e332e14ef62274d0.zip gdb-a85cd2890c25d35ecc243716e332e14ef62274d0.tar.gz gdb-a85cd2890c25d35ecc243716e332e14ef62274d0.tar.bz2 |
Modified Files:
read.c ecoff.h ecoff.c ChangeLog
* read.c (read_a_source_file): ditto.
* ecoff.h: change calling interface of
ecoff_generate_asm_line_stab.
* ecoff.c (add_file): record of filename to handle case of include
files, also change default built-in type from int to void for
asm file.
* ecoff.c (ecoff_generate_asm_line_stab): handle case of include
files.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2afe366..21a5174 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,17 @@ +Tue Jul 12 12:06:42 1994 Kung Hsu (kung@x1.cygnus.com) + + * config/obj-ecoff.h: change calling interface of + OBJ_GENERATE_ASM_LINE_STAB. + * config/obj-elf.h: ditto. + * read.c (read_a_source_file): ditto. + * ecoff.h: change calling interface of + ecoff_generate_asm_line_stab. + * ecoff.c (add_file): record of filename to handle case of include + files, also change default built-in type from int to void for + asm file. + * ecoff.c (ecoff_generate_asm_line_stab): handle case of include + files. + Mon Jul 11 17:20:23 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) * config/tc-mips.c (macro): In case M_LA_AB, SVR4_PIC, large |