aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1992-01-08 19:34:11 +0000
committerSteve Chamberlain <sac@cygnus>1992-01-08 19:34:11 +0000
commit3fb965c44e9a31e3d1a477e8640b206b47567ea4 (patch)
tree2cb6add6fd3d3ffa048fd5d28ebb5dee12bec23a /gas/ChangeLog
parentd1cde16aaec46e5ac24b4f72a0679923ed6fce02 (diff)
downloadgdb-3fb965c44e9a31e3d1a477e8640b206b47567ea4.zip
gdb-3fb965c44e9a31e3d1a477e8640b206b47567ea4.tar.gz
gdb-3fb965c44e9a31e3d1a477e8640b206b47567ea4.tar.bz2
Wed Jan 8 11:26:40 1992 Steve Chamberlain (sac at rtl.cygnus.com)
Added support for listings * Makefile.in: include listing.[co] * as.c: parse -l * as.h: include listing.h, include listing hook into frag * frags.c (frag_new): hook for creating line number info * messages.c (as_warn, as_bad): remember message for listing * read.c: add new pseudos to the table * write.c: (relax_segment): need to cope with branches with 0 offsets, so create M68K_AIM_KLUDGE- this came to light because listings make lots of zero length frags. * listing.c, listing.h: new files
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 9332272..241cd24 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,21 @@
+Wed Jan 8 11:26:40 1992 Steve Chamberlain (sac at rtl.cygnus.com)
+ Added support for listings
+ * Makefile.in: include listing.[co]
+ * as.c: parse -l
+ * as.h: include listing.h, include listing hook into frag
+ * frags.c (frag_new): hook for creating line number info
+ * messages.c (as_warn, as_bad): remember message for listing
+ * read.c: add new pseudos to the table
+ * write.c: (relax_segment): need to cope with branches with 0
+ offsets, so create M68K_AIM_KLUDGE- this came to light because
+ listings make lots of zero length frags.
+ * listing.c, listing.h: new files
+
+Mon Jan 6 06:13:23 1992 John Gilmore (gnu at cygnus.com)
+
+ * config/tc-m68k.c (md_parse_option): Default to allowing
+ floating point opcodes with processors that support them.
+
Sat Jan 4 16:34:16 1992 John Gilmore (gnu at cygnus.com)
* as.h: Move redefine of xfree.