aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@orcam.me.uk>2021-05-29 03:26:32 +0200
committerMaciej W. Rozycki <macro@orcam.me.uk>2021-05-29 03:26:32 +0200
commit21629cf8bc2b16d3c75dff0c3f1222b714bf90c2 (patch)
tree9e0d8099afb0614bd53bb12aa10e704c200204ec /include/ChangeLog
parentb1458c4569ec9eeb077e928b0eb6b210c7eb647f (diff)
downloadbinutils-21629cf8bc2b16d3c75dff0c3f1222b714bf90c2.zip
binutils-21629cf8bc2b16d3c75dff0c3f1222b714bf90c2.tar.gz
binutils-21629cf8bc2b16d3c75dff0c3f1222b714bf90c2.tar.bz2
MIPS/opcodes: Properly handle ISA exclusion
Remove the hack used for MIPSr6 ISA exclusion from `cpu_is_member' and handle the exclusion for any ISA levels properly in `opcode_is_member'. Flatten the structure of the `if' statements there. No functional change for the existing opcode tables. include/ * opcode/mips.h (cpu_is_member): Remove code for MIPSr6 ISA exclusion. (opcode_is_member): Handle ISA level exclusion.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index b51782f..d1a0485 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,5 +1,11 @@
2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
+ * opcode/mips.h (cpu_is_member): Remove code for MIPSr6 ISA
+ exclusion.
+ (opcode_is_member): Handle ISA level exclusion.
+
+2021-05-29 Maciej W. Rozycki <macro@orcam.me.uk>
+
* opcode/mips.h (isa_is_member): New inline function, factored
out from...
(opcode_is_member): ... here.