aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2021-03-23 17:09:53 +0100
committerJan Beulich <jbeulich@suse.com>2021-03-23 17:09:53 +0100
commitb933fa4b5d1b94706da3e58e9ecf756fb5536a6e (patch)
treeb62c3b79a1f5e80735a86ed82aa458eb0c85dafc /gas/ChangeLog
parentdac10fb0d10aca2b75512a5fd2880a83d4fc454d (diff)
downloadfsf-binutils-gdb-b933fa4b5d1b94706da3e58e9ecf756fb5536a6e.zip
fsf-binutils-gdb-b933fa4b5d1b94706da3e58e9ecf756fb5536a6e.tar.gz
fsf-binutils-gdb-b933fa4b5d1b94706da3e58e9ecf756fb5536a6e.tar.bz2
x86: re-number PREFIX_0X<nn>
In preparation to use PREFIX_0X<nn> attributes also in VEX/XOP/EVEX encoding templates, renumber the pseudo-enumerators such that their values can then also be used directly in the respective prefix bit fields.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 001d260..19c47b7 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,9 @@
2021-03-23 Jan Beulich <jbeulich@suse.com>
+ * config/tc-i386.c (pte): Re-order opc_pfx[] entries.
+
+2021-03-23 Jan Beulich <jbeulich@suse.com>
+
* config/tc-i386.c (output_i386_opcode): Invoke
process_i386_cpu_flag() slightly later.
(process_i386_opcodes): Likewise.