diff options
author | Jiong Wang <jiong.wang@arm.com> | 2016-10-11 11:24:44 +0100 |
---|---|---|
committer | Jiong Wang <jiong.wang@arm.com> | 2016-10-11 11:24:44 +0100 |
commit | 93562a343c26f67d2bd0e93cceb18a0a793087c2 (patch) | |
tree | 7ff367ee5193dc3405fdee295f3a9659b210475b /opcodes/ChangeLog | |
parent | f02cb058822459ea29a9fdaa928c2623df435908 (diff) | |
download | gdb-93562a343c26f67d2bd0e93cceb18a0a793087c2.zip gdb-93562a343c26f67d2bd0e93cceb18a0a793087c2.tar.gz gdb-93562a343c26f67d2bd0e93cceb18a0a793087c2.tar.bz2 |
[AArch64] PR target/20666, fix wrong encoding of new introduced BFC pseudo
opcode/
PR target/20666
* aarch64-asm.c (convert_bfc_to_bfm): Fix dest index.
gas/
* testsuite/gas/aarch64/alias-2.d: Update expected results.
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 65cf0d7..3ac9c3f 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2016-10-11 Jiong Wang <jiong.wang@arm.com> + + PR target/20666 + * aarch64-asm.c (convert_bfc_to_bfm): Fix dest index. + 2016-10-07 Jiong Wang <jiong.wang@arm.com> PR target/20667 |