diff options
author | Nick Clifton <nickc@redhat.com> | 2013-08-28 10:25:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-08-28 10:25:36 +0000 |
commit | 7e1050317266448c0496db46eadd546410b07c0a (patch) | |
tree | b9c181902dad85234034b701858441d264f127bd /opcodes/ChangeLog | |
parent | fe6d7d6aa2c337beb63b7214e669be68284fc1c2 (diff) | |
download | gdb-7e1050317266448c0496db46eadd546410b07c0a.zip gdb-7e1050317266448c0496db46eadd546410b07c0a.tar.gz gdb-7e1050317266448c0496db46eadd546410b07c0a.tar.bz2 |
* aarch64-opc.c (aarch64_logical_immediate_p): Return FALSE if the
immediate is not suitable for the 32-bit ABI.
* gas/aarch64/illegal.s: Add illegal constant for logical
operation.
* gas/aarch64/illegal.l: Add expected error message.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index ce6aebe..6966b95 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2013-08-28 Nick Clifton <nickc@redhat.com> + + * aarch64-opc.c (aarch64_logical_immediate_p): Return FALSE if the + immediate is not suitable for the 32-bit ABI. + 2013-08-23 Maciej W. Rozycki <macro@codesourcery.com> * micromips-opc.c (micromips_opcodes): Use RD_4 for "alnv.ps", |