* elf64-ppc.c (ppc64_elf_relocate_section): Reinstate code
commit89ad14d916cbdc2acd9626b564124eff9fa3921c
authorAlan Modra <amodra@bigpond.net.au>
Sat, 4 May 2002 12:01:02 +0000 (4 12:01 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Sat, 4 May 2002 12:01:02 +0000 (4 12:01 +0000)
treee17407937e2d1ec7e5a346c68db8b6f6bf8257b8
parent624c412a3873a4bbc2d4f2449b70ff9e746ddac0
* elf64-ppc.c (ppc64_elf_relocate_section): Reinstate code
reloading local sym addend mistakenly removed in 2002-05-01 change.

* dwarf2.c (struct line_head): Make prologue_length a bfd_vma.
(read_abbrevs): Change "offset" param to bfd_vma.
(parse_comp_unit): Change "version" and addr_size to unsigned ints.
Change "abbrev_offset" to bfd_vma.
(read_indirect_string): Use correct conversion chars in error
message format string, cast bfd_vma's to unsigned long.
(read_abbrevs): Likewise.
(read_attribute_value): Likewise.
(decode_line_info): Likewise.
(scan_unit_for_functions): Likewise.
(parse_comp_unit): Likewise.
bfd/ChangeLog
bfd/dwarf2.c
bfd/elf64-ppc.c