summaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.c
Commit message (Expand)AuthorAgeFilesLines
* Align x86-64 .got/.got.plt sections to 8 bytesH.J. Lu2016-07-121-0/+11
* Don't generate PLT for IFUNC GOT/pointer referenceH.J. Lu2016-06-181-84/+173
* Don't check undefined symbol for IFUNC relocH.J. Lu2016-06-161-7/+4
* Skip relocations in non-loaded, non-alloced sectionsH.J. Lu2016-06-161-15/+22
* Check SEC_ALLOC before allocating dynamic relocationH.J. Lu2016-06-151-14/+13
* Check R_*_IRELATIVE in x86 reloc_type_classH.J. Lu2016-06-141-3/+2
* Fix elf_x86_64_reloc_type_classH.J. Lu2016-06-141-8/+14
* Support x86-64 TLS code sequences without PLTH.J. Lu2016-06-061-107/+249
* Replace data32 with data16 in commentsH.J. Lu2016-06-021-6/+6
* Return void from linker callbacksAlan Modra2016-05-281-7/+3
* LD/ELF: Unify STB_GNU_UNIQUE handlingMaciej W. Rozycki2016-05-171-7/+1
* Don't convert GOTPCREL relocation against large sectionH.J. Lu2016-05-131-0/+5
* Extract convert_load_reloc from x86 convert_loadH.J. Lu2016-05-051-396/+425
* Cache the section contents in x86 check_relocsH.J. Lu2016-05-051-26/+34
* Set interpreter in x86 create_dynamic_sectionsH.J. Lu2016-04-291-14/+11
* Pass GOT_RELOC to UNDEFINED_WEAK_RESOLVED_TO_ZEROH.J. Lu2016-04-291-5/+13
* X86-64: Set check_relocs_failed on errorH.J. Lu2016-04-291-17/+24
* Enhance support for copying and stripping Solaris and ARM binaries.Nick Clifton2016-04-291-7/+7
* Skip debug sections when estimating distancesH.J. Lu2016-04-271-11/+14
* Remove x86 gc_sweep_hookH.J. Lu2016-04-201-169/+0
* Check run-time R_X86_64_32 relocation overflowH.J. Lu2016-04-201-74/+71
* Call _bfd_elf_create_ifunc_sections only for ifuncH.J. Lu2016-04-201-5/+4
* Fix copying Solaris binaries with objcopy.Nick Clifton2016-04-141-2/+21
* Properly handle dynamic reloc against normal symbolH.J. Lu2016-04-111-2/+6
* Bind defined symbol locally in PIEH.J. Lu2016-03-151-3/+4
* Add -z noreloc-overflow option to x86-64 ldH.J. Lu2016-03-151-4/+10
* Handle local IFUNC symbols in shared objectH.J. Lu2016-03-081-1/+9
* Optimize x86 GOT32X/GOTPCRELX relocationsH.J. Lu2016-02-261-40/+138
* [x86] Resolve non-PIC undefweak symbols in executableH.J. Lu2016-02-261-91/+220
* Add elf_x86_64_need_picH.J. Lu2016-02-251-41/+43
* Set plt_got.offset to (bfd_vma) -1H.J. Lu2016-02-241-0/+2
* [x86-64] Omit dynamic sections symbolsH.J. Lu2016-02-171-0/+2
* Fix typos in bfd/ChangeLog and bfd/elf64-x86-64.cH.J. Lu2016-02-021-1/+1
* Store estimated istrances in compressed_sizeH.J. Lu2016-02-021-15/+23
* x86 synthetic plt symbolsAlan Modra2016-02-011-11/+12
* Check reloc against IFUNC symbol only with dynamic symbolsH.J. Lu2016-01-301-12/+16
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Properly check symbol defined by assignment in linker scriptH.J. Lu2015-12-011-8/+11
* Handle x86 VTINHERIT/VTENTRY relocs when deleting relocationsH.J. Lu2015-11-101-1/+5
* Properly move kept relocations when deleting relocationsH.J. Lu2015-11-101-1/+5
* Fix performance regression on x86 with ld -rH.J. Lu2015-11-101-4/+45
* Check symbol defined by assignment in linker scriptH.J. Lu2015-10-261-7/+15
* Properly convert address load of __start_XXX/__stop_XXXH.J. Lu2015-10-261-7/+7
* Add "-z call-nop=PADDING" option to ldH.J. Lu2015-10-221-3/+11
* Add R_X86_64_[REX_]GOTPCRELX support to gas and ldH.J. Lu2015-10-221-30/+164
* Check if symbol is defined when converting mov to leaH.J. Lu2015-10-161-1/+3
* Convert mov to lea for loading address of local common symbolH.J. Lu2015-10-161-2/+1
* Create a PLT entry for R_X86_64_PC32 in non-code sectionsH.J. Lu2015-10-011-3/+10
* Add --no-dynamic-linker option to ld, for static PIE useRich Felker2015-09-201-1/+1
* Remove convert_mov_to_leaH.J. Lu2015-09-031-32/+21