diff options
Diffstat (limited to 'sim/h8300')
-rw-r--r-- | sim/h8300/ChangeLog | 4 | ||||
-rw-r--r-- | sim/h8300/config.in | 3 | ||||
-rwxr-xr-x | sim/h8300/configure | 12 |
3 files changed, 19 insertions, 0 deletions
diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index 2aaf0fb..9317b17 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/ChangeLog @@ -1,3 +1,7 @@ +2012-06-15 Joel Brobecker <brobecker@adacore.com> + + * config.in, configure: Regenerate. + 2012-05-18 Nick Clifton <nickc@redhat.com> PR 14072 diff --git a/sim/h8300/config.in b/sim/h8300/config.in index cbaba1a..23e3b04 100644 --- a/sim/h8300/config.in +++ b/sim/h8300/config.in @@ -76,6 +76,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/h8300/configure b/sim/h8300/configure index 61dabac..7aa66b9 100755 --- a/sim/h8300/configure +++ b/sim/h8300/configure @@ -619,6 +619,7 @@ MAKE CCDEPMODE DEPDIR am__leading_dot +PACKAGE RANLIB AR HDEFINES @@ -4050,6 +4051,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" |