sim: drop use of bfd/configure.host

These settings might have made sense in darker compiler times, but I
think they're largely obsolete now.  Looking through the values that
get used in HDEFINES, it's quite limited, and configure itself should
handle them.  If we still need something, we can leverage standard
autoconf macros instead, after we get a clear user report.

TDEFINES was never set anywhere and was always empty, so prune that.
This commit is contained in:
Mike Frysinger 2021-01-17 13:39:03 -05:00
parent 2c6f2aa664
commit aa09469fc6
73 changed files with 434 additions and 233 deletions

View File

@ -1,3 +1,8 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure.ac (HDEFINES): Delete AC_SUBST call.
* configure: Regenerate.
2021-02-04 Mike Frysinger <vapier@gentoo.org>
* configure.tgt (sim_arch): Add entry for riscv*-*-*.
@ -1426,5 +1431,3 @@ Mon Feb 8 11:46:06 1993 Steve Chamberlain (sac@thepub.cygnus.com)
* Makefile.in, configure.in: if target isn't supported, build a
harmless makefile.

View File

@ -1,3 +1,7 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-01-11 Mike Frysinger <vapier@gentoo.org>
* config.in, configure: Regenerate.

18
sim/aarch64/configure vendored
View File

@ -681,7 +681,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@ -6905,7 +6904,15 @@ fi
test -z "$AR" && AR=ar
if test -n "$plugin_option"; then
if $AR --help 2>&1 | grep -q "\--plugin"; then
AR="$AR $plugin_option"
touch conftest.c
$AR $plugin_option rc conftest.a conftest.c
if test "$?" != 0; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
else
AR="$AR $plugin_option"
fi
rm -f conftest.*
fi
fi
test -z "$AR_FLAGS" && AR_FLAGS=cru
@ -8565,7 +8572,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@ -12929,7 +12935,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12932 "configure"
#line 12938 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13035,7 +13041,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13038 "configure"
#line 13044 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13274,8 +13280,6 @@ CC="$lt_save_CC"
. ${srcdir}/../../bfd/configure.host

View File

@ -1,3 +1,7 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-01-11 Mike Frysinger <vapier@gentoo.org>
* config.in, configure: Regenerate.

18
sim/arm/configure vendored
View File

@ -681,7 +681,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@ -6905,7 +6904,15 @@ fi
test -z "$AR" && AR=ar
if test -n "$plugin_option"; then
if $AR --help 2>&1 | grep -q "\--plugin"; then
AR="$AR $plugin_option"
touch conftest.c
$AR $plugin_option rc conftest.a conftest.c
if test "$?" != 0; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
else
AR="$AR $plugin_option"
fi
rm -f conftest.*
fi
fi
test -z "$AR_FLAGS" && AR_FLAGS=cru
@ -8565,7 +8572,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@ -12929,7 +12935,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12932 "configure"
#line 12938 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13035,7 +13041,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13038 "configure"
#line 13044 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13274,8 +13280,6 @@ CC="$lt_save_CC"
. ${srcdir}/../../bfd/configure.host

View File

@ -1,3 +1,7 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-01-30 Mike Frysinger <vapier@gentoo.org>
* interp.c (sim_open): Delete STATE_WATCHPOINTS (sd)->sizeof_pc.

18
sim/avr/configure vendored
View File

@ -681,7 +681,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@ -6905,7 +6904,15 @@ fi
test -z "$AR" && AR=ar
if test -n "$plugin_option"; then
if $AR --help 2>&1 | grep -q "\--plugin"; then
AR="$AR $plugin_option"
touch conftest.c
$AR $plugin_option rc conftest.a conftest.c
if test "$?" != 0; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
else
AR="$AR $plugin_option"
fi
rm -f conftest.*
fi
fi
test -z "$AR_FLAGS" && AR_FLAGS=cru
@ -8565,7 +8572,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@ -12929,7 +12935,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12932 "configure"
#line 12938 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13035,7 +13041,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13038 "configure"
#line 13044 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13274,8 +13280,6 @@ CC="$lt_save_CC"
. ${srcdir}/../../bfd/configure.host

View File

@ -1,3 +1,7 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-01-30 Mike Frysinger <vapier@gentoo.org>
* interp.c (sim_open): Delete STATE_WATCHPOINTS (sd)->sizeof_pc.

18
sim/bfin/configure vendored
View File

@ -686,7 +686,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@ -6948,7 +6947,15 @@ fi
test -z "$AR" && AR=ar
if test -n "$plugin_option"; then
if $AR --help 2>&1 | grep -q "\--plugin"; then
AR="$AR $plugin_option"
touch conftest.c
$AR $plugin_option rc conftest.a conftest.c
if test "$?" != 0; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
else
AR="$AR $plugin_option"
fi
rm -f conftest.*
fi
fi
test -z "$AR_FLAGS" && AR_FLAGS=cru
@ -8608,7 +8615,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@ -12972,7 +12978,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12975 "configure"
#line 12981 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13078,7 +13084,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13081 "configure"
#line 13087 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13317,8 +13323,6 @@ CC="$lt_save_CC"
. ${srcdir}/../../bfd/configure.host

View File

@ -1,3 +1,7 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-01-31 Mike Frysinger <vapier@gentoo.org>
* mloop.in (xextract-scache): Call SEM_ARGBUF.

18
sim/bpf/configure vendored
View File

@ -684,7 +684,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@ -6918,7 +6917,15 @@ fi
test -z "$AR" && AR=ar
if test -n "$plugin_option"; then
if $AR --help 2>&1 | grep -q "\--plugin"; then
AR="$AR $plugin_option"
touch conftest.c
$AR $plugin_option rc conftest.a conftest.c
if test "$?" != 0; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
else
AR="$AR $plugin_option"
fi
rm -f conftest.*
fi
fi
test -z "$AR_FLAGS" && AR_FLAGS=cru
@ -8578,7 +8585,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@ -12942,7 +12948,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12945 "configure"
#line 12951 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13048,7 +13054,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13051 "configure"
#line 13057 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13287,8 +13293,6 @@ CC="$lt_save_CC"
. ${srcdir}/../../bfd/configure.host

View File

@ -1,3 +1,10 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* Make-common.in (HDEFINES, TDEFINES): Delete.
(CONFIG_CFLAGS): Delete $(HDEFINES) $(TDEFINES).
* acinclude.m4 (SIM_AC_COMMON): Delete AC_SUBST(HDEFINES) and
bfd/configure.host sourcing.
2021-02-04 Mike Frysinger <vapier@gentoo.org>
* gennltvals.py (TARGETS): Add riscv.

View File

@ -93,9 +93,6 @@ WERROR_CFLAGS = @WERROR_CFLAGS@
SIM_WARN_CFLAGS = $(WARN_CFLAGS)
SIM_WERROR_CFLAGS = $(WERROR_CFLAGS)
HDEFINES = @HDEFINES@
TDEFINES =
AR = @AR@
AR_FLAGS = rc
RANLIB = @RANLIB@
@ -230,8 +227,7 @@ CONFIG_CFLAGS = \
$(SIM_WARN_CFLAGS) \
$(SIM_WERROR_CFLAGS) \
$(SIM_HARDWARE) \
$(SIM_EXTRA_CFLAGS) \
$(HDEFINES) $(TDEFINES)
$(SIM_EXTRA_CFLAGS)
CSEARCH = -I. -I$(srcdir) -I../common -I$(srccom) \
-I../../include -I$(srcroot)/include \
-I../../bfd -I$(srcroot)/bfd \

View File

@ -40,7 +40,6 @@ fi
AC_SUBST(CC_FOR_BUILD)
AC_SUBST(CFLAGS)
AC_SUBST(HDEFINES)
AR=${AR-ar}
AC_SUBST(AR)
AC_PROG_RANLIB
@ -135,8 +134,6 @@ AM_CONDITIONAL(PLUGINS, test "$plugins" = yes)
LT_INIT([dlopen])
AC_SUBST(lt_cv_dlopen_libs)
. ${srcdir}/../../bfd/configure.host
dnl Standard (and optional) simulator options.
dnl Eventually all simulators will support these.
dnl Do not add any here that cannot be supported by all simulators.

2
sim/configure vendored
View File

@ -589,7 +589,6 @@ sim_arch
subdirs
CFLAGS_FOR_BUILD
CC_FOR_BUILD
HDEFINES
CPP
target_os
target_vendor
@ -3731,7 +3730,6 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
ac_compiler_gnu=$ac_cv_c_compiler_gnu
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then

View File

@ -12,7 +12,6 @@ AC_ARG_PROGRAM
AC_PROG_CC
AC_PROG_CPP
AC_SUBST(CFLAGS)
AC_SUBST(HDEFINES)
AR=${AR-ar}
AC_SUBST(AR)
AC_PROG_RANLIB

View File

@ -1,3 +1,7 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-01-11 Mike Frysinger <vapier@gentoo.org>
* config.in, configure: Regenerate.

18
sim/cr16/configure vendored
View File

@ -681,7 +681,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@ -6905,7 +6904,15 @@ fi
test -z "$AR" && AR=ar
if test -n "$plugin_option"; then
if $AR --help 2>&1 | grep -q "\--plugin"; then
AR="$AR $plugin_option"
touch conftest.c
$AR $plugin_option rc conftest.a conftest.c
if test "$?" != 0; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
else
AR="$AR $plugin_option"
fi
rm -f conftest.*
fi
fi
test -z "$AR_FLAGS" && AR_FLAGS=cru
@ -8565,7 +8572,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@ -12929,7 +12935,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12932 "configure"
#line 12938 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13035,7 +13041,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13038 "configure"
#line 13044 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13274,8 +13280,6 @@ CC="$lt_save_CC"
. ${srcdir}/../../bfd/configure.host

View File

@ -1,3 +1,7 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-01-11 Mike Frysinger <vapier@gentoo.org>
* config.in, configure: Regenerate.

18
sim/cris/configure vendored
View File

@ -684,7 +684,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@ -6919,7 +6918,15 @@ fi
test -z "$AR" && AR=ar
if test -n "$plugin_option"; then
if $AR --help 2>&1 | grep -q "\--plugin"; then
AR="$AR $plugin_option"
touch conftest.c
$AR $plugin_option rc conftest.a conftest.c
if test "$?" != 0; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
else
AR="$AR $plugin_option"
fi
rm -f conftest.*
fi
fi
test -z "$AR_FLAGS" && AR_FLAGS=cru
@ -8579,7 +8586,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@ -12943,7 +12949,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12946 "configure"
#line 12952 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13049,7 +13055,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13052 "configure"
#line 13058 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13288,8 +13294,6 @@ CC="$lt_save_CC"
. ${srcdir}/../../bfd/configure.host

View File

@ -1,3 +1,7 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-01-11 Mike Frysinger <vapier@gentoo.org>
* config.in, configure: Regenerate.

18
sim/d10v/configure vendored
View File

@ -681,7 +681,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@ -6905,7 +6904,15 @@ fi
test -z "$AR" && AR=ar
if test -n "$plugin_option"; then
if $AR --help 2>&1 | grep -q "\--plugin"; then
AR="$AR $plugin_option"
touch conftest.c
$AR $plugin_option rc conftest.a conftest.c
if test "$?" != 0; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
else
AR="$AR $plugin_option"
fi
rm -f conftest.*
fi
fi
test -z "$AR_FLAGS" && AR_FLAGS=cru
@ -8565,7 +8572,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@ -12929,7 +12935,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12932 "configure"
#line 12938 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13035,7 +13041,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13038 "configure"
#line 13044 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13274,8 +13280,6 @@ CC="$lt_save_CC"
. ${srcdir}/../../bfd/configure.host

View File

@ -1,3 +1,7 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-01-11 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Call SIM_AC_OPTION_WARNINGS.

18
sim/erc32/configure vendored
View File

@ -683,7 +683,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@ -6900,7 +6899,15 @@ fi
test -z "$AR" && AR=ar
if test -n "$plugin_option"; then
if $AR --help 2>&1 | grep -q "\--plugin"; then
AR="$AR $plugin_option"
touch conftest.c
$AR $plugin_option rc conftest.a conftest.c
if test "$?" != 0; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
else
AR="$AR $plugin_option"
fi
rm -f conftest.*
fi
fi
test -z "$AR_FLAGS" && AR_FLAGS=cru
@ -8560,7 +8567,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@ -12924,7 +12930,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12927 "configure"
#line 12933 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13030,7 +13036,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13033 "configure"
#line 13039 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13269,8 +13275,6 @@ CC="$lt_save_CC"
. ${srcdir}/../../bfd/configure.host

View File

@ -1,3 +1,7 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-01-30 Mike Frysinger <vapier@gentoo.org>
* sim-if.c (sim_open): Delete STATE_WATCHPOINTS (sd)->sizeof_pc.

18
sim/frv/configure vendored
View File

@ -685,7 +685,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@ -6922,7 +6921,15 @@ fi
test -z "$AR" && AR=ar
if test -n "$plugin_option"; then
if $AR --help 2>&1 | grep -q "\--plugin"; then
AR="$AR $plugin_option"
touch conftest.c
$AR $plugin_option rc conftest.a conftest.c
if test "$?" != 0; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
else
AR="$AR $plugin_option"
fi
rm -f conftest.*
fi
fi
test -z "$AR_FLAGS" && AR_FLAGS=cru
@ -8582,7 +8589,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@ -12946,7 +12952,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12949 "configure"
#line 12955 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13052,7 +13058,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13055 "configure"
#line 13061 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13291,8 +13297,6 @@ CC="$lt_save_CC"
. ${srcdir}/../../bfd/configure.host

View File

@ -1,3 +1,7 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-01-11 Mike Frysinger <vapier@gentoo.org>
* config.in, configure: Regenerate.

18
sim/ft32/configure vendored
View File

@ -681,7 +681,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@ -6905,7 +6904,15 @@ fi
test -z "$AR" && AR=ar
if test -n "$plugin_option"; then
if $AR --help 2>&1 | grep -q "\--plugin"; then
AR="$AR $plugin_option"
touch conftest.c
$AR $plugin_option rc conftest.a conftest.c
if test "$?" != 0; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
else
AR="$AR $plugin_option"
fi
rm -f conftest.*
fi
fi
test -z "$AR_FLAGS" && AR_FLAGS=cru
@ -8565,7 +8572,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@ -12929,7 +12935,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12932 "configure"
#line 12938 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13035,7 +13041,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13038 "configure"
#line 13044 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13274,8 +13280,6 @@ CC="$lt_save_CC"
. ${srcdir}/../../bfd/configure.host

View File

@ -1,3 +1,7 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-01-13 Mike Frysinger <vapier@gentoo.org>
* compile.c (memory_size): Move definition to top of file.

18
sim/h8300/configure vendored
View File

@ -681,7 +681,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@ -6905,7 +6904,15 @@ fi
test -z "$AR" && AR=ar
if test -n "$plugin_option"; then
if $AR --help 2>&1 | grep -q "\--plugin"; then
AR="$AR $plugin_option"
touch conftest.c
$AR $plugin_option rc conftest.a conftest.c
if test "$?" != 0; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
else
AR="$AR $plugin_option"
fi
rm -f conftest.*
fi
fi
test -z "$AR_FLAGS" && AR_FLAGS=cru
@ -8565,7 +8572,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@ -12929,7 +12935,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12932 "configure"
#line 12938 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13035,7 +13041,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13038 "configure"
#line 13044 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13274,8 +13280,6 @@ CC="$lt_save_CC"
. ${srcdir}/../../bfd/configure.host

View File

@ -1,3 +1,8 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Delete bfd/configure.host sourcing.
* configure: Regenerate.
2021-01-11 Mike Frysinger <vapier@gentoo.org>
* configure.ac (AC_CHECK_HEADERS): Delete stdlib.h, string.h, and

2
sim/igen/configure vendored
View File

@ -5023,8 +5023,6 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
. ${srcdir}/../../bfd/configure.host
ac_config_headers="$ac_config_headers config.h:config.in"

View File

@ -28,8 +28,6 @@ fi
AC_CANONICAL_SYSTEM
AC_ARG_PROGRAM
. ${srcdir}/../../bfd/configure.host
AC_CONFIG_HEADER(config.h:config.in)
# NB: You can assume C11 headers exist.

View File

@ -1,3 +1,7 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-01-30 Mike Frysinger <vapier@gentoo.org>
* sim-if.c (sim_open): Delete STATE_WATCHPOINTS (sd)->sizeof_pc.

18
sim/iq2000/configure vendored
View File

@ -684,7 +684,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@ -6919,7 +6918,15 @@ fi
test -z "$AR" && AR=ar
if test -n "$plugin_option"; then
if $AR --help 2>&1 | grep -q "\--plugin"; then
AR="$AR $plugin_option"
touch conftest.c
$AR $plugin_option rc conftest.a conftest.c
if test "$?" != 0; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
else
AR="$AR $plugin_option"
fi
rm -f conftest.*
fi
fi
test -z "$AR_FLAGS" && AR_FLAGS=cru
@ -8579,7 +8586,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@ -12943,7 +12949,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12946 "configure"
#line 12952 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13049,7 +13055,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13052 "configure"
#line 13058 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13288,8 +13294,6 @@ CC="$lt_save_CC"
. ${srcdir}/../../bfd/configure.host

View File

@ -1,3 +1,7 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-01-11 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Call SIM_AC_OPTION_WARNINGS.

18
sim/lm32/configure vendored
View File

@ -684,7 +684,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@ -6919,7 +6918,15 @@ fi
test -z "$AR" && AR=ar
if test -n "$plugin_option"; then
if $AR --help 2>&1 | grep -q "\--plugin"; then
AR="$AR $plugin_option"
touch conftest.c
$AR $plugin_option rc conftest.a conftest.c
if test "$?" != 0; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
else
AR="$AR $plugin_option"
fi
rm -f conftest.*
fi
fi
test -z "$AR_FLAGS" && AR_FLAGS=cru
@ -8579,7 +8586,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@ -12943,7 +12949,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12946 "configure"
#line 12952 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13049,7 +13055,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13052 "configure"
#line 13058 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13288,8 +13294,6 @@ CC="$lt_save_CC"
. ${srcdir}/../../bfd/configure.host

View File

@ -1,3 +1,7 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-01-11 Mike Frysinger <vapier@gentoo.org>
* config.in, configure: Regenerate.

18
sim/m32c/configure vendored
View File

@ -681,7 +681,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@ -6898,7 +6897,15 @@ fi
test -z "$AR" && AR=ar
if test -n "$plugin_option"; then
if $AR --help 2>&1 | grep -q "\--plugin"; then
AR="$AR $plugin_option"
touch conftest.c
$AR $plugin_option rc conftest.a conftest.c
if test "$?" != 0; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
else
AR="$AR $plugin_option"
fi
rm -f conftest.*
fi
fi
test -z "$AR_FLAGS" && AR_FLAGS=cru
@ -8558,7 +8565,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@ -12922,7 +12928,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12925 "configure"
#line 12931 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13028,7 +13034,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13031 "configure"
#line 13037 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13267,8 +13273,6 @@ CC="$lt_save_CC"
. ${srcdir}/../../bfd/configure.host

View File

@ -1,3 +1,7 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-01-30 Mike Frysinger <vapier@gentoo.org>
* sim-if.c (sim_open): Delete STATE_WATCHPOINTS (sd)->sizeof_pc.

18
sim/m32r/configure vendored
View File

@ -686,7 +686,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@ -6921,7 +6920,15 @@ fi
test -z "$AR" && AR=ar
if test -n "$plugin_option"; then
if $AR --help 2>&1 | grep -q "\--plugin"; then
AR="$AR $plugin_option"
touch conftest.c
$AR $plugin_option rc conftest.a conftest.c
if test "$?" != 0; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
else
AR="$AR $plugin_option"
fi
rm -f conftest.*
fi
fi
test -z "$AR_FLAGS" && AR_FLAGS=cru
@ -8581,7 +8588,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@ -12945,7 +12951,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12948 "configure"
#line 12954 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13051,7 +13057,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13054 "configure"
#line 13060 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13290,8 +13296,6 @@ CC="$lt_save_CC"
. ${srcdir}/../../bfd/configure.host

View File

@ -1,3 +1,7 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-01-30 Mike Frysinger <vapier@gentoo.org>
* dv-m68hc11tim.c (cycle_to_string): Change llu to PRIi64.

View File

@ -681,7 +681,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@ -8576,7 +8575,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@ -12940,7 +12938,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12943 "configure"
#line 12941 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13046,7 +13044,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13049 "configure"
#line 13047 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13285,8 +13283,6 @@ CC="$lt_save_CC"
. ${srcdir}/../../bfd/configure.host

View File

@ -1,3 +1,7 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-01-11 Mike Frysinger <vapier@gentoo.org>
* config.in, configure: Regenerate.

18
sim/mcore/configure vendored
View File

@ -681,7 +681,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@ -6905,7 +6904,15 @@ fi
test -z "$AR" && AR=ar
if test -n "$plugin_option"; then
if $AR --help 2>&1 | grep -q "\--plugin"; then
AR="$AR $plugin_option"
touch conftest.c
$AR $plugin_option rc conftest.a conftest.c
if test "$?" != 0; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
else
AR="$AR $plugin_option"
fi
rm -f conftest.*
fi
fi
test -z "$AR_FLAGS" && AR_FLAGS=cru
@ -8565,7 +8572,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@ -12929,7 +12935,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12932 "configure"
#line 12938 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13035,7 +13041,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13038 "configure"
#line 13044 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13274,8 +13280,6 @@ CC="$lt_save_CC"
. ${srcdir}/../../bfd/configure.host

View File

@ -1,3 +1,7 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-01-11 Mike Frysinger <vapier@gentoo.org>
* config.in, configure: Regenerate.

View File

@ -681,7 +681,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@ -6905,7 +6904,15 @@ fi
test -z "$AR" && AR=ar
if test -n "$plugin_option"; then
if $AR --help 2>&1 | grep -q "\--plugin"; then
AR="$AR $plugin_option"
touch conftest.c
$AR $plugin_option rc conftest.a conftest.c
if test "$?" != 0; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
else
AR="$AR $plugin_option"
fi
rm -f conftest.*
fi
fi
test -z "$AR_FLAGS" && AR_FLAGS=cru
@ -8565,7 +8572,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@ -12929,7 +12935,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12932 "configure"
#line 12938 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13035,7 +13041,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13038 "configure"
#line 13044 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13274,8 +13280,6 @@ CC="$lt_save_CC"
. ${srcdir}/../../bfd/configure.host

View File

@ -1,3 +1,7 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-01-30 Mike Frysinger <vapier@gentoo.org>
* interp.c (sim_open): Delete STATE_WATCHPOINTS (sd)->sizeof_pc.

18
sim/mips/configure vendored
View File

@ -694,7 +694,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@ -6938,7 +6937,15 @@ fi
test -z "$AR" && AR=ar
if test -n "$plugin_option"; then
if $AR --help 2>&1 | grep -q "\--plugin"; then
AR="$AR $plugin_option"
touch conftest.c
$AR $plugin_option rc conftest.a conftest.c
if test "$?" != 0; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
else
AR="$AR $plugin_option"
fi
rm -f conftest.*
fi
fi
test -z "$AR_FLAGS" && AR_FLAGS=cru
@ -8598,7 +8605,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@ -12962,7 +12968,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12965 "configure"
#line 12971 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13068,7 +13074,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13071 "configure"
#line 13077 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13307,8 +13313,6 @@ CC="$lt_save_CC"
. ${srcdir}/../../bfd/configure.host

View File

@ -1,3 +1,7 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-01-30 Mike Frysinger <vapier@gentoo.org>
* interp.c (sim_open): Delete STATE_WATCHPOINTS (sd)->sizeof_pc.

18
sim/mn10300/configure vendored
View File

@ -681,7 +681,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@ -6914,7 +6913,15 @@ fi
test -z "$AR" && AR=ar
if test -n "$plugin_option"; then
if $AR --help 2>&1 | grep -q "\--plugin"; then
AR="$AR $plugin_option"
touch conftest.c
$AR $plugin_option rc conftest.a conftest.c
if test "$?" != 0; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
else
AR="$AR $plugin_option"
fi
rm -f conftest.*
fi
fi
test -z "$AR_FLAGS" && AR_FLAGS=cru
@ -8574,7 +8581,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@ -12938,7 +12944,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12941 "configure"
#line 12947 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13044,7 +13050,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13047 "configure"
#line 13053 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13283,8 +13289,6 @@ CC="$lt_save_CC"
. ${srcdir}/../../bfd/configure.host

View File

@ -1,3 +1,7 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-01-31 Mike Frysinger <vapier@gentoo.org>
* interp.c (sim_create_inferior): Add const to avp.

8
sim/moxie/configure vendored
View File

@ -682,7 +682,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@ -8574,7 +8573,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@ -12938,7 +12936,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12941 "configure"
#line 12939 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13044,7 +13042,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13047 "configure"
#line 13045 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13283,8 +13281,6 @@ CC="$lt_save_CC"
. ${srcdir}/../../bfd/configure.host

View File

@ -1,3 +1,7 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-01-11 Mike Frysinger <vapier@gentoo.org>
* config.in, configure: Regenerate.

18
sim/msp430/configure vendored
View File

@ -681,7 +681,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@ -6905,7 +6904,15 @@ fi
test -z "$AR" && AR=ar
if test -n "$plugin_option"; then
if $AR --help 2>&1 | grep -q "\--plugin"; then
AR="$AR $plugin_option"
touch conftest.c
$AR $plugin_option rc conftest.a conftest.c
if test "$?" != 0; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
else
AR="$AR $plugin_option"
fi
rm -f conftest.*
fi
fi
test -z "$AR_FLAGS" && AR_FLAGS=cru
@ -8565,7 +8572,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@ -12929,7 +12935,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12932 "configure"
#line 12938 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13035,7 +13041,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13038 "configure"
#line 13044 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13274,8 +13280,6 @@ CC="$lt_save_CC"
. ${srcdir}/../../bfd/configure.host

View File

@ -1,3 +1,7 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-01-31 Mike Frysinger <vapier@gentoo.org>
* decode.c (or1k32bf_decode): Change TRACE_EXTRACT to

8
sim/or1k/configure vendored
View File

@ -684,7 +684,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@ -8586,7 +8585,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@ -12950,7 +12948,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12953 "configure"
#line 12951 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13056,7 +13054,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13059 "configure"
#line 13057 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13295,8 +13293,6 @@ CC="$lt_save_CC"
. ${srcdir}/../../bfd/configure.host

View File

@ -1,3 +1,12 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (STD_CFLAGS): Delete $(HDEFINES) $(TDEFINES).
(NOWARN_CFLAGS): Likewise.
(HDEFINES, TDEFINES): Delete.
* configure.ac: Delete AC_SUBST(HDEFINES) and bfd/configure.host
sourcing.
* configure: Regenerate.
2021-01-19 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (version.c): Simplifiy args and call move-if-change.

View File

@ -103,8 +103,8 @@ CONFIG_CFLAGS = \
$(DEVZERO_CFLAGS)
SIM_FPU_CFLAGS = @sim_fpu_cflags@
STD_CFLAGS = $(CFLAGS) $(INLINE_CFLAGS) $(CONFIG_CFLAGS) $(WARNING_CFLAGS) $(HDEFINES) $(TDEFINES) $(INCLUDES) $(INTL_CFLAGS) $(SIM_FPU_CFLAGS)
NOWARN_CFLAGS = $(CFLAGS) $(INLINE_CFLAGS) $(CONFIG_CFLAGS) $(HDEFINES) $(TDEFINES) $(INCLUDES) $(SIM_FPU_CFLAGS)
STD_CFLAGS = $(CFLAGS) $(INLINE_CFLAGS) $(CONFIG_CFLAGS) $(WARNING_CFLAGS) $(INCLUDES) $(INTL_CFLAGS) $(SIM_FPU_CFLAGS)
NOWARN_CFLAGS = $(CFLAGS) $(INLINE_CFLAGS) $(CONFIG_CFLAGS) $(INCLUDES) $(SIM_FPU_CFLAGS)
BUILD_CFLAGS = $(CFLAGS_FOR_BUILD) $(INCLUDES) $(WARNING_CFLAGS)
BUILD_LDFLAGS =
@ -121,8 +121,6 @@ IGEN_SMP = @sim_igen_smp@
IGEN_LINE_NR = @sim_line_nr@
DGEN_FLAGS = @sim_switch@
HDEFINES = @HDEFINES@
TDEFINES =
IGEN_FLAGS = \
$(IGEN_DECODE_MECHANISM) \
$(IGEN_DUPLICATE) \

4
sim/ppc/configure vendored
View File

@ -652,7 +652,6 @@ sim_line_nr
sim_warnings
RANLIB
AR
HDEFINES
CFLAGS_FOR_BUILD
CC_FOR_BUILD
LIBOBJS
@ -6899,8 +6898,6 @@ fi
fi
. ${srcdir}/../../bfd/configure.host
case ${host} in
*mingw32*)
@ -7761,7 +7758,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then

View File

@ -626,8 +626,6 @@ AM_ZLIB
# BFD uses libdl when when plugins enabled.
AC_PLUGINS
. ${srcdir}/../../bfd/configure.host
case ${host} in
*mingw32*)
AC_DEFINE(USE_WIN32API, 1,
@ -835,7 +833,6 @@ AC_EXEEXT
AC_SUBST(CC_FOR_BUILD)
AC_SUBST(CFLAGS_FOR_BUILD)
AC_SUBST(CFLAGS)
AC_SUBST(HDEFINES)
AR=${AR-ar}
AC_SUBST(AR)
AC_PROG_RANLIB

View File

@ -1,3 +1,7 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-01-11 Mike Frysinger <vapier@gentoo.org>
* config.in, configure: Regenerate.

18
sim/pru/configure vendored
View File

@ -681,7 +681,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@ -6905,7 +6904,15 @@ fi
test -z "$AR" && AR=ar
if test -n "$plugin_option"; then
if $AR --help 2>&1 | grep -q "\--plugin"; then
AR="$AR $plugin_option"
touch conftest.c
$AR $plugin_option rc conftest.a conftest.c
if test "$?" != 0; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
else
AR="$AR $plugin_option"
fi
rm -f conftest.*
fi
fi
test -z "$AR_FLAGS" && AR_FLAGS=cru
@ -8565,7 +8572,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@ -12929,7 +12935,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12932 "configure"
#line 12938 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13035,7 +13041,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13038 "configure"
#line 13044 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13274,8 +13280,6 @@ CC="$lt_save_CC"
. ${srcdir}/../../bfd/configure.host

View File

@ -1,3 +1,7 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-02-04 Mike Frysinger <vapier@gentoo.org>
* sim-main.c: Include gdb/sim-riscv.h.

8
sim/riscv/configure vendored
View File

@ -681,7 +681,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@ -8578,7 +8577,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@ -12942,7 +12940,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12945 "configure"
#line 12943 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13048,7 +13046,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13051 "configure"
#line 13049 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13287,8 +13285,6 @@ CC="$lt_save_CC"
. ${srcdir}/../../bfd/configure.host

View File

@ -1,3 +1,7 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-01-11 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Call SIM_AC_OPTION_WARNINGS.

18
sim/rl78/configure vendored
View File

@ -681,7 +681,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@ -6898,7 +6897,15 @@ fi
test -z "$AR" && AR=ar
if test -n "$plugin_option"; then
if $AR --help 2>&1 | grep -q "\--plugin"; then
AR="$AR $plugin_option"
touch conftest.c
$AR $plugin_option rc conftest.a conftest.c
if test "$?" != 0; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
else
AR="$AR $plugin_option"
fi
rm -f conftest.*
fi
fi
test -z "$AR_FLAGS" && AR_FLAGS=cru
@ -8558,7 +8565,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@ -12922,7 +12928,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12925 "configure"
#line 12931 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13028,7 +13034,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13031 "configure"
#line 13037 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13267,8 +13273,6 @@ CC="$lt_save_CC"
. ${srcdir}/../../bfd/configure.host

View File

@ -1,3 +1,7 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-01-11 Mike Frysinger <vapier@gentoo.org>
* configure.ac: Call SIM_AC_OPTION_WARNINGS.

18
sim/rx/configure vendored
View File

@ -681,7 +681,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@ -6903,7 +6902,15 @@ fi
test -z "$AR" && AR=ar
if test -n "$plugin_option"; then
if $AR --help 2>&1 | grep -q "\--plugin"; then
AR="$AR $plugin_option"
touch conftest.c
$AR $plugin_option rc conftest.a conftest.c
if test "$?" != 0; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
else
AR="$AR $plugin_option"
fi
rm -f conftest.*
fi
fi
test -z "$AR_FLAGS" && AR_FLAGS=cru
@ -8563,7 +8570,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@ -12927,7 +12933,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12930 "configure"
#line 12936 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13033,7 +13039,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13036 "configure"
#line 13042 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13272,8 +13278,6 @@ CC="$lt_save_CC"
. ${srcdir}/../../bfd/configure.host

View File

@ -1,3 +1,7 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-01-11 Mike Frysinger <vapier@gentoo.org>
* config.in, configure: Regenerate.

18
sim/sh/configure vendored
View File

@ -681,7 +681,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@ -6905,7 +6904,15 @@ fi
test -z "$AR" && AR=ar
if test -n "$plugin_option"; then
if $AR --help 2>&1 | grep -q "\--plugin"; then
AR="$AR $plugin_option"
touch conftest.c
$AR $plugin_option rc conftest.a conftest.c
if test "$?" != 0; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
else
AR="$AR $plugin_option"
fi
rm -f conftest.*
fi
fi
test -z "$AR_FLAGS" && AR_FLAGS=cru
@ -8565,7 +8572,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@ -12929,7 +12935,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12932 "configure"
#line 12938 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13035,7 +13041,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13038 "configure"
#line 13044 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13274,8 +13280,6 @@ CC="$lt_save_CC"
. ${srcdir}/../../bfd/configure.host

View File

@ -1,3 +1,7 @@
2021-02-06 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.
2021-01-31 Mike Frysinger <vapier@gentoo.org>
* simops.c: Include stdlib.h.

8
sim/v850/configure vendored
View File

@ -681,7 +681,6 @@ PACKAGE
C_DIALECT
RANLIB
AR
HDEFINES
CC_FOR_BUILD
INSTALL_DATA
INSTALL_SCRIPT
@ -8579,7 +8578,6 @@ fi
AR=${AR-ar}
if test -n "$ac_tool_prefix"; then
@ -12943,7 +12941,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12946 "configure"
#line 12944 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13049,7 +13047,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 13052 "configure"
#line 13050 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@ -13288,8 +13286,6 @@ CC="$lt_save_CC"
. ${srcdir}/../../bfd/configure.host