From a85cd2890c25d35ecc243716e332e14ef62274d0 Mon Sep 17 00:00:00 2001 From: Kung Hsu Date: Tue, 12 Jul 1994 19:17:35 +0000 Subject: [PATCH] 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. --- gas/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 2afe366051d..21a517486b5 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 -- 2.30.2