aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-07-08 21:57:07 +0000
committerIan Lance Taylor <ian@airs.com>1996-07-08 21:57:07 +0000
commita5a781751a438e853d0f421909458aa3f75525aa (patch)
treec29826b8dd62cda80e57de2620ad76789ca70d0f /gas/ChangeLog
parente675c634ddf8f405943a0ba73a6553050ea44ea3 (diff)
downloadgdb-a5a781751a438e853d0f421909458aa3f75525aa.zip
gdb-a5a781751a438e853d0f421909458aa3f75525aa.tar.gz
gdb-a5a781751a438e853d0f421909458aa3f75525aa.tar.bz2
* as.h: Don't define const or volatile.
* flonum.h: Don't define const.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 3c29b3c..17c12d8 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,8 @@
Mon Jul 8 14:11:49 1996 Ian Lance Taylor <ian@cygnus.com>
+ * as.h: Don't define const or volatile.
+ * flonum.h: Don't define const.
+
* config/tc-m68k.c (tc_gen_reloc): Change the code appropriately
if fx_pcrel is set. Correct setting the addend case in the
OBJ_ELF case (from Andreas Schwab