* bfd.c (bfd_record_phdr): New function.
* bfd-in.h (bfd_record_phdr): Declare.
- * bfd_in2.h: Rebuild.
+ * bfd-in2.h: Rebuild.
* elf32-sparc.c (elf32_sparc_relocate_section): Remove bogus
BFD_ASSERT.
_bfd_print_private_bfd_data from void * to PTR.
* libbfd-in.h (_bfd_generic_bfd_print_private_bfd_data): Cast
using PTR rather than void *.
- * bfd-in2, libbfd.h: Rebuild.
+ * bfd-in2.h, libbfd.h: Rebuild.
* peicode.h (pe_print_private_bfd_data): Change vfile from void *
to PTR.
* elfxx-target.h (bfd_elfNN_bfd_print_private_bfd_data): Define as
- * som (som_get_reloc_upper_bound): Return -1 on error. Compute
+ * som.c (som_get_reloc_upper_bound): Return -1 on error. Compute
return value with sizeof (arelent *), not sizeof (arelent).
- * bfd/elf32-hppa.c (elf32_hppa_bfd_final_link_relocated): Use the
+ * elf32-hppa.c (elf32_hppa_bfd_final_link_relocated): Use the
vma from the output_section containing $global$ when computing
global_vlaue.
* libelf.h (struct elf_obj_tdata): Add new field bad_symtab.
(elf_bad_symtab): Define new accessor macro.
(_bfd_elf_link_hash_newfunc): Declare.
- (_bew_elf_link_hash_table_init): Declare.
+ (_bfd_elf_link_hash_table_init): Declare.
* elfcode.h (elf_object_p): Call backend object_p hook after
swapping in all the section headers.
(map_program_segments): Correct typo: Internal for External.
gas does this anyhow, but some other assemblers seem to leave
garbage in the R_IHCONST address field.
- * bfd/archive.c: Consistently use ARFMAG; from
+ * archive.c: Consistently use ARFMAG; from
(_bfd_write_archive_contents): Use ARFMAG rather than '`' and
'\012'.
- * bfd/som.c (som_begin_writing): Fix thinko (off by one error).
+ * som.c (som_begin_writing): Fix thinko (off by one error).
* som.c (bfd_section_from_som_symbol): Only to do the value
comparison for function symbols within executables.
undefined symbols. Correctly distinguish between debugger symbols
and section symbols.
- * som (setup_sections): Set SEC_DEBUGGING and the section attributes
+ * som.c (setup_sections): Set SEC_DEBUGGING and the section attributes
for spaces and subspaces.
* som.c (som_bfd_count_ar_symbols): Fix typo.
* elf32-hppa.c (hppa_elf_gen_reloc_type): Typo (== for =).
- * bfd/aoutx.h (aout_link_input_section_std,
+ * aoutx.h (aout_link_input_section_std,
aout_link_input_section_ext): Pass additional arguments to
reloc_overflow callback.
* coff-alpha.c (alpha_ecoff_get_relocated_section_contents,