From 3ad272eea80711a63dee15590e17b273e70eda57 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 18 Jan 2011 14:13:42 +0000 Subject: Fix compilation for mingw64. * coffcode.h (coff_slurp_symbol_table): Add intptr_t intermediate typecast to avoid warning. * elf32-rx.c: Add "bfd_stdint.h" include required for int32_t type usage. * elfxx-ia64.c (elfNN_ia64_relax_br): Use intptr_t typeacast instead of long for pointer to avoid warning. (elfNN_ia64_relax_brl): Idem. (elfNN_ia64_install_value): Idem. * vms-alpha.c (_bfd_vms_slurp_etir): Idem. --- bfd/elf32-rx.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bfd/elf32-rx.c') diff --git a/bfd/elf32-rx.c b/bfd/elf32-rx.c index 7855d5ed14..0a5e12c297 100644 --- a/bfd/elf32-rx.c +++ b/bfd/elf32-rx.c @@ -20,6 +20,7 @@ #include "sysdep.h" #include "bfd.h" +#include "bfd_stdint.h" #include "libbfd.h" #include "elf-bfd.h" #include "elf/rx.h" -- cgit v1.2.1