diff options
author | Jan Beulich <jbeulich@suse.com> | 2019-11-14 08:47:03 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2019-11-14 08:47:03 +0100 |
commit | 6f2f06bea87613a6851607829e5893d74007f5bf (patch) | |
tree | 5ec0036f1cdfa57127f3cfa8d173e6b7c0afcf28 /opcodes/ChangeLog | |
parent | 601e8564220b94b991ce1729edfc04fd9da52906 (diff) | |
download | fsf-binutils-gdb-6f2f06bea87613a6851607829e5893d74007f5bf.zip fsf-binutils-gdb-6f2f06bea87613a6851607829e5893d74007f5bf.tar.gz fsf-binutils-gdb-6f2f06bea87613a6851607829e5893d74007f5bf.tar.bz2 |
x86: make JumpAbsolute an insn attribute
... instead of an operand one: There's only ever one operand here
anyway.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 68f0378..37a25b4 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,17 @@ 2019-11-14 Jan Beulich <jbeulich@suse.com> + * i386-gen.c (operand_type_init): Remove + OPERAND_TYPE_JUMPABSOLUTE entry. + (opcode_modifiers): Add JumpAbsolute entry. + (operand_types): Remove JumpAbsolute entry. + * i386-opc.h (JumpAbsolute): Move between enums. + (struct i386_opcode_modifier): Add jumpabsolute field. + (union i386_operand_type): Remove jumpabsolute field. + * i386-opc.tbl (call, lcall, jmp, ljmp): Move JumpAbsolute. + * i386-init.h, i386-tbl.h: Re-generate. + +2019-11-14 Jan Beulich <jbeulich@suse.com> + * i386-gen.c (opcode_modifiers): Add AnySize entry. (operand_types): Remove AnySize entry. * i386-opc.h (AnySize): Move between enums. |