OSDN Git Service

Fix linker big-endian support.
authorJim Wilson <wilson@tuliptree.org>
Sun, 11 Jul 2004 03:15:29 +0000 (03:15 +0000)
committerJim Wilson <wilson@tuliptree.org>
Sun, 11 Jul 2004 03:15:29 +0000 (03:15 +0000)
commitb2719d3fd68299269bda4bf6a19172772844c438
treeeaf2bf9bd07d80d95f1997d328e25a3d24588e77
parent450b67d6ee8216dd32921cebda224ef3a191f5bd
Fix linker big-endian support.
* elfxx-ia64.c (elfNN_ia64_relax_ldxmov): Remove abfd parameter.
(elfNN_ia64_install_value, elfNN_ia64_relax_brl): Likewise.
(elfNN_ia64_relax_section, elfNN_ia64_relocate_section,
elfNN_ia64_finish_dynamic_symbol, elfNN_ia64_finish_dynamic_sections):
Fix callers.
(elfNN_ia64_relax_brl): Change bfd_get_64 to bfd_getl64.  Change
bfd_put_64 to bfd_putl64.
(elfNN_ia64_relax_ldxmov, elfNN_ia64_install_value): Likewise.
bfd/ChangeLog
bfd/elfxx-ia64.c