aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2014-05-20 10:28:42 +0100
committerNick Clifton <nickc@redhat.com>2014-05-20 10:28:42 +0100
commit00b32ff21f710a5eed92c9fdf51c32103bcc4176 (patch)
treeb26adf9e6654280500869f1749f0d239f59da1c0 /gas/testsuite/ChangeLog
parent273dc279306c2b69fbc1407cc695397e4b015152 (diff)
downloadgdb-00b32ff21f710a5eed92c9fdf51c32103bcc4176.zip
gdb-00b32ff21f710a5eed92c9fdf51c32103bcc4176.tar.gz
gdb-00b32ff21f710a5eed92c9fdf51c32103bcc4176.tar.bz2
Fix MSP430 assembler to support #hi(<symbol>).
* config/tc-msp430.c (CHECK_RELOC_MSP430): Add OP parameter. Generate BFD_RELOC_MSP430_ABS_HI16 if vshift is 1. (msp430_srcoperand): Store vshift value in operand. * msp430.h (struct msp430_operand_s): Add vshift field. * gas/elf/struct.d: Expect extra output from some toolchains. * gas/symver/symver0.d: Likewise. * gas/symver/symver1.d: Likewise.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r--gas/testsuite/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index db8eb2e..a9c1a8a 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2014-05-20 Nick Clifton <nickc@redhat.com>
+
+ * gas/elf/struct.d: Expect extra output from some toolchains.
+ * gas/symver/symver0.d: Likewise.
+ * gas/symver/symver1.d: Likewise.
+
2014-05-09 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/nops-1-core2.d: Replace data32 with data16.