summaryrefslogtreecommitdiff
path: root/sim/mn10300/aclocal.m4
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/mn10300/aclocal.m4
parent313c332ff2d5cb2a681149254ca73ba041aa8630 (diff)
downloadbinutils-gdb-7eb1f99adaa3515463b6082e4a911d8b334e852f.tar.gz
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/mn10300/aclocal.m4')
-rw-r--r--sim/mn10300/aclocal.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/mn10300/aclocal.m4 b/sim/mn10300/aclocal.m4
index f4393afec65..3b7f0c1f4a4 100644
--- a/sim/mn10300/aclocal.m4
+++ b/sim/mn10300/aclocal.m4
@@ -13,5 +13,4 @@
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
m4_include([../m4/sim_ac_option_bitsize.m4])
-m4_include([../m4/sim_ac_option_reserved_bits.m4])
m4_include([../m4/sim_ac_output.m4])