diff options
author | Jiong Wang <jiong.wang@arm.com> | 2015-01-13 15:44:47 +0000 |
---|---|---|
committer | Jiong Wang <jiong.wang@arm.com> | 2015-01-13 15:44:47 +0000 |
commit | 0900a05b4ce11a11fafbb691d94745bb65ac4980 (patch) | |
tree | 8514c6a0328f4eaaaa2722a45a5e6bdef09212d4 /gas/testsuite/ChangeLog | |
parent | 576fd14c6861ef937a50b5a7500c8a58f8c4ea92 (diff) | |
download | gdb-0900a05b4ce11a11fafbb691d94745bb65ac4980.zip gdb-0900a05b4ce11a11fafbb691d94745bb65ac4980.tar.gz gdb-0900a05b4ce11a11fafbb691d94745bb65ac4980.tar.bz2 |
[ARM] vcmp/vcmpe should accept #0x0 as an operand
gas/
2015-01-13 Matthew Wahab <matthew.wahab@arm.com>
* config/tc-arm.c (parse_ifimm_zero): Accept #0x0 as a synonym for
#0, restoring previous behaviour.
gas/testsuite/
2015-01-13 Matthew Wahab <matthew.wahab@arm.com>
* gas/arm/ual-vcmp.s: Add vcmp, vcmpe with #0x0 operand.
* gas/ual/vcmp.d: Update expected output.
* gas/ual/vcmp-zero-bad.l: Likewise
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 54d9c6e..a63ebd1 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2015-01-13 Matthew Wahab <matthew.wahab@arm.com> + + * gas/arm/ual-vcmp.s: Add vcmp, vcmpe with #0x0 operand. + * gas/ual/vcmp.d: Update expected output. + * gas/ual/vcmp-zero-bad.l: Likewise + 2015-01-12 Jan Beulich <jbeulich@suse.com> gas/cfi/cfi-label.d, gas/cfi/cfi-label.s: New. |