aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2007-01-12 06:27:20 +0000
committerAlan Modra <amodra@gmail.com>2007-01-12 06:27:20 +0000
commite8630bd766eb1fbaa68b1dd2c50b9105bf1bbc87 (patch)
tree7c28f24c8b2fcf20d5219a37b2d7e0d080382133 /gas
parent66a4ad426416db84eb567c211dd73c8722380b06 (diff)
downloadgdb-e8630bd766eb1fbaa68b1dd2c50b9105bf1bbc87.zip
gdb-e8630bd766eb1fbaa68b1dd2c50b9105bf1bbc87.tar.gz
gdb-e8630bd766eb1fbaa68b1dd2c50b9105bf1bbc87.tar.bz2
missed from last commit
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 58478b4..ab907bf 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,14 @@
2007-01-12 Alan Modra <amodra@bigpond.net.au>
+ * config/tc-spu.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
+ * config/tc-m32r.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
+ * config/tc-mn10300.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
+ (TC_FORCE_RELOCATION): Define.
+ (TC_FORCE_RELOCATION_LOCAL): Define.
+ * config/tc-mn10300.c (mn10300_fix_adjustable): Adjust.
+
+2007-01-12 Alan Modra <amodra@bigpond.net.au>
+
* input-file.c (input_file_open): Check fgets return.
2007-01-11 Paul Brook <paul@codesourcery.com>