diff options
author | Tristan Gingold <gingold@adacore.com> | 2011-04-01 08:38:55 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2011-04-01 08:38:55 +0000 |
commit | 6f8027aeb7caebbff6be6d72adb6bed86a16d210 (patch) | |
tree | e2f61d3a62058ff494a0e37a583bef6ff487976f /bfd | |
parent | 2079c7bcb4226df3f6d0b922167e38129150432e (diff) | |
download | fsf-binutils-gdb-6f8027aeb7caebbff6be6d72adb6bed86a16d210.zip fsf-binutils-gdb-6f8027aeb7caebbff6be6d72adb6bed86a16d210.tar.gz fsf-binutils-gdb-6f8027aeb7caebbff6be6d72adb6bed86a16d210.tar.bz2 |
2011-04-01 Tristan Gingold <gingold@adacore.com>
* elfxx-ia64.c: include bfd_stdint.h
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 |