diff options
author | Jan Beulich <jbeulich@suse.com> | 2020-02-12 16:19:52 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2020-02-12 16:19:52 +0100 |
commit | ddb56fe60054be3463ba30dde8d6c41d641dee01 (patch) | |
tree | ec047dc4565c4c8f01d40318636063a87437cda7 /opcodes/ChangeLog | |
parent | 5990e377e5a339bce715fabfc3e45b24b459a7af (diff) | |
download | gdb-ddb56fe60054be3463ba30dde8d6c41d641dee01.zip gdb-ddb56fe60054be3463ba30dde8d6c41d641dee01.tar.gz gdb-ddb56fe60054be3463ba30dde8d6c41d641dee01.tar.bz2 |
x86: fold two JMP templates
Now that the AMD64 check in match_template() applies to 64-bit code
only, the non-64-bit and the Amd64 template can be folded, as being
otherwise compatible with one another. (Oddly enough the same doesn't
apply to CALL, due to the suffixes it permits, while JMP doesn't
allow for any.)
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 d92d5c4..12d3458 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,10 @@ 2020-02-12 Jan Beulich <jbeulich@suse.com> + * i386-opc.tbl (jmp): Fold CpuNo64 and Amd64 direct variants. + * i386-tbl.h: Re-generate. + +2020-02-12 Jan Beulich <jbeulich@suse.com> + PR gas/24546 * i386-dis.c (putop): Handle REX.W in '^' case for Intel64 mode. * i386-opc.tbl (lfs, lgs, lss, lcall, ljmp): Split into |