aboutsummaryrefslogtreecommitdiff
path: root/sim/common/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-07-01 01:04:48 -0400
committerMike Frysinger <vapier@gentoo.org>2021-07-01 20:53:00 -0400
commit7eb1f99adaa3515463b6082e4a911d8b334e852f (patch)
tree914ebe6a8f134e179355d95dd07814b01e11c020 /sim/common/ChangeLog
parent313c332ff2d5cb2a681149254ca73ba041aa8630 (diff)
downloadbinutils-7eb1f99adaa3515463b6082e4a911d8b334e852f.zip
binutils-7eb1f99adaa3515463b6082e4a911d8b334e852f.tar.gz
binutils-7eb1f99adaa3515463b6082e4a911d8b334e852f.tar.bz2
sim: unify reserved instruction bits settings
Move these options up to the common dir so we only test & export them once across all ports. The setting only affects igen based ports, and they were turning this on by default, so keep the default in place.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r--sim/common/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 37d4dc9..ad5980c 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,5 +1,9 @@
2021-07-01 Mike Frysinger <vapier@gentoo.org>
+ * Make-common.in (SIM_RESERVED_BITS): Delete.
+
+2021-07-01 Mike Frysinger <vapier@gentoo.org>
+
* Make-common.in (GUILE): New variable.
(CGEN): Use $(GUILE).