diff options
author | Jiong Wang <jiong.wang@arm.com> | 2017-07-24 11:26:58 +0100 |
---|---|---|
committer | Jiong Wang <jiong.wang@arm.com> | 2017-07-24 14:59:06 +0100 |
commit | 7684e58062af4886aceb05ecd83a956bfcd14aaf (patch) | |
tree | b4dcb4e52ff68cd9c92b860649632709b189e4fc /opcodes/ChangeLog | |
parent | 8a2df5e2df374289e00ecd8f099eb46d76ef982e (diff) | |
download | gdb-7684e58062af4886aceb05ecd83a956bfcd14aaf.zip gdb-7684e58062af4886aceb05ecd83a956bfcd14aaf.tar.gz gdb-7684e58062af4886aceb05ecd83a956bfcd14aaf.tar.bz2 |
[AArch64] Fix the bit pattern order in the comments in auto-generated file
The bit pattern comment in "aarch64_opcode_lookup_1" is reversed.
This patch fixed this.
opcode/
* aarch64-gen.c (print_decision_tree_1): Reverse the index of PATTERN to
correct the print.
* aarch64-dis-2.c: Regenerated.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 50f2546..ef026af 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +2017-07-24 Laurent Desnogues <laurent.desnogues@arm.com> + Jiong Wang <jiong.wang@arm.com> + + * aarch64-gen.c (print_decision_tree_1): Reverse the index of PATTERN to + correct the print. + * aarch64-dis-2.c: Regenerated. + 2017-07-21 Andreas Krebbel <krebbel@linux.vnet.ibm.com> * s390-mkopc.c (main): Enable z14 as CPU string in the opcode |