aboutsummaryrefslogtreecommitdiff
path: root/bfd
AgeCommit message (Collapse)AuthorFilesLines
2012-07-09daily updateAlan Modra1-1/+1
2012-07-08daily updateAlan Modra1-1/+1
2012-07-07daily updateAlan Modra1-1/+1
2012-07-06daily updateAlan Modra1-1/+1
2012-07-05daily updateAlan Modra1-1/+1
2012-07-04Check number of sections overflowH.J. Lu3-2/+16
* elf.c (assign_section_numbers): Check if number of sections >= SHN_LORESERVE. * elfcode.h (elf_object_p): Likewise.
2012-07-04daily updateAlan Modra1-1/+1
2012-07-03 * archive.c (bsd_write_armap): Catch attempts to create an archiveNick Clifton2-2/+28
with indicies bigger than 4Gb. (coff_write_armap): Likewise. * readelf.c (process_archive): Display member indicies when dumping index.
2012-07-03Don't compress empty debug sectionH.J. Lu2-1/+7
2012-07-03 H.J. Lu <hongjiu.lu@intel.com> PR binutils/14319 * elf.c (_bfd_elf_make_section_from_shdr): Don't compress empty debug section. 2012-07-03 H.J. Lu <hongjiu.lu@intel.com> PR binutils/14319 * binutils-all/compress.exp: Test compress empty debug sections. * binutils-all/dw2-empty.S: New file.
2012-07-03Properly handle indirect symbolsH.J. Lu2-29/+107
2012-07-03 H.J. Lu <hongjiu.lu@intel.com> PR ld/3351 * elflink.c (_bfd_elf_update_dynamic_flags): New. (_bfd_elf_merge_symbol): Update both real and indirect symbol dynamic flags. (_bfd_elf_add_default_symbol): Make the real symbol dynamic if the indirect symbol is defined in a shared library. (elf_link_add_object_symbols): Likewise. If the indirect symbol has been forced local, don't make the real symbol dynamic. (elf_link_check_versioned_symbol): Check indirect symbol. (elf_link_output_extsym): Use real symbol definition when reporting indirect symbol error. Check version info for dynamic versioned symbol. 2012-07-03 H.J. Lu <hongjiu.lu@intel.com> PR ld/3351 * ld-elf/indirect.exp: New file. * ld-elf/indirect1a.c: Likewise. * ld-elf/indirect1b.c: Likewise. * ld-elf/indirect1c.c: Likewise. * ld-elf/indirect2.c: Likewise. * ld-elf/indirect3.out: Likewise. * ld-elf/indirect3a.c: Likewise. * ld-elf/indirect3b.c: Likewise. * ld-elf/indirect3c.c: Likewise. * ld-elf/indirect4.out: Likewise. * ld-elf/indirect4a.c: Likewise. * ld-elf/indirect4b.c: Likewise. * ld-elf/indirect4c.c: Likewise.
2012-07-03 PR ld/14207Alan Modra2-10/+19
* elf.c (assign_file_positions_for_load_sections): Remove assertions that only PT_LOAD headers include file header and section headers. (assign_file_positions_for_non_load_sections): Similarly don't assert PT_GNU_RELRO header does not include file and section headers. Compare first section vma rather than PT_LOAD p_vaddr against relro_start when looking for PT_LOAD covering PT_GNU_RELRO. Replace abort with assertion.
2012-07-03daily updateAlan Modra1-1/+1
2012-07-02 * elf32-m32c.c (m32c_elf_check_relocs): Use bfd_make_sectionAlan Modra4-64/+79
"anyway" variant when creating .plt. (m32c_elf_relax_plt_section): Remove redundant test and unused param. (m32c_elf_relax_section): Test SEC_LINKER_CREATED before calling m32c_elf_relax_plt_section. * elfxx-mips.c (mips_elf_create_got_section): Use make anyway variant when creating .got and .got.plt. (_bfd_mips_elf_final_link): Likewise for .rtproc, and use bfd_get_linker_section. * sunos.c: Similarly throughout.
2012-07-02daily updateAlan Modra1-1/+1
2012-07-01* elf.c (_bfd_elf_make_section_from_shdr): Fix typo in errorAndreas Schwab2-2/+7
message.
2012-07-01daily updateAlan Modra1-1/+1
2012-06-30daily updateAlan Modra1-1/+1
2012-06-29Return FALSE on unresolvable relocationH.J. Lu2-7/+15
* elf64-x86-64.c (elf_x86_64_relocate_section): Return FALSE on unresolvable relocation.
2012-06-29Simplify global symbol handlingH.J. Lu2-4/+9
* archive.c (_bfd_compute_and_write_armap): Simplify global symbol handling.
2012-06-29 PR ld/14189Nick Clifton2-1/+8
* elf32-arm.c (elf32_arm_check_relocs): Do not increment refcount for locally bound symbols.
2012-06-29 * section.c (bfd_get_linker_section): New function.Alan Modra42-880/+943
* elf32-arm.c: When retrieving SEC_LINKER_CREATED sections, use the above throughout rather than bfd_get_section_by_name. Use bfd_make_section_anyway rather than bfd_make_section when creating them. * elf32-bfin.c: Likewise. * elf32-cr16.c: Likewise. * elf32-cris.c: Likewise. * elf32-frv.c: Likewise. * elf32-hppa.c: Likewise. * elf32-i370.c: Likewise. * elf32-i386.c: Likewise. * elf32-lm32.c: Likewise. * elf32-m32c.c: Likewise. * elf32-m32r.c: Likewise. * elf32-m68k.c: Likewise. * elf32-microblaze.c: Likewise. * elf32-ppc.c: Likewise. * elf32-rl78.c: Likewise. * elf32-s390.c: Likewise. * elf32-score.c: Likewise. * elf32-score7.c: Likewise. * elf32-sh.c: Likewise. * elf32-tic6x.c: Likewise. * elf32-tilepro.c: Likewise. * elf32-vax.c: Likewise. * elf32-xstormy16.c: Likewise. * elf32-xtensa.c: Likewise. * elf64-alpha.c: Likewise. * elf64-hppa.c: Likewise. * elf64-ia64-vms.c: Likewise. * elf64-ppc.c: Likewise. * elf64-s390.c: Likewise. * elf64-sh64.c: Likewise. * elf64-sparc.c: Likewise. * elf64-x86-64.c: Likewise. * elfnn-ia64.c: Likewise. * elfxx-mips.c: Likewise. * elfxx-sparc.c: Likewise. * elfxx-tilegx.c: Likewise. * elflink.c: Likewise. * elf-vxworks.c: Likewise. * elf-m10300.c: Likewise. Also make use of htab plt, got and gotplt shortcuts. * bfd-in2.h: Regenerate. * elf32-lm32.c (lm32_elf_check_relocs): Use the correct bfd when calling create_rofixup_section. * elflink.c (bfd_elf_final_link): Simplify test for .dynstr.
2012-06-29 * elf32-sh.c (sh_elf_create_dynamic_sections): Don't create .relaAlan Modra7-154/+10
section for bss type sections, except for .rela.bss. * elf-m10300.c (_bfd_mn10300_elf_create_dynamic_sections): Likewise. * elf32-cr16.c (_bfd_cr16_elf_create_dynamic_sections): Likewise. * elf32-lm32.c (lm32_elf_create_dynamic_sections): Likewise. * elf32-m32r.c (m32r_elf_create_dynamic_sections): Likewise. * elf64-sh64.c (sh64_elf64_create_dynamic_sections): Likewise.
2012-06-29daily updateAlan Modra1-1/+1
2012-06-28gas/config/Sean Keys1-1/+4
* tc-xgate.h: Defined tc_frob_symbol. * tc-xgate.c (xgate_frob_symbol): Wrote new function to mark symbols as being XGATE by setting st_target_internal value. bfd/ * elf32-xgate.c (elf32_xgate_add_symbol_hook): Added a temp patch that forces st_target_internal to equal 1, since tc_frob_symbol seems to need adjusting.
2012-06-28bfd/Roland McGrath2-3/+10
* elf32-arm.c (elf32_arm_populate_plt_entry): Use int32_t for displacement calculation in nacl_p case.
2012-06-28 * po/vi.po: Updated Vietnamese translation.Nick Clifton4-2/+6130
* po/uk.po: New Ukranian translation. * configure.in (ALL_LINGUAS): Add uk. * configure: Regenerate.
2012-06-28daily updateAlan Modra1-1/+1
2012-06-27daily updateAlan Modra1-1/+1
2012-06-26 * elf64-ppc.c (ppc64_elf_next_toc_section): Don't error if inputAlan Modra2-2/+11
file has multiple .got/.toc sections and all don't fit in current toc group.
2012-06-26daily updateAlan Modra1-1/+1
2012-06-25daily updateAlan Modra1-1/+1
2012-06-24daily updateAlan Modra1-1/+1
2012-06-23daily updateAlan Modra1-1/+1
2012-06-22bfd/Roland McGrath2-0/+55
* elf.c (assign_file_positions_for_non_load_sections): Define __ehdr_start symbol if it's referenced and there's a PT_LOAD segment that covers both the file and program headers. ld/ * NEWS: Mention __ehdr_start. ld/testsuite/ * ld-elf/ehdr_start.s: New file. * ld-elf/ehdr_start.d: New file.
2012-06-22* elf32-m68k.c (elf_m68k_finish_dynamic_symbol): Don't makeAndreas Schwab2-5/+5
_GLOBAL_OFFSET_TABLE_ and _DYNAMIC absolute.
2012-06-22 * elf64-ppc.c (ppc64_elf_func_desc_adjust): Don't emit out-of-lineAlan Modra2-4/+10
save/restore functions when relocatable. Make "funcs" static.
2012-06-22daily updateAlan Modra1-1/+1
2012-06-21daily updateAlan Modra1-1/+1
2012-06-20daily updateAlan Modra1-1/+1
2012-06-19daily updateAlan Modra1-1/+1
2012-06-18 * elf32-cris.c (cris_elf_plt_sym_val): Rewrite to work in presenceHans-Peter Nilsson2-4/+57
of merged .got and .got.plt entries.
2012-06-18 * elf32-arm.c (elf32_arm_final_link_relocate): Correct return value.Alan Modra2-1/+5
2012-06-18daily updateAlan Modra1-1/+1
2012-06-17 * elf32-cris.c (cris_elf_relocate_section): <R_CRIS_32_IE>Hans-Peter Nilsson2-1/+8
<R_CRIS_32_GOT_TPREL, R_CRIS_16_GOT_TPREL>: Handle references to thread common symbols.
2012-06-17daily updateAlan Modra1-1/+1
2012-06-16daily updateAlan Modra1-1/+1
2012-06-15daily updateAlan Modra1-1/+1
2012-06-14daily updateAlan Modra1-1/+1
2012-06-13 * elf32-arm.c (bfd_arm_get_mach_from_attributes): New function.Nick Clifton2-8/+52
(elf32_arm_object_p): If the machine number could not be deduced from the notes, call bfd_arm_get_mach_from_attributes to get the number from the attributes.
2012-06-13daily updateAlan Modra1-1/+1