From 1b393626cef48974502e7077b191555b56680ee6 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 26 Dec 2015 20:20:23 -0500 Subject: sim: punt WITH_DEVICES & tconfig.h support No arch is using this anymore, and we want all new ports using the hardware framework instead. Punt WITH_DEVICES and the two callbacks device_io_{read,write}_buffer. We can also punt the tconfig.h file as no port is using it anymore. This fixes in-tree builds that get confused by picking up the wrong one (common/ vs /) caused by commit ae7d0cac8ce971f7108d270c. Any port that needs to set up a global define can use their own sim-main.h file that they must provide regardless. --- sim/lm32/ChangeLog | 4 ++++ sim/lm32/config.in | 2 -- sim/lm32/configure | 6 ++---- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sim/lm32') diff --git a/sim/lm32/ChangeLog b/sim/lm32/ChangeLog index a3da560..68e8d61 100644 --- a/sim/lm32/ChangeLog +++ b/sim/lm32/ChangeLog @@ -1,5 +1,9 @@ 2015-12-26 Mike Frysinger + * config.in, configure: Regenerate. + +2015-12-26 Mike Frysinger + * sim-if.c (sim_create_inferior): Replace old #if 0 code with dupargv. 2015-12-25 Mike Frysinger diff --git a/sim/lm32/config.in b/sim/lm32/config.in index 99be0a6..0f50442 100644 --- a/sim/lm32/config.in +++ b/sim/lm32/config.in @@ -162,5 +162,3 @@ /* Define to 1 if you need to in order for `stat' and other things to work. */ #undef _POSIX_SOURCE - -#include "tconfig.h" diff --git a/sim/lm32/configure b/sim/lm32/configure index e5643be..be10750 100755 --- a/sim/lm32/configure +++ b/sim/lm32/configure @@ -8303,8 +8303,6 @@ else fi - - # Some of the common include files depend on bfd.h, and bfd.h checks # that config.h is included first by testing that the PACKAGE macro # is defined. @@ -12320,7 +12318,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12323 "configure" +#line 12321 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12426,7 +12424,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12429 "configure" +#line 12427 "configure" #include "confdefs.h" #if HAVE_DLFCN_H -- cgit v1.1