Browse Source

merge from gcc

gdb_7_0-branch gdb_7_0-branchpoint
DJ Delorie 17 years ago
parent
commit
a17fcd1940
  1. 4
      libiberty/ChangeLog
  2. 3
      libiberty/hashtab.c

4
libiberty/ChangeLog

@ -1,3 +1,7 @@
2009-09-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* hashtab.c [HAVE_INTTYPES_H]: Include <inttypes.h>.
2009-09-15 Tristan Gingold <gingold@adacore.com> 2009-09-15 Tristan Gingold <gingold@adacore.com>
* config.h-vms (intptr_t): Define to compile hashtab.c * config.h-vms (intptr_t): Define to compile hashtab.c

3
libiberty/hashtab.c

@ -50,6 +50,9 @@ Boston, MA 02110-1301, USA. */
#ifdef HAVE_LIMITS_H #ifdef HAVE_LIMITS_H
#include <limits.h> #include <limits.h>
#endif #endif
#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
#endif
#ifdef HAVE_STDINT_H #ifdef HAVE_STDINT_H
#include <stdint.h> #include <stdint.h>
#endif #endif

Loading…
Cancel
Save