OSDN Git Service

include/elf/
authorAlan Modra <amodra@bigpond.net.au>
Thu, 13 Mar 2008 05:27:42 +0000 (05:27 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Thu, 13 Mar 2008 05:27:42 +0000 (05:27 +0000)
commit72d2eaf1f92bae1c26e8298eb39022e21b13485a
tree2fb746d0e003ff973de24c2630eef2e2b60081c0
parentac3d12c3c17b11b1856007539fa1065682e5869f
include/elf/
* internal.h (Elf_Internal_Shdr): Change sh_link and sh_info from
unsigned long to unsigned int.  Change sh_addralign to bfd_vma.
Order struct as for external version.
bfd/
* elf.c (_bfd_elf_make_section_from_shdr): Remove unnecessary cast.
(_bfd_elf_assign_file_position_for_section): Simplify align.
(_bfd_elf_init_reloc_shdr): Ensure shift expression wide enough
for sh_addralign.
(elf_fake_sections, swap_out_syms): Likewise.
* elflink.c (bfd_elf_final_link): Likewise.
binutils/
* readelf.c: Use %u throughout when printing sh_link or sh_info,
%lu when printing sh_addralign.
(process_version_sections): Use identical formats when printing
all offset and sh_link fields.
bfd/ChangeLog
bfd/elf.c
bfd/elflink.c
include/elf/ChangeLog
include/elf/internal.h