aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
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 12cca8c..cccf286 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,17 @@
+Sat Jan 4 16:34:16 1992 John Gilmore (gnu at cygnus.com)
+
+ * as.h: Move redefine of xfree.
+ * read.c: Use xmalloc, not malloc.
+ * expr.c, input-scrub.c, write.c: Avoid "know" macros
+ that cover more than one line, since this causes char strings
+ with embedded newlines.
+
+Wed Dec 11 18:13:07 1991 Steve Chamberlain (sac at rtl.cygnus.com)
+ * configure.in: handle rename of obj-coffbfd
+ * config/obj-coffbfd.c: lint, don't fixup relocs if H8300, use
+ tc_reloc_mangle to prepare relocation if one available
+ * config/tc-h8300.h: added tc_reloc_mangle routine
+
Tue Dec 10 04:07:28 1991 K. Richard Pixley (rich at rtl.cygnus.com)
* input-file.c: don't close a NULL file pointer.