aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJiong Wang <jiong.wang@arm.com>2015-01-13 15:44:47 +0000
committerJiong Wang <jiong.wang@arm.com>2015-01-13 15:44:47 +0000
commit0900a05b4ce11a11fafbb691d94745bb65ac4980 (patch)
tree8514c6a0328f4eaaaa2722a45a5e6bdef09212d4 /gas/ChangeLog
parent576fd14c6861ef937a50b5a7500c8a58f8c4ea92 (diff)
downloadgdb-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/ChangeLog5
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.