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/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/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 78501ed..ef0af89 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +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. + 2015-01-12 Jan Beulich <jbeulich@suse.com> * gas/dw2gencfi.c (cfi_add_label, dot_cfi_label): New. |