aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorKung Hsu <kung@cygnus>1994-09-09 01:05:28 +0000
committerKung Hsu <kung@cygnus>1994-09-09 01:05:28 +0000
commit326d16cac7816f75645ab40a1cc8c36e6fb3ab0a (patch)
tree59ab74a0f054dcd722d0491bb2850d86eeb24f95 /gas/ChangeLog
parentad14517d3cf4cf36b2cb43fbede3fa65e8ef3bf3 (diff)
downloadbinutils-326d16cac7816f75645ab40a1cc8c36e6fb3ab0a.zip
binutils-326d16cac7816f75645ab40a1cc8c36e6fb3ab0a.tar.gz
binutils-326d16cac7816f75645ab40a1cc8c36e6fb3ab0a.tar.bz2
Modified Files:
ChangeLog read.h read.c ecoff.h ecoff.c * read.h : ditto. * read.c (read_a_source_file): if no file when inst is read, set generate_asm_lineno to true. * ecoff.h : change name to generate_asm_lineno and add function ecoff_no_current_file. * ecoff.c : change name to generate_asm_lineno. * ecoff.c (ecoff_generate_asm_lineno) : new function, to generate ecoff style line for asm file.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 6410328..e465fc9 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,17 @@
+Thu Sep 8 17:18:24 1994 Kung Hsu (kung@mexican.cygnus.com)
+
+ * config/obj-ecoff.h : Change names to OBJ_GENERATE_ASM_LINENO,
+ and generate_asm_lineno.
+ * config/obj-elf.h : ditto.
+ * read.h : ditto.
+ * read.c (read_a_source_file): if no file when inst is read, set
+ generate_asm_lineno to true.
+ * ecoff.h : change name to generate_asm_lineno and add function
+ ecoff_no_current_file.
+ * ecoff.c : change name to generate_asm_lineno.
+ * ecoff.c (ecoff_generate_asm_lineno) : new function, to generate
+ ecoff style line for asm file.
+
Thu Sep 8 19:43:49 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
* config/obj-coff.c (size_section): Do an fprintf to stderr rather