aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1992-02-25 22:27:44 +0000
committerSteve Chamberlain <sac@cygnus>1992-02-25 22:27:44 +0000
commitf24f7577808a3fc26baeb9d46ddb1e65571b5c7e (patch)
tree69fea4dc67e5cddfed5e8fb5cdb73afec515e19e /gas/ChangeLog
parentb74fd080fb7e6b88a40ce9641029071b7fa3c3d9 (diff)
downloadgdb-f24f7577808a3fc26baeb9d46ddb1e65571b5c7e.zip
gdb-f24f7577808a3fc26baeb9d46ddb1e65571b5c7e.tar.gz
gdb-f24f7577808a3fc26baeb9d46ddb1e65571b5c7e.tar.bz2
* as.h: include bfd.h if using many sections
* expr.c: LOCAL_LABELS_FB had been changed to lower case - so local labels didn't work. * listing.c (list_symbol_table): don't core dump when there's no symbol there. * write.c, write.h: call fix_new with the right number of args on the H8. * config/tc-h8300.[ch] : fix bugs reported by HMSI, and make errors nicer
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 08a5a89..7c4d4e4 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,15 @@
+Tue Feb 25 14:17:15 1992 Steve Chamberlain (sac at rtl.cygnus.com)
+
+ * as.h: include bfd.h if using many sections
+ * expr.c: LOCAL_LABELS_FB had been changed to lower case - so
+ local labels didn't work.
+ * listing.c (list_symbol_table): don't core dump when there's no
+ symbol there.
+ * write.c, write.h: call fix_new with the right number of args on
+ the H8.
+ * config/tc-h8300.[ch] : fix bugs reported by HMSI, and make
+ errors nices
+
Sat Feb 22 12:26:28 1992 Steve Chamberlain (sac at rtl.cygnus.com)
* app.c: MRI compatibility - allow single quote to start a string.