diff options
Diffstat (limited to 'sim/d10v')
-rw-r--r-- | sim/d10v/ChangeLog | 4 | ||||
-rw-r--r-- | sim/d10v/config.in | 3 | ||||
-rwxr-xr-x | sim/d10v/configure | 12 |
3 files changed, 19 insertions, 0 deletions
diff --git a/sim/d10v/ChangeLog b/sim/d10v/ChangeLog index 58b3411..1266ead 100644 --- a/sim/d10v/ChangeLog +++ b/sim/d10v/ChangeLog @@ -1,3 +1,7 @@ +2012-06-15 Joel Brobecker <brobecker@adacore.com> + + * config.in, configure: Regenerate. + 2012-05-24 Pedro Alves <palves@redhat.com> PR gdb/7205 diff --git a/sim/d10v/config.in b/sim/d10v/config.in index 76a9126..0db6f1e 100644 --- a/sim/d10v/config.in +++ b/sim/d10v/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/d10v/configure b/sim/d10v/configure index 8e69d60..cb3a339 100755 --- a/sim/d10v/configure +++ b/sim/d10v/configure @@ -619,6 +619,7 @@ MAKE CCDEPMODE DEPDIR am__leading_dot +PACKAGE RANLIB AR HDEFINES @@ -4058,6 +4059,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" |