diff options
author | Nick Clifton <nickc@redhat.com> | 2011-01-18 14:13:43 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-01-18 14:13:43 +0000 |
commit | d68cd58c009af595600d41c775096dcb138ce6af (patch) | |
tree | 3f27ffca77b2478a8163e95f5f7bd3fdd5a97269 /bfd/ChangeLog | |
parent | 4a58c4bdc96a4d10cbb889127e75245bff7352f8 (diff) | |
download | gdb-d68cd58c009af595600d41c775096dcb138ce6af.zip gdb-d68cd58c009af595600d41c775096dcb138ce6af.tar.gz gdb-d68cd58c009af595600d41c775096dcb138ce6af.tar.bz2 |
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.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7c513d8..eebb219 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,16 @@ +2011-01-18 Pierre Muller <muller@ics.u-strasbg.fr> + + 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. + 2011-01-17 Richard Sandiford <richard.sandiford@linaro.org> * elf32-arm.c (elf32_arm_check_relocs): Check needs_plt rather than |