This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH 12/13] x86: make JumpAbsolute an insn attribute
On Wed, Oct 30, 2019 at 1:28 AM Jan Beulich <jbeulich@suse.com> wrote:
>
> ... instead of an operand one: There's only ever one operand here
> anyway.
>
> gas/
> 2019-10-XX 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.
> (process_suffix, i386_displacement): Adjust jumpabsolute uses.
> (match_template, i386_att_operand): Adjust jumpabsolute
> handling.
> * config/tc-i386-intel.c (i386_intel_operand): Likewise.
>
> opcodes/
> 2019-10-XX 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.
>
OK.
Thanks.
--
H.J.