aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Collapse)AuthorFilesLines
2011-06-13daily updateAlan Modra1-1/+1
2011-06-12daily updateAlan Modra1-1/+1
2011-06-11daily updateAlan Modra1-1/+1
2011-06-10 * elflink.c (_bfd_elf_link_create_dynamic_sections): If theNick Clifton5-8/+42
backend does not provide a function for creating dynamic sections then fail. (bfd_elf_final_link): Issue a warning message if a dynamic section has the SHT_NOTE type. (bfd_elf_final_link): Do not look for dynamic strings in a section that does not have the SHT_STRTAB type or the name .dynstr. * elf32-arm.c (elf32_arm_finish_dynamic_sections): Fail if the got section is not in the output binary. * elf32-hppa.c (elf32_hppa_finish_dynamic_sections): Likewise. * ld-elf/elf.exp: Add test for linking a shared library with a broken linker script that marks dynamic sections as being notes. * ld-elf/note-3.s: New test source file. * ld-elf/note-3.t: New test linker script. * ld-elf/note-3.l: Expected output from the linker. * lib/ld-lib.exp (run_ld_link_tests): Improve description.
2011-06-10daily updateAlan Modra1-1/+1
2011-06-092011-06-09 Tristan Gingold <gingold@adacore.com>Tristan Gingold2-4/+10
* elfnn-ia64.c (elfNN_ia64_relax_section, elfNN_ia64_choose_gp) (elfNN_ia64_relocate_section, elfNN_vms_object_p): Remove trailing spaces.
2011-06-092011-06-09 Tristan Gingold <gingold@adacore.com>Tristan Gingold2-1/+6
* bfd.c (bfd_get_sign_extend_vma): Handle aixcoff.
2011-06-09 PR ld/12845Nick Clifton3-0/+16
* elf.c (_bfd_elf_init_private_section_data): Add an assertion that the output section has an allocated bfd_elf_section_data structure. * elfxx-mips.c (mips_elf_check_symbols): Do not create a stub for symbols in sections that have been removed by garbage collection. * emultempl/mipself.em (mips_add_stub_section): Do not add stubs for sections that have been removed by garbage collection.
2011-06-09Allow building x32 DSO from x86-64 object file.H.J. Lu2-0/+13
bfd/ 2011-06-08 H.J. Lu <hongjiu.lu@intel.com> * elf64-x86-64.c (elf_x86_64_check_relocs): Allow R_X86_64_64 relocations in SEC_DEBUGGING sections when building shared libraries. ld/testsuite/ 2011-06-08 H.J. Lu <hongjiu.lu@intel.com> * ld-x86-64/simple.c: New. * ld-x86-64/x86-64-x32.rd: Likewise. * ld-x86-64/x86-64.exp: Check building x32 DSO from x86-64 object file.
2011-06-09Check relocations in note sections for --gc-sections.H.J. Lu2-4/+13
bfd/ 2011-06-08 H.J. Lu <hongjiu.lu@intel.com> PR ld/12851 * elflink.c (elf_gc_sweep): Don't check SHT_NOTE sections here. (bfd_elf_gc_sections): Also check SHT_NOTE sections. ld/testsuite/ 2011-06-08 H.J. Lu <hongjiu.lu@intel.com> PR ld/12851 * ld-elf/pr12851.d: New. * ld-elf/pr12851.s: Likewise.
2011-06-09daily updateAlan Modra1-1/+1
2011-06-082011-06-08 Tristan Gingold <gingold@adacore.com>Tristan Gingold2-6/+6
* makefile.vms (OBJS): Add elfxx-ia64.obj Remove vax case.
2011-06-08 * aix386-core.c, * cisco-core.c, * hpux-core.c, * osf-core.c,Alan Modra7-19/+31
* sco5-core.c: Init match_priority field.
2011-06-08daily updateAlan Modra1-1/+1
2011-06-07 * elflink.c (_bfd_elf_archive_symbol_lookup): Follow warning andAlan Modra2-3/+8
indirect links here.
2011-06-07Fix build error on mips-irix (missing match_priority)Joel Brobecker2-0/+5
A new field was recently added to struct bfd_target, and irix-core.c needs an update... bfd/ChangeLog: * irix-core.c (irix_core_vec): Add match_priority field.
2011-06-07daily updateAlan Modra1-1/+1
2011-06-06 * targets.c (bfd_target): Make ar_max_namelen an unsigned char.Alan Modra52-124/+192
Add match_priority. * configure.in: Bump bfd version. * elfcode.h (elf_object_p): Delete hacks preventing match of EM_NONE and ELFOSABI_NONE targets when a better match exists. * elfxx-target.h (elf_match_priority): Define and use. * format.c (bfd_check_format_matches): Use target match_priority to choose best of multiple matching targets. In cases with multiple matches rerun _bfd_check_format if we don't choose the last match. * aout-adobe.c, * aout-arm.c, * aout-target.h, * aout-tic30.c, * binary.c, * bout.c, * coff-alpha.c, * coff-i386.c, * coff-i860.c, * coff-i960.c, * coff-ia64.c, * coff-mips.c, * coff-or32.c, * coff-ppc.c, * coff-rs6000.c, * coff-sh.c, * coff-tic30.c, * coff-tic54x.c, * coff-x86_64.c, * coff64-rs6000.c, * coffcode.h, * i386msdos.c, * i386os9k.c, * ieee.c, * ihex.c, * mach-o-target.c, * mipsbsd.c, * mmo.c, * nlm-target.h, * oasys.c, * pdp11.c, * pe-mips.c, * pef.c, * plugin.c, * ppcboot.c, * som.c, * srec.c, * tekhex.c, * trad-core.c, * verilog.c, * versados.c, * vms-alpha.c, * vms-lib.c, * xsym.c: Init match_priority field. * configure: Regenerate. * bfd-in2.h: Regenerate.
2011-06-06daily updateAlan Modra1-1/+1
2011-06-05daily updateAlan Modra1-1/+1
2011-06-04Revert the last change on elf_object_p.H.J. Lu2-21/+25
2011-06-04 H.J. Lu <hongjiu.lu@intel.com> PR ld/12842 * elfcode.h (elf_object_p): Revert the last change.
2011-06-04 * archures.c (bfd_arch_get_compatible): If one arch is unknown,Alan Modra3-38/+47
return the other arch. * elfcode.h (elf_object_p): Allow explicit match to generic ELF target.
2011-06-04daily updateAlan Modra1-1/+1
2011-06-03 PR ld/12682Nick Clifton2-22/+37
* hash.c (higher_primer_number): Add more, small, prime numbers. (bfd_hash_set_default_size): Likewise.
2011-06-03oops - spelling fixes accidentally omitted from previous delta.Nick Clifton2-3/+4
2011-06-03daily updateAlan Modra1-1/+1
2011-06-02Fix spelling mistakes.Nick Clifton16-993/+1247
2011-06-02* config.bfd: Add bfd_elf32_rx_be_ns_vec.DJ Delorie6-1/+45
* target.c: Likewise. * configure.in: Likewise. * configure.in: Regenerate. * elf32-rx.c: Add elf32-rx-be-ns target. (rx_elf_object_p): Never allow the be-ns target by default, only allow it if the user requests it.
2011-06-02daily updateAlan Modra1-1/+1
2011-06-01Properly warn relocation in readonly section in a shared object.H.J. Lu3-4/+10
2011-06-01 H.J. Lu <hongjiu.lu@intel.com> * elf32-i386.c (elf_i386_size_dynamic_sections): Properly warn relocation in readonly section in a shared object. * elf64-x86-64.c (elf_x86_64_size_dynamic_sections): Likewise.
2011-05-31 * archive.c (adjust_relative_path): Fix comment to prevent itNick Clifton2-3/+12
corrupting the auto-generated bfd.h.
2011-05-312011-05-31 Paul Brook <paul@codesourcery.com>Paul Brook2-7/+18
bfd/ * elf32-arm.c (elf32_arm_final_link_relocate): Only do bl conversion for known functions. (elf32_arm_swap_symbol_in): Only set ST_BRANCH_TO_ARM for function symbols. include/elf/ * arm.h (arm_st_branch_type): Add ST_BRANCH_UNKNOWN. ld/testsuite/ * ld-arm/cortex-a8-far.d: Adjust expected output. * ld-arm/arm-call1.s: Give function symbol correct type. * ld-arm/arm-call2.s: Ditto. * ld-arm/farcall-group4.s: Ditto. * ld-arm/arm-elf.exp (cortex-a8-far): Define far symbols with correct type via assembly file. * ld-arm/cortex-a8-far-3.s: New file. * ld-arm/abs-call-1.s: Add Thumb tests
2011-05-312011-05-31 Paul Brook <paul@codesourcery.com>Paul Brook2-5/+25
bfd/ * elf32-arm.c (arm_stub_is_thumb): Add arm_stub_long_branch_v4t_thumb_tls_pic. (elf32_arm_final_link_relocate): TLS stubs are always ARM. Handle Thumb stubs. ld/testsuite/ * ld-arm/tls-longplt.d: Update expected output. * ld-arm/tls-thumb1.d: Ditto.
2011-05-31daily updateAlan Modra1-1/+1
2011-05-30daily updateAlan Modra1-1/+1
2011-05-29daily updateAlan Modra1-1/+1
2011-05-28daily updateAlan Modra1-1/+1
2011-05-27 PR binutils/12710Nick Clifton2-12/+89
* archive.c (_bfd_get_elt_at_filepos): Set correct error value if unable to read a file pointed to by an entry in a thin archive. (adjust_relative_path): Use lrealpath to canonicalize paths. Handle the case where the reference path is above the current path in the directory tree.
2011-05-27daily updateAlan Modra1-1/+1
2011-05-26Handle R_X86_64_TPOFF64 in executable.H.J. Lu2-0/+7
bfd/ 2011-05-26 H.J. Lu <hongjiu.lu@intel.com> PR ld/12809 * elf64-x86-64.c (elf_x86_64_relocate_section): Handle R_X86_64_TPOFF64 in executable. ld/testsuite/ 2011-05-26 H.J. Lu <hongjiu.lu@intel.com> PR ld/12809 * ld-x86-64/tlsbin.s: Add a test for LE with large model. * ld-x86-64/tlsbin.dd: Updated. * ld-x86-64/tlsbin.rd: Likewise. * ld-x86-64/tlsbin.sd: Likewise. * ld-x86-64/tlsbin.td: Likewise. * ld-x86-64/tlsbindesc.dd: Likewise. * ld-x86-64/tlsbindesc.rd: Likewise. * ld-x86-64/tlsbindesc.sd: Likewise. * ld-x86-64/tlsbindesc.td: Likewise.
2011-05-26 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL): Remove most of comment.Alan Modra3-7/+11
* elflink.c (_bfd_elf_symbol_refs_local_p): Expand local_protected comment.
2011-05-26daily updateAlan Modra1-1/+1
2011-05-252011-05-25 Tristan Gingold <gingold@adacore.com>Tristan Gingold8-5479/+5584
* configure.in (bfd_elf32_ia64_big_vec, bfd_elf32_ia64_hpux_big_vec) (bfd_elf64_ia64_big_vec, bfd_elf64_ia64_hpux_big_vec) (bfd_elf64_ia64_little_vec, bfd_elf64_ia64_vms_vec): Add elfxx-ia64.lo * Makefile.am (BFD64_BACKENDS): Add elfxx-ia64.lo (BFD64_BACKENDS_CFILES): Add elfxx-ia64.c (elf32-ia64.c): Created from elfnn-ia64.c (elf64-ia64.c): Likewise. * elfxx-ia64.h: New file. * elfxx-ia64.c: Split with elfnn-ia64.c. Keep only the following functions.Includes elfxx-ia64.h. (elfNN_ia64_reloc): Renames to ia64_elf_reloc. Adjust error message. (IA64_HOWTO): Adjust. (lookup_howto): Renames to ia64_elf_lookup_howto. Make it public. (elfNN_ia64_reloc_type_lookup): Renames to ia64_elf_reloc_type_lookup. Make it public. Adjust calls. (elfNN_ia64_reloc_name_lookup): Renames to ia64_elf_reloc_name_lookup. Make it public. (elfNN_ia64_relax_br): Renames to ia64_elf_relax_br. Make it public. (elfNN_ia64_relax_brl): Renames to ia64_elf_relax_brl. Make it public. (elfNN_ia64_relax_ldxmov): Renames to ia64_elf_relax_ldxmov. Move it and make it public. Move prototype to elfxx-ia64.h (elfNN_ia64_install_value): Renames to ia64_elf_install_value. Move prototype to elfxx-ia64.h * elfnn-ia64.c: New file, split from elfxx-ia64.c. (elfNN_ia64_info_to_howto): Adjust calls. (elfNN_ia64_relax_section): Adjust calls. (count_dyn_reloc): Fix typo. (elfNN_ia64_relocate_section): Adjust calls. (elfNN_ia64_finish_dynamic_symbol): Likewise. (bfd_elfNN_bfd_reloc_type_lookup) (bfd_elfNN_bfd_reloc_name_lookup): Adjust macros.
2011-05-25daily updateAlan Modra1-1/+1
2011-05-24daily updateAlan Modra1-1/+1
2011-05-23* elf32-rx.c (rx_elf_object_p): When reading an RX object in, undoDJ Delorie2-0/+55
the vma/lma swapping done in elf32_rx_modify_program_headers.
2011-05-23 * elf-m10300.c (mn10300_elf_mkobject): New function.Nick Clifton2-0/+21
(bfd_elf32_mkobject): Define.
2011-05-23 * elf-bfd.h: Comment typo fix.Alan Modra4-74/+41
* elf32-ppc.c (struct ppc_elf_dyn_relocs): Delete. Replace with struct elf_dyn_relocs throughout. * elf64-ppc.c (struct ppc_dyn_relocs): Likewise.
2011-05-23 * elf32-frv.c: Use info->callbacks->einfo throughout file in linkerAlan Modra4-213/+196
functions rather than warning callback or _bfd_error_handler. * elf32-ppc.c: Likewise. * elf64-ppc.c: Likewise. * elf32-ppc.c (ppc_elf_tls_optimize): Use %H in __tls_get_addr lost arg error. * elf64-ppc.c (ppc64_elf_tls_optimize): Likewise.
2011-05-23 PR 12763Alan Modra2-4/+23
bfd/ * elf.c (assign_file_positions_for_load_sections): Set sh_offset for .tbss, and page align same for all SHT_NOBITS sections. ld/ * ldlang.c (lang_output_section_find_by_flags): Match orphan .sdata2 like sections to existing .sdata2, and similarly for orphan TLS sections. * emultempl/elf32.em (place_orphan): Exclude .tbss from orphan_bss.