aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2021-03-29 12:02:50 +0200
committerJan Beulich <jbeulich@suse.com>2021-03-29 12:02:50 +0200
commit389d00a5e5b1fa6fcd9eda747b17ef73f58eb693 (patch)
tree60328fd218e7998c30d91455df475d835272214e /opcodes/ChangeLog
parent63b4cc53dc41c755f8b30d85edf29c153f76eba3 (diff)
downloadgdb-389d00a5e5b1fa6fcd9eda747b17ef73f58eb693.zip
gdb-389d00a5e5b1fa6fcd9eda747b17ef73f58eb693.tar.gz
gdb-389d00a5e5b1fa6fcd9eda747b17ef73f58eb693.tar.bz2
x86: derive opcode encoding space attribute from base opcode
Just like is already done for VEX/XOP/EVEX encoded insns, record the encoding space information in the respective opcode modifier field. Do this again without changing the source table, but rather by deriving the values from their existing source representation.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index ffe9337..82a1c5c 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,13 @@
+2021-03-29 Jan Beulich <jbeulich@suse.com>
+
+ * i386-gen.c (process_i386_opcode_modifier): New parameter
+ "space".
+ (output_i386_opcode): New local variable "space". Adjust
+ process_i386_opcode_modifier() invocation.
+ (process_i386_opcodes): Adjust process_i386_opcode_modifier()
+ invocation.
+ * i386-tbl.h: Re-generate.
+
2021-03-29 Alan Modra <amodra@gmail.com>
* aarch64-opc.c (vector_qualifier_p): Simplify boolean expression.