Browse Source

Define PACKAGE macro in all sims' config.h.

Some of the common includes in include/gdb such as callback.h
include bfd.h.  But there was a recent change in bfd-in.h to
require that config.h be included before bfd.h can be included:

    /* PR 14072: Ensure that config.h is included first.  */
    #if !defined PACKAGE && !defined PACKAGE_VERSION
    #error config.h must be included before this header
    #endif

PACKAGE_VERSION is always defined by default by the AC_INIT autoconf
macro, but PACKAGE isn't.  This patch updates the SIM_AC_COMMON macro
to define it, and then regenerates all configure scripts and config.in
files.

sim/common/changeLog:

        * acinclude.m4 (SIM_AC_COMMON): Define PACKAGE.
        * config.in, configure: Regenerate.

sim/ChangeLog:

        * configure: Regenerate.

sim/arm/ChangeLog:

        * config.in, configure: Regenerate.

sim/avr/ChangeLog:

	* config.in, configure: Regenerate.

sim/bfin/ChangeLog:

	* config.in, configure: Regenerate.

sim/cr16/ChangeLog:

	* config.in, configure: Regenerate.

sim/cris/ChangeLog:

	* config.in, configure: Regenerate.

sim/d10v/ChangeLog:

	* config.in, configure: Regenerate.

sim/erc32/ChangeLog:

	* config.in, configure: Regenerate.

sim/frv/ChangeLog:

	* config.in, configure: Regenerate.

sim/h8300/ChangeLog:

	* config.in, configure: Regenerate.

sim/iq2000/ChangeLog:

	* config.in, configure: Regenerate.

sim/lm32/ChangeLog:

	* config.in, configure: Regenerate.

sim/m32c/ChangeLog:

	* config.in, configure: Regenerate.

sim/m32r/ChangeLog:

	* config.in, configure: Regenerate.

sim/m68hc11/ChangeLog:

	* config.in, configure: Regenerate.

sim/mcore/ChangeLog:

	* config.in, configure: Regenerate.

sim/microblaze/ChangeLog:

	* config.in, configure: Regenerate.

sim/mips/ChangeLog:

	* config.in, configure: Regenerate.

sim/mn10300/ChangeLog:

	* config.in, configure: Regenerate.

sim/moxie/ChangeLog:

	* config.in, configure: Regenerate.

sim/ppc/ChangeLog:

	* configure: Regenerate.

sim/rl78/ChangeLog:

	* config.in, configure: Regenerate.

sim/rx/ChangeLog:

	* config.in, configure: Regenerate.

sim/sh/ChangeLog:

	* config.in, configure: Regenerate.

sim/sh64/ChangeLog:

	* config.in, configure: Regenerate.

sim/v850/ChangeLog:

	* config.in, configure: Regenerate.

sim/testsuite/ChangeLog:

	* configure: Regenerate.
cygwin-64bit-branch
Joel Brobecker 14 years ago
parent
commit
5f3ef9d035
  1. 4
      sim/ChangeLog
  2. 4
      sim/arm/ChangeLog
  3. 3
      sim/arm/config.in
  4. 12
      sim/arm/configure
  5. 4
      sim/avr/ChangeLog
  6. 3
      sim/avr/config.in
  7. 12
      sim/avr/configure
  8. 4
      sim/bfin/ChangeLog
  9. 3
      sim/bfin/config.in
  10. 12
      sim/bfin/configure
  11. 5
      sim/common/ChangeLog
  12. 7
      sim/common/acinclude.m4
  13. 3
      sim/common/config.in
  14. 12
      sim/common/configure
  15. 12
      sim/configure
  16. 4
      sim/cr16/ChangeLog
  17. 3
      sim/cr16/config.in
  18. 12
      sim/cr16/configure
  19. 4
      sim/cris/ChangeLog
  20. 3
      sim/cris/config.in
  21. 12
      sim/cris/configure
  22. 4
      sim/d10v/ChangeLog
  23. 3
      sim/d10v/config.in
  24. 12
      sim/d10v/configure
  25. 4
      sim/erc32/ChangeLog
  26. 3
      sim/erc32/config.in
  27. 12
      sim/erc32/configure
  28. 4
      sim/frv/ChangeLog
  29. 3
      sim/frv/config.in
  30. 12
      sim/frv/configure
  31. 4
      sim/h8300/ChangeLog
  32. 3
      sim/h8300/config.in
  33. 12
      sim/h8300/configure
  34. 4
      sim/iq2000/ChangeLog
  35. 3
      sim/iq2000/config.in
  36. 12
      sim/iq2000/configure
  37. 4
      sim/lm32/ChangeLog
  38. 3
      sim/lm32/config.in
  39. 12
      sim/lm32/configure
  40. 4
      sim/m32c/ChangeLog
  41. 3
      sim/m32c/config.in
  42. 12
      sim/m32c/configure
  43. 4
      sim/m32r/ChangeLog
  44. 3
      sim/m32r/config.in
  45. 12
      sim/m32r/configure
  46. 4
      sim/m68hc11/ChangeLog
  47. 3
      sim/m68hc11/config.in
  48. 12
      sim/m68hc11/configure
  49. 4
      sim/mcore/ChangeLog
  50. 3
      sim/mcore/config.in
  51. 12
      sim/mcore/configure
  52. 4
      sim/microblaze/ChangeLog
  53. 3
      sim/microblaze/config.in
  54. 12
      sim/microblaze/configure
  55. 4
      sim/mips/ChangeLog
  56. 3
      sim/mips/config.in
  57. 12
      sim/mips/configure
  58. 4
      sim/mn10300/ChangeLog
  59. 3
      sim/mn10300/config.in
  60. 12
      sim/mn10300/configure
  61. 4
      sim/moxie/ChangeLog
  62. 3
      sim/moxie/config.in
  63. 12
      sim/moxie/configure
  64. 4
      sim/ppc/ChangeLog
  65. 44
      sim/ppc/configure
  66. 4
      sim/rl78/ChangeLog
  67. 3
      sim/rl78/config.in
  68. 12
      sim/rl78/configure
  69. 4
      sim/rx/ChangeLog
  70. 3
      sim/rx/config.in
  71. 12
      sim/rx/configure
  72. 4
      sim/sh/ChangeLog
  73. 3
      sim/sh/config.in
  74. 12
      sim/sh/configure
  75. 4
      sim/sh64/ChangeLog
  76. 3
      sim/sh64/config.in
  77. 12
      sim/sh64/configure
  78. 4
      sim/testsuite/ChangeLog
  79. 2
      sim/testsuite/configure
  80. 4
      sim/v850/ChangeLog
  81. 3
      sim/v850/config.in
  82. 12
      sim/v850/configure

4
sim/ChangeLog

@ -1,3 +1,7 @@
2012-06-15 Joel Brobecker <brobecker@adacore.com>
* configure: Regenerate.
2012-06-06 Michael Eager <eager@eagercon.com>
* microblaze/interp.c (config.h): Add #include.

4
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

3
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

12
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"

4
sim/avr/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

3
sim/avr/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

12
sim/avr/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"

4
sim/bfin/ChangeLog

@ -1,3 +1,7 @@
2012-06-15 Joel Brobecker <brobecker@adacore.com>
* config.in, configure: Regenerate.
2012-04-09 Mike Frysinger <vapier@gentoo.org>
* configure.ac (SIM_AC_OPTION_HARDWARE): Add bfin_pint.

3
sim/bfin/config.in

@ -130,6 +130,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

12
sim/bfin/configure

@ -625,6 +625,7 @@ MAKE
CCDEPMODE
DEPDIR
am__leading_dot
PACKAGE
RANLIB
AR
HDEFINES
@ -4090,6 +4091,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"

5
sim/common/ChangeLog

@ -1,3 +1,8 @@
2012-06-16 Joel Brobecker <brobecker@adacore.com>
* acinclude.m4 (SIM_AC_COMMON): Define PACKAGE.
* config.in, configure: Regenerate.
2012-05-24 Pedro Alves <palves@redhat.com>
* sim-signal.h (sim_signal_to_target): Rename to ...

7
sim/common/acinclude.m4

@ -47,6 +47,13 @@ AR=${AR-ar}
AC_SUBST(AR)
AC_PROG_RANLIB
# 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
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of this package. ])
AC_SUBST(PACKAGE)
# Dependency checking.
ZW_CREATE_DEPDIR
ZW_PROG_COMPILER_DEPENDENCIES([CC])

3
sim/common/config.in

@ -139,6 +139,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

12
sim/common/configure

@ -620,6 +620,7 @@ MAKE
CCDEPMODE
DEPDIR
am__leading_dot
PACKAGE
RANLIB
AR
HDEFINES
@ -3854,6 +3855,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"

12
sim/configure

@ -3768,17 +3768,17 @@ subdirs="$subdirs arm"
sim_testsuite=yes
;;
rx-*-*)
rl78-*-*)
sim_arch=rx
subdirs="$subdirs rx"
sim_arch=rl78
subdirs="$subdirs rl78"
;;
rl78-*-*)
rx-*-*)
sim_arch=rl78
subdirs="$subdirs rl78"
sim_arch=rx
subdirs="$subdirs rx"
;;

4
sim/cr16/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

3
sim/cr16/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

12
sim/cr16/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"

4
sim/cris/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

3
sim/cris/config.in

@ -91,6 +91,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

12
sim/cris/configure

@ -622,6 +622,7 @@ MAKE
CCDEPMODE
DEPDIR
am__leading_dot
PACKAGE
RANLIB
AR
HDEFINES
@ -4077,6 +4078,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"

4
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

3
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

12
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"

4
sim/erc32/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

3
sim/erc32/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

12
sim/erc32/configure

@ -621,6 +621,7 @@ MAKE
CCDEPMODE
DEPDIR
am__leading_dot
PACKAGE
RANLIB
AR
HDEFINES
@ -4052,6 +4053,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"

4
sim/frv/ChangeLog

@ -1,3 +1,7 @@
2012-06-15 Joel Brobecker <brobecker@adacore.com>
* config.in, configure: Regenerate.
2012-03-24 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4, config.in, configure: Regenerate.

3
sim/frv/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

12
sim/frv/configure

@ -623,6 +623,7 @@ MAKE
CCDEPMODE
DEPDIR
am__leading_dot
PACKAGE
RANLIB
AR
HDEFINES
@ -4070,6 +4071,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"

4
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

3
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

12
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"

4
sim/iq2000/ChangeLog

@ -1,3 +1,7 @@
2012-06-15 Joel Brobecker <brobecker@adacore.com>
* config.in, configure: Regenerate.
2012-03-24 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4, config.in, configure: Regenerate.

3
sim/iq2000/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

12
sim/iq2000/configure

@ -622,6 +622,7 @@ MAKE
CCDEPMODE
DEPDIR
am__leading_dot
PACKAGE
RANLIB
AR
HDEFINES
@ -4069,6 +4070,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"

4
sim/lm32/ChangeLog

@ -1,3 +1,7 @@
2012-06-15 Joel Brobecker <brobecker@adacore.com>
* config.in, configure: Regenerate.
2012-03-24 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4, config.in, configure: Regenerate.

3
sim/lm32/config.in

@ -79,6 +79,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

12
sim/lm32/configure

@ -622,6 +622,7 @@ MAKE
CCDEPMODE
DEPDIR
am__leading_dot
PACKAGE
RANLIB
AR
HDEFINES
@ -4069,6 +4070,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"

4
sim/m32c/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

3
sim/m32c/config.in

@ -88,6 +88,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

12
sim/m32c/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"

4
sim/m32r/ChangeLog

@ -1,3 +1,7 @@
2012-06-15 Joel Brobecker <brobecker@adacore.com>
* config.in, configure: Regenerate.
2012-03-25 Mike Frysinger <vapier@gentoo.org>
* traps-linux.c (sim_core_trans_addr): Delete prototype.

3
sim/m32r/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

12
sim/m32r/configure

@ -624,6 +624,7 @@ MAKE
CCDEPMODE
DEPDIR
am__leading_dot
PACKAGE
RANLIB
AR
HDEFINES
@ -4071,6 +4072,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"

4
sim/m68hc11/ChangeLog

@ -1,3 +1,7 @@
2012-06-15 Joel Brobecker <brobecker@adacore.com>
* config.in, configure: Regenerate.
2012-03-24 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4, config.in, configure: Regenerate.

3
sim/m68hc11/config.in

@ -79,6 +79,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

12
sim/m68hc11/configure

@ -620,6 +620,7 @@ MAKE
CCDEPMODE
DEPDIR
am__leading_dot
PACKAGE
RANLIB
AR
HDEFINES
@ -4067,6 +4068,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"

4
sim/mcore/ChangeLog

@ -1,3 +1,7 @@
2012-06-15 Joel Brobecker <brobecker@adacore.com>
* config.in, configure: Regenerate.
2012-05-20 Hans-Peter Nilsson <hp@axis.com>
PR 14072

3
sim/mcore/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

12
sim/mcore/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"

4
sim/microblaze/ChangeLog

@ -1,3 +1,7 @@
2012-06-15 Joel Brobecker <brobecker@adacore.com>
* config.in, configure: Regenerate.
2012-03-24 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4, config.in, configure: Regenerate.

3
sim/microblaze/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

12
sim/microblaze/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"

4
sim/mips/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

3
sim/mips/config.in

@ -88,6 +88,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

12
sim/mips/configure

@ -631,6 +631,7 @@ MAKE
CCDEPMODE
DEPDIR
am__leading_dot
PACKAGE
RANLIB
AR
HDEFINES
@ -4096,6 +4097,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"

4
sim/mn10300/ChangeLog

@ -1,3 +1,7 @@
2012-06-15 Joel Brobecker <brobecker@adacore.com>
* config.in, configure: Regenerate.
2012-03-24 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4, config.in, configure: Regenerate.

3
sim/mn10300/config.in

@ -100,6 +100,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

12
sim/mn10300/configure

@ -619,6 +619,7 @@ MAKE
CCDEPMODE
DEPDIR
am__leading_dot
PACKAGE
RANLIB
AR
HDEFINES
@ -4072,6 +4073,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"

4
sim/moxie/ChangeLog

@ -1,3 +1,7 @@
2012-06-15 Joel Brobecker <brobecker@adacore.com>
* config.in, configure: Regenerate.
2012-03-24 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4, config.in, configure: Regenerate.

3
sim/moxie/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

12
sim/moxie/configure

@ -620,6 +620,7 @@ MAKE
CCDEPMODE
DEPDIR
am__leading_dot
PACKAGE
RANLIB
AR
HDEFINES
@ -4061,6 +4062,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"

4
sim/ppc/ChangeLog

@ -1,3 +1,7 @@
2012-06-15 Joel Brobecker <brobecker@adacore.com>
* configure: Regenerate.
2012-05-24 Pedro Alves <palves@redhat.com>
PR gdb/7205

44
sim/ppc/configure

@ -2450,6 +2450,44 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
## -*- Autoconf -*-
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
# Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# serial 8
# Based on depend.m4 from automake 1.9, modified for standalone use in
# an environment where GNU make is required.
# ZW_PROG_COMPILER_DEPENDENCIES
# -----------------------------
# Variant of _AM_DEPENDENCIES which just does the dependency probe and
# sets fooDEPMODE accordingly. Cache-variable compatible with
# original; not side-effect compatible. As the users of this macro
# may require accurate dependencies for correct builds, it does *not*
# honor --disable-dependency-checking, and failure to detect a usable
# method is an error. depcomp is assumed to be located in
# $ac_aux_dir.
#
# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
# AM_SET_DEPDIR
# -------------
# Choose a directory name for dependency files.
# ZW_CREATE_DEPDIR
# ----------------
# As AM_SET_DEPDIR, but also create the directory at config.status time.
@ -2625,9 +2663,9 @@ sim_inline="-DDEFAULT_INLINE=0"
# AC_PROG_CPP_WERROR
# Test for GNAT.
# We require the gnatbind program, and a compiler driver that
# understands Ada. We use the user's CC setting, already found,
# and possibly add $1 to the command-line parameters.
# We require the gnatbind & gnatmake programs, as well as a compiler driver
# that understands Ada. We use the user's CC setting, already found, and
# possibly add $1 to the command-line parameters.
#
# Sets the shell variable have_gnat to yes or no as appropriate, and
# substitutes GNATBIND and GNATMAKE.

4
sim/rl78/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

3
sim/rl78/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

12
sim/rl78/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"

4
sim/rx/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

3
sim/rx/config.in

@ -82,6 +82,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

12
sim/rx/configure

@ -619,6 +619,7 @@ MAKE
CCDEPMODE
DEPDIR
am__leading_dot
PACKAGE
RANLIB
AR
HDEFINES
@ -4054,6 +4055,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"

4
sim/sh/ChangeLog

@ -1,3 +1,7 @@
2012-06-15 Joel Brobecker <brobecker@adacore.com>
* config.in, configure: Regenerate.
2012-03-24 Mike Frysinger <vapier@gentoo.org>
* aclocal.m4, config.in, configure: Regenerate.

3
sim/sh/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

12
sim/sh/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"

4
sim/sh64/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

3
sim/sh64/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

12
sim/sh64/configure

@ -622,6 +622,7 @@ MAKE
CCDEPMODE
DEPDIR
am__leading_dot
PACKAGE
RANLIB
AR
HDEFINES
@ -4069,6 +4070,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"

4
sim/testsuite/ChangeLog

@ -1,3 +1,7 @@
2012-06-15 Joel Brobecker <brobecker@adacore.com>
* configure: Regenerate.
2012-03-24 Mike Frysinger <vapier@gentoo.org>
* configure: Regenerate.

2
sim/testsuite/configure

@ -1907,7 +1907,7 @@ case "${target}" in
sim_arch=sh
sim_testsuite=yes
;;
sparc-*-rtems*|sparc-*-elf*)
sparc-*-rtems*|sparc-*-elf*|erc32*-*-*)
sim_arch=erc32
sim_testsuite=yes
;;

4
sim/v850/ChangeLog

@ -1,3 +1,7 @@
2012-06-15 Joel Brobecker <brobecker@adacore.com>
* config.in, configure: Regenerate.
2012-03-28 Rathish C <rathish.c@kpitcummins.com>
* sim-main.h (struct _v850_regs): Add new fields mpu0_sregs,

3
sim/v850/config.in

@ -97,6 +97,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

12
sim/v850/configure

@ -619,6 +619,7 @@ MAKE
CCDEPMODE
DEPDIR
am__leading_dot
PACKAGE
RANLIB
AR
HDEFINES
@ -4068,6 +4069,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"

Loading…
Cancel
Save