diff options
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/elfxx-ia64.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c0d8d6a..1c34293 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2011-04-01 Tristan Gingold <gingold@adacore.com> + + * elfxx-ia64.c: include bfd_stdint.h + 2011-03-31 Jan Kratochvil <jan.kratochvil@redhat.com> * elf32-tic6x.c (elf32_tic6x_relocate_section): Remove unused variable diff --git a/bfd/elfxx-ia64.c b/bfd/elfxx-ia64.c index 26e5919..bd73d28 100644 --- a/bfd/elfxx-ia64.c +++ b/bfd/elfxx-ia64.c @@ -28,6 +28,7 @@ #include "elf/ia64.h" #include "objalloc.h" #include "hashtab.h" +#include "bfd_stdint.h" #define ARCH_SIZE NN |