diff options
Diffstat (limited to 'sim/avr')
-rw-r--r-- | sim/avr/ChangeLog | 4 | ||||
-rw-r--r-- | sim/avr/config.in | 2 | ||||
-rwxr-xr-x | sim/avr/configure | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sim/avr/ChangeLog b/sim/avr/ChangeLog index 6bc7b7d..62bf5b2 100644 --- a/sim/avr/ChangeLog +++ b/sim/avr/ChangeLog @@ -1,3 +1,7 @@ +2015-12-26 Mike Frysinger <vapier@gentoo.org> + + * config.in, configure: Regenerate. + 2015-12-15 Dominik Vogt <vogt@linux.vnet.ibm.com> * interp.c (sign_ext): Fix left shift of negative value. diff --git a/sim/avr/config.in b/sim/avr/config.in index 3152bea..fc7af77 100644 --- a/sim/avr/config.in +++ b/sim/avr/config.in @@ -156,5 +156,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/avr/configure b/sim/avr/configure index b9530e2..fded283 100755 --- a/sim/avr/configure +++ b/sim/avr/configure @@ -8300,8 +8300,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. @@ -12317,7 +12315,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12320 "configure" +#line 12318 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12423,7 +12421,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12426 "configure" +#line 12424 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |