diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-07-08 21:57:07 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-07-08 21:57:07 +0000 |
commit | a5a781751a438e853d0f421909458aa3f75525aa (patch) | |
tree | c29826b8dd62cda80e57de2620ad76789ca70d0f /gas/ChangeLog | |
parent | e675c634ddf8f405943a0ba73a6553050ea44ea3 (diff) | |
download | gdb-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/ChangeLog | 3 |
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 |