summaryrefslogtreecommitdiff
path: root/gas/testsuite/ChangeLog
diff options
context:
space:
mode:
authorDoug Evans <dje@sebabeach.org>2009-10-19 15:27:38 +0000
committerDoug Evans <dje@sebabeach.org>2009-10-19 15:27:38 +0000
commit5ba44d9ac90e818b47bc3ba72db43d4027c33af7 (patch)
treeb3bddf654e629f81013d94efe3de05789cdae3c2 /gas/testsuite/ChangeLog
parent77845dcc8bc29a3a8df551bcebd3d29a45e861fb (diff)
downloadbinutils-redhat-5ba44d9ac90e818b47bc3ba72db43d4027c33af7.tar.gz
* config/tc-xc16x.c (md_cgen_lookup_reloc): Ensure fix_size is set
correctly for all 16 bit relocs. Return BFD_RELOC_NONE if reloc isn't recognized, not BFD_RELOC_XC16X_SOF. testsuite: * gas/xc16x/shlrol.s: Specify constant shift amount. * gas/xc16x/xc16x.exp (do_xc16x_shlrol): Update expected output.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r--gas/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 1e7b8782dc..2c8da327ca 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-19 Doug Evans <dje@sebabeach.org>
+
+ * gas/xc16x/shlrol.s: Specify constant shift amount.
+ * gas/xc16x/xc16x.exp (do_xc16x_shlrol): Update expected output.
+
2009-10-18 Vincent Rivière <vincent.riviere@freesbee.fr>
* gas/all/weakref1u.d: Exclude more aout targets.