aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2019-11-14 08:47:44 +0100
committerJan Beulich <jbeulich@suse.com>2019-11-14 08:47:44 +0100
commit0cfa3eb3525d46ff6cfc94559a796c6a67bdcb27 (patch)
treec3c6882b59791bd6de53c3713dae30232e084348 /gas/ChangeLog
parent6f2f06bea87613a6851607829e5893d74007f5bf (diff)
downloadgdb-0cfa3eb3525d46ff6cfc94559a796c6a67bdcb27.zip
gdb-0cfa3eb3525d46ff6cfc94559a796c6a67bdcb27.tar.gz
gdb-0cfa3eb3525d46ff6cfc94559a796c6a67bdcb27.tar.bz2
x86: fold individual Jump* attributes into a single Jump one
..., taking just 3 bits instead of 5. No two of them are used together.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index e2db6fd..7e9e6ef 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,13 @@
2019-11-14 Jan Beulich <jbeulich@suse.com>
+ * config/tc-i386.c (operand_size_match, md_assemble,
+ parse_insn, match_template, process_suffix, output_jump,
+ output_insn, i386_displacement): Adjust jump* field use/
+ handling.
+ * config/tc-i386-intel.c (i386_intel_operand): Likewise.
+
+2019-11-14 Jan Beulich <jbeulich@suse.com>
+
* config/tc-i386.c (struct _i386_insn): Add jumpabsolute field.
(operand_type_match): Drop jumpabsolute use.
(type_names): Remove OPERAND_TYPE_JUMPABSOLUTE entry.