diff options
Diffstat (limited to 'sim/m32r')
-rw-r--r-- | sim/m32r/ChangeLog | 4 | ||||
-rw-r--r-- | sim/m32r/config.in | 2 | ||||
-rwxr-xr-x | sim/m32r/configure | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sim/m32r/ChangeLog b/sim/m32r/ChangeLog index c492bd6..ecbf4cf 100644 --- a/sim/m32r/ChangeLog +++ b/sim/m32r/ChangeLog @@ -1,5 +1,9 @@ 2015-12-26 Mike Frysinger <vapier@gentoo.org> + * config.in, configure: Regenerate. + +2015-12-26 Mike Frysinger <vapier@gentoo.org> + * sim-if.c (sim_create_inferior): Replace old #if 0 code with dupargv. 2015-12-25 Mike Frysinger <vapier@gentoo.org> diff --git a/sim/m32r/config.in b/sim/m32r/config.in index 99be0a6..0f50442 100644 --- a/sim/m32r/config.in +++ b/sim/m32r/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/m32r/configure b/sim/m32r/configure index 6b9c76e..5c263da 100755 --- a/sim/m32r/configure +++ b/sim/m32r/configure @@ -8308,8 +8308,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. @@ -12325,7 +12323,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12328 "configure" +#line 12326 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12431,7 +12429,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12434 "configure" +#line 12432 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |