aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-09-08 23:46:00 +0000
committerIan Lance Taylor <ian@airs.com>1994-09-08 23:46:00 +0000
commiteb4fd16f4d64e76336c027f91d8254e53e403dd8 (patch)
treea061242663deb7b7178ced121d3050acf1d15608 /gas/ChangeLog
parentfa3539fe77471513d3782f01c2514fe6a8f2879c (diff)
downloadbinutils-eb4fd16f4d64e76336c027f91d8254e53e403dd8.zip
binutils-eb4fd16f4d64e76336c027f91d8254e53e403dd8.tar.gz
binutils-eb4fd16f4d64e76336c027f91d8254e53e403dd8.tar.bz2
* config/obj-coff.c (size_section): Do an fprintf to stderr rather
than a printf. (fixup_segment): Use as_bad_where rather than as_bad.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 97fffb0..6410328 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,7 +1,13 @@
+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
+ than a printf.
+ (fixup_segment): Use as_bad_where rather than as_bad.
+
Wed Sep 7 17:21:12 1994 Steve Chamberlain (sac@jonny.cygnus.com)
- * config/tc-{h8300,sh}.[ch] (tc_coff_symbol_emit): Function doing nothing
- becomes macro doing nothing.
+ * config/tc-{h8300,sh}.[ch] (tc_coff_symbol_emit): Function doing
+ nothing becomes macro doing nothing.
Wed Sep 7 19:10:09 1994 Ken Raeburn (raeburn@cujo.cygnus.com)