aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1992-08-13 20:55:03 +0000
committerKen Raeburn <raeburn@cygnus>1992-08-13 20:55:03 +0000
commitc8c7e0bf25d1a5ae7d988ad3ab84052858a8c817 (patch)
tree398ff1b64d33e75192804dde0f204ad525c591ed /gas/ChangeLog
parent6bf2e3a7623a1ac43ba9a26a03963519346ce1c8 (diff)
downloadfsf-binutils-gdb-c8c7e0bf25d1a5ae7d988ad3ab84052858a8c817.zip
fsf-binutils-gdb-c8c7e0bf25d1a5ae7d988ad3ab84052858a8c817.tar.gz
fsf-binutils-gdb-c8c7e0bf25d1a5ae7d988ad3ab84052858a8c817.tar.bz2
make it compile on rs6k: declare free, disable assertions, don't define M_RS6000
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 e1026b7..85e6698 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,11 @@
+Thu Aug 13 13:53:19 1992 Ken Raeburn (raeburn@cygnus.com)
+
+ * as.h [BROKEN_ASSERT]: If defined, turn off all assertion checks.
+
+ * config/ho-rs6000.h (M_RS6000): Don't define it.
+ (free): Declare it.
+ (BROKEN_ASSERT): Define it if not __STDC__.
+
Thu Aug 6 12:10:39 1992 Steve Chamberlain (sac@thepub.cygnus.com)
* read.c (s_fill): make the .fill size clamped error a warn and
@@ -26,8 +34,6 @@ Fri Jul 31 21:53:28 1992 Ken Raeburn (raeburn@cygnus.com)
characteristics have been), default to 68020. Don't need extra
quotes around error string.
-
-
Fri Jul 31 12:26:34 1992 Jim Wilson (wilson@sphagnum.cygnus.com)
* read.c (potable): Revert sac's incorrect change made Jul 13.