diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-19 01:36:30 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-20 00:39:38 -0400 |
commit | 3eda63f2e4fc1c8e7a472f2db128c7acfe95bd39 (patch) | |
tree | 3447c001bed2b46f077eb96ec351216ffd663e74 /sim/mn10300 | |
parent | 3a829bc50c1da3163329356e561d5bf5b218ce35 (diff) | |
download | gdb-3eda63f2e4fc1c8e7a472f2db128c7acfe95bd39.zip gdb-3eda63f2e4fc1c8e7a472f2db128c7acfe95bd39.tar.gz gdb-3eda63f2e4fc1c8e7a472f2db128c7acfe95bd39.tar.bz2 |
sim: delete SIM_AC_COMMON macro
Now that we've moved all content out to the common file, this is
empty and can be deleted it entirely.
Diffstat (limited to 'sim/mn10300')
-rw-r--r-- | sim/mn10300/ChangeLog | 5 | ||||
-rw-r--r-- | sim/mn10300/aclocal.m4 | 1 | ||||
-rwxr-xr-x | sim/mn10300/configure | 2 | ||||
-rw-r--r-- | sim/mn10300/configure.ac | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog index 9f3fad3..170d679 100644 --- a/sim/mn10300/ChangeLog +++ b/sim/mn10300/ChangeLog @@ -1,5 +1,10 @@ 2021-06-20 Mike Frysinger <vapier@gentoo.org> + * configure.ac (SIM_AC_COMMON): Delete. + * aclocal.m4, configure: Regenerate. + +2021-06-20 Mike Frysinger <vapier@gentoo.org> + * aclocal.m4: Regenerate. * configure: Regenerate. diff --git a/sim/mn10300/aclocal.m4 b/sim/mn10300/aclocal.m4 index 02e3ea4..6032284 100644 --- a/sim/mn10300/aclocal.m4 +++ b/sim/mn10300/aclocal.m4 @@ -12,7 +12,6 @@ # PARTICULAR PURPOSE. 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_common.m4]) m4_include([../m4/sim_ac_option_bitsize.m4]) m4_include([../m4/sim_ac_option_hardware.m4]) m4_include([../m4/sim_ac_option_reserved_bits.m4]) diff --git a/sim/mn10300/configure b/sim/mn10300/configure index e7155d6..8efbbc0 100755 --- a/sim/mn10300/configure +++ b/sim/mn10300/configure @@ -1686,8 +1686,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu - - default_sim_reserved_bits="1" # Check whether --enable-sim-reserved-bits was given. if test "${enable_sim_reserved_bits+set}" = set; then : diff --git a/sim/mn10300/configure.ac b/sim/mn10300/configure.ac index 1083c06..e531be9 100644 --- a/sim/mn10300/configure.ac +++ b/sim/mn10300/configure.ac @@ -2,8 +2,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(Makefile.in) AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config]) -SIM_AC_COMMON - SIM_AC_OPTION_RESERVED_BITS SIM_AC_OPTION_BITSIZE(32,31) SIM_AC_OPTION_HARDWARE(mn103cpu mn103int mn103tim mn103ser mn103iop) |