diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-07-01 01:04:48 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-07-01 20:53:00 -0400 |
commit | 7eb1f99adaa3515463b6082e4a911d8b334e852f (patch) | |
tree | 914ebe6a8f134e179355d95dd07814b01e11c020 /sim/common/ChangeLog | |
parent | 313c332ff2d5cb2a681149254ca73ba041aa8630 (diff) | |
download | binutils-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/ChangeLog | 4 |
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). |