aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Collapse)AuthorFilesLines
2005-01-05daily updateAlan Modra1-1/+1
2005-01-05 * elf64-sparc.c (sparc64_elf_relocate_section): Ignore overflowsEric Botcazou2-3/+12
from STABS debugging sections again.
2005-01-05Approved by nickc@redhat.com:Fred Fish2-1/+55
2005-01-05 Fred Fish <fnf@specifixinc.com> * dwarf2.c (struct dwarf2_debug): Add info_ptr_unit member. (find_abstract_instance_name): New function. (scan_unit_for_functions): Handle DW_TAG_inlined_subroutine. (scan_unit_for_functions): Handle DW_AT_abstract_origin. (_bfd_dwarf2_find_nearest_line): Initialize info_ptr_unit.
2005-01-04daily updateAlan Modra1-1/+1
2005-01-03daily updateAlan Modra1-1/+1
2005-01-02daily updateAlan Modra1-1/+1
2005-01-01daily updateAlan Modra1-1/+1
2004-12-31daily updateAlan Modra1-1/+1
2004-12-31 * elf32-arm.c (elf32_arm_symbian_plt_entry): Fix comment typo.Paul Brook2-1/+5
2004-12-31 * reloc.c (BFD_RELOC_AVR_LDI, BFD_RELOC_AVR_6, BFD_RELOC_AVR_6_ADIW):Alan Modra3-4/+25
Commit missing changes from 2004-12-22. * bfd-in2.h: Regenerate.
2004-12-30daily updateAlan Modra1-1/+1
2004-12-29daily updateAlan Modra1-1/+1
2004-12-28daily updateAlan Modra1-1/+1
2004-12-27daily updateAlan Modra1-1/+1
2004-12-26daily updateAlan Modra1-1/+1
2004-12-25daily updateAlan Modra1-1/+1
2004-12-24daily updateAlan Modra1-1/+1
2004-12-23daily updateAlan Modra1-1/+1
2004-12-232004-12-23 Tomer Levi <Tomer.Levi@nsc.com>Tomer Levi2-1/+7
* elf32-crx.c (elf32_crx_relax_section): Support 'bcop' relaxation.
2004-12-22daily updateAlan Modra1-1/+1
2004-12-22* elf.c (elfcore_grok_nto_gregs): Change name to elfcore_grok_nto_regs.Kris Warkentin2-9/+24
Add 'base' argument for constructing register sections. Reformat. (elfcore_grok_nto_note): Call elfcore_grok_nto_regs for both gp and fp regs. Reformat.
2004-12-22Add support for the new R_AVR_LDI, R_AVR_6 and R_AVR_6_ADIW relocs for theNick Clifton3-18/+119
LDI, ADIW/SBIW and LDD/STD instructions.
2004-12-22 * elflink.c (_bfd_elf_merge_symbol): Treat old definitions fromAlan Modra2-3/+21
as-needed dynamic libs as undefined. (elf_link_add_object_symbols): Remove DYN_AS_NEEDED from as-needed libs when finding they are needed.
2004-12-21daily updateAlan Modra1-1/+1
2004-12-20daily updateAlan Modra1-1/+1
2004-12-20 * Makefile.am: Use $(SHELL) whenever we run move-if-change.Ian Lance Taylor3-44/+49
* Makefile.in: Rebuild.
2004-12-19 * elf64-ppc.c (struct ppc64_elf_obj_tdata): Add opd_relocs.Alan Modra2-20/+35
(opd_entry_value): Use opd_relocs if available. (ppc64_elf_relocate_section): Don't set reloc_done. Instead copy .opd relocations to opd_relocs. (ppc64_elf_edit_toc): Set rel_hdr.sh_size after editing relocs.
2004-12-19daily updateAlan Modra1-1/+1
2004-12-18daily updateAlan Modra1-1/+1
2004-12-17daily updateAlan Modra1-1/+1
2004-12-16daily updateAlan Modra1-1/+1
2004-12-16include/elf/Richard Sandiford5-177/+238
* v850.h (R_V850_LO16_SPLIT_OFFSET): New reloc. bfd/ * reloc.c (BFD_RELOC_V850_LO16_SPLIT_OFFSET): New bfd_reloc_code_type. * elf32-v850.c (v850_elf_howto_table): Add entry for R_V850_LO16_SPLIT_OFFSET. (v850_elf_reloc_map): Map it to BFD_RELOC_V850_LO16_SPLIT_OFFSET. (v850_elf_perform_lo16_relocation): New function, extracted from... (v850_elf_perform_relocation): ...here. Use it to handle R_V850_LO16_SPLIT_OFFSET. (v850_elf_check_relocs, v850_elf_final_link_relocate): Handle R_V850_LO16_SPLIT_OFFSET. * libbfd.h, bfd-in2.h: Regenerate. gas/ * config/tc-v850.c (handle_lo16): New function. (v850_reloc_prefix): Use it to check lo(). (md_assemble, md_apply_fix3): Handle BFD_RELOC_V850_LO16_SPLIT_OFFSET. gas/testsuite/ * gas/v850/split-lo16.{s,d}: New test. * gas/v850/v850.exp: Run it. ld/testsuite/ * ld-v850: New directory.
2004-12-16Add support for s390x-ibm-tpf targetNick Clifton2-0/+7
2004-12-15daily updateAlan Modra1-1/+1
2004-12-14daily updateAlan Modra1-1/+1
2004-12-142004-12-14 Tomer Levi <Tomer.Levi@nsc.com>Tomer Levi1-0/+6
* elf32-crx.c (elf32_crx_relax_delete_bytes): Add 'struct bfd_link_info *' to prototype, to make hash info available. Prevent wrapped symbols from being adjusted twice.
2004-12-142004-12-14 Tomer Levi <Tomer.Levi@nsc.com>Tomer Levi1-8/+34
* elf32-crx.c (elf32_crx_relax_delete_bytes): Add 'struct bfd_link_info *' to prototype, to make hash info available. Prevent wrapped symbols from being adjusted twice.
2004-12-14 * elfxx-mips.c (mips_elf_calculate_relocation): Don't report anRichard Sandiford2-1/+7
overflow for calls to undefined weak symbols.
2004-12-13daily updateAlan Modra1-1/+1
2004-12-12daily updateAlan Modra1-1/+1
2004-12-11daily updateAlan Modra1-1/+1
2004-12-11bfd/Alan Modra2-4/+7
* elfcode.h (elf_slurp_symbol_table): Use bfd_elf_sym_name so that canonical sections syms have a name. gas/testsuite/ Update for changed section syms. ld/testsuite/ Update for changed section syms.
2004-12-11 * elf64-ppc.c (opd_entry_value): Don't use cached relocs if theyAlan Modra2-6/+32
have been adjusted for output. (ppc64_elf_relocate_section): Mark sections with reloc_done.
2004-12-10daily updateAlan Modra1-1/+1
2004-12-10 * elf.c (bfd_elf_sym_name): Add symtab_hdr param.Alan Modra6-10/+13
(group_signature): Update call. * elf-bfd.h (bfd_elf_sym_name): Update. * elf32-ppc.c (ppc_elf_relocate_section): Update. * elf64-ppc.c (ppc64_elf_edit_opd, ppc64_elf_edit_toc) (ppc64_elf_relocate_section): Update * elflink.c (elf_link_input_bfd): Update.
2004-12-10 * elf.c (bfd_elf_sym_name): Rename from bfd_elf_local_sym_name.Alan Modra6-8/+18
(group_signature): Update calls. * elf-bfd.h (bfd_elf_sym_name): Update. * elf32-ppc.c (ppc_elf_relocate_section): Update. * elf64-ppc.c (ppc64_elf_edit_opd, ppc64_elf_edit_toc) (ppc64_elf_relocate_section): Update * elflink.c (elf_link_input_bfd): Update.
2004-12-10 * elf.c (bfd_elf_local_sym_name): Avoid crashes with invalidJakub Jelinek2-1/+9
st_shndx on STT_SECTION sections.
2004-12-09daily updateAlan Modra1-1/+1
2004-12-09 * elfcode.h (elf_slurp_reloc_table_from_section): Don't canonicalizeDaniel Jacobowitz2-5/+6
ELF section symbols.
2004-12-09 * elfxx-mips.c (mips_elf_calculate_relocation): For R_MIPS_JALR,Ian Lance Taylor2-4/+40
return a real value, unless it is a PLT symbol. (mips_elf_perform_relocation): On the RM9000, turn a jal into a bal if possible.