diff options
Diffstat (limited to 'sim/arm')
-rw-r--r-- | sim/arm/ChangeLog | 4 | ||||
-rw-r--r-- | sim/arm/config.in | 3 | ||||
-rwxr-xr-x | sim/arm/configure | 12 |
3 files changed, 19 insertions, 0 deletions
diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog index b0af3dc..7757c8c 100644 --- a/sim/arm/ChangeLog +++ b/sim/arm/ChangeLog @@ -1,3 +1,7 @@ +2012-06-15 Joel Brobecker <brobecker@adacore.com> + + * config.in, configure: Regenerate. + 2012-06-13 Nick Clifton <nickc@redhat.com> * wrapper.c (sim_create_inferior): Treat WMMX2 binaries as iWMMXt diff --git a/sim/arm/config.in b/sim/arm/config.in index 76a9126..0db6f1e 100644 --- a/sim/arm/config.in +++ b/sim/arm/config.in @@ -73,6 +73,9 @@ /* Define to 1 if you have the `__setfpucw' function. */ #undef HAVE___SETFPUCW +/* Name of this package. */ +#undef PACKAGE + /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT diff --git a/sim/arm/configure b/sim/arm/configure index bf7179e..48cfa9a 100755 --- a/sim/arm/configure +++ b/sim/arm/configure @@ -620,6 +620,7 @@ MAKE CCDEPMODE DEPDIR am__leading_dot +PACKAGE RANLIB AR HDEFINES @@ -4051,6 +4052,17 @@ 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. +PACKAGE=sim + +cat >>confdefs.h <<_ACEOF +#define PACKAGE "$PACKAGE" +_ACEOF + + + # Dependency checking. ac_config_commands="$ac_config_commands depdir" |