diff options
author | Jan Beulich <jbeulich@suse.com> | 2021-03-09 08:54:32 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2021-03-09 08:54:32 +0100 |
commit | 742732c7f0a989eaba7c1acac3ca5eeaa274df0e (patch) | |
tree | 32ec72bb67be1d97b75aac567debc8630c3aae09 /gas/ChangeLog | |
parent | e93a3b27b23ca2850c01dfc8fdf1aa237d819193 (diff) | |
download | fsf-binutils-gdb-742732c7f0a989eaba7c1acac3ca5eeaa274df0e.zip fsf-binutils-gdb-742732c7f0a989eaba7c1acac3ca5eeaa274df0e.tar.gz fsf-binutils-gdb-742732c7f0a989eaba7c1acac3ca5eeaa274df0e.tar.bz2 |
x86: fold some prefix related attributes into a single one
RepPrefixOk, HLEPrefixOk, and NoTrackPrefixOk can't be specified
together, so can share an enum-like field. IsLockable can be inferred
from HLE setting and hence only needs specifying when neither of them
is present.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ee553fb..74811be 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,12 @@ 2021-03-09 Jan Beulich <jbeulich@suse.com> + * config/tc-i386.c (check_hle): Replace HLEPrefix* by Prefix*. + (md_assemble): Replace use of repprefixok, islockable, and + notrackprefixok. + (i386_index_check): Replace use of repprefixok. + +2021-03-09 Jan Beulich <jbeulich@suse.com> + * testsuite/gas/i386/noreg64.s: Add sysexit. * testsuite/gas/i386/x86-64-sysenter-amd.s: Split sysexit into sysexitl and sysexitq. |