From 6f2f06bea87613a6851607829e5893d74007f5bf Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Thu, 14 Nov 2019 08:47:03 +0100 Subject: x86: make JumpAbsolute an insn attribute ... instead of an operand one: There's only ever one operand here anyway. --- gas/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'gas/ChangeLog') diff --git a/gas/ChangeLog b/gas/ChangeLog index bb8dd07..e2db6fd 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,15 @@ 2019-11-14 Jan Beulich + * 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. + +2019-11-14 Jan Beulich + * config/tc-i386.c (operand_size_match): Adjust anysize use. 2019-11-14 Jan Beulich -- cgit v1.1