bfd/
authorAlan Modra <amodra@gmail.com>
Sun, 30 Sep 2007 13:33:04 +0000 (13:33 +0000)
committerAlan Modra <amodra@gmail.com>
Sun, 30 Sep 2007 13:33:04 +0000 (13:33 +0000)
commit0f02bbd9f8fdee22cc91b4bef3f310d4dbc1eee5
tree3ece265513b1a806ecfb92eb3e097c9cde14c83d
parentc9ccd0dfa0dbdda5a460ea69ce977b0af31dfc20
bfd/
* elflink.c (resolve_symbol): Handle symbols in SEC_MERGE
sections.  Don't test symbol st_shndx.  Don't bother with
bfd_link_hash_common symbols.  Print longs rather than ints
in debug messages.
(eval_symbol): Replace "sym" and "advanced" params with "symp".
Replace "addr" and "section_offset" params with "dot".  Don't
cast bfd_vma values to signed, cast them to bfd_signed_vma.
(bfd_elf_perform_complex_relocation): Delete "output_bfd", "info",
"local_syms" and "local_sections" params.  Add "relocation".
Delete code calculating relocation value.
(evaluate_complex_relocation_symbols): Delete function.  Fold into..
(elf_link_input_bfd): ..existing code examining relocs.
* elf-bfd.h (bfd_elf_perform_complex_relocation): Update prototype.
* elf32-mep.c (mep_elf_check_relocs): Delete function.
(mep_elf_gc_sweep_hook, mep_elf_gc_mark_hook): Likewise.
(mep_elf_object_p): Don't set elf_bad_symtab.
(elf_backend_check_relocs): Don't define.
(elf_backend_gc_mark_hook, elf_backend_gc_sweep_hook): Likewise.
(elf_backend_can_gc_sections, USE_RELA): Likwise.
(mep_elf_relocate_section): Move bfd_elf_perform_complex_relocation
call after we have calculated reloc value.  Delete local sym
debug code.  Use RELOC_FOR_GLOBAL_SYMBOL.  Delete addend
adjusting code..
(elf_backend_rela_normal): ..instead define this.
ld/testsuite/
* ld-selective/sel-dump.exp: Add am33, m88k, mep to xfails.
* ld-selective/selective.exp: Don't run for same target list
we xfail sel-dump.
bfd/ChangeLog
bfd/elf-bfd.h
bfd/elf32-mep.c
bfd/elflink.c
ld/testsuite/ChangeLog
ld/testsuite/ld-selective/sel-dump.exp
ld/testsuite/ld-selective/selective.exp
This page took 0.024924 seconds and 4 git commands to generate.