aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-23elf_backend_dtrel_excludes_pltAlan Modra1-15/+1
2016-11-14Also check GOT PLT for R_X86_64_PLTOFF64H.J. Lu1-2/+9
2016-10-19Add c-format tags to translatable strings with more than one argument-using f...Nick Clifton1-0/+20
2016-10-11Always descend into output section statements in lang_do_assignmentsAlan Modra1-1/+4
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-0/+2
2016-09-30Remove syntactic sugarAlan Modra1-20/+20
2016-09-06Resolve size relocation with copy relocationH.J. Lu1-1/+3
2016-07-12Align x86-64 .got/.got.plt sections to 8 bytesH.J. Lu1-0/+11
2016-06-18Don't generate PLT for IFUNC GOT/pointer referenceH.J. Lu1-84/+173
2016-06-16Don't check undefined symbol for IFUNC relocH.J. Lu1-7/+4
2016-06-16Skip relocations in non-loaded, non-alloced sectionsH.J. Lu1-15/+22
2016-06-15Check SEC_ALLOC before allocating dynamic relocationH.J. Lu1-14/+13
2016-06-14Check R_*_IRELATIVE in x86 reloc_type_classH.J. Lu1-3/+2
2016-06-14Fix elf_x86_64_reloc_type_classH.J. Lu1-8/+14
2016-06-06Support x86-64 TLS code sequences without PLTH.J. Lu1-107/+249
2016-06-02Replace data32 with data16 in commentsH.J. Lu1-6/+6
2016-05-28Return void from linker callbacksAlan Modra1-7/+3
2016-05-17LD/ELF: Unify STB_GNU_UNIQUE handlingMaciej W. Rozycki1-7/+1
2016-05-13Don't convert GOTPCREL relocation against large sectionH.J. Lu1-0/+5
2016-05-05Extract convert_load_reloc from x86 convert_loadH.J. Lu1-396/+425
2016-05-05Cache the section contents in x86 check_relocsH.J. Lu1-26/+34
2016-04-29Set interpreter in x86 create_dynamic_sectionsH.J. Lu1-14/+11
2016-04-29Pass GOT_RELOC to UNDEFINED_WEAK_RESOLVED_TO_ZEROH.J. Lu1-5/+13
2016-04-29X86-64: Set check_relocs_failed on errorH.J. Lu1-17/+24
2016-04-29Enhance support for copying and stripping Solaris and ARM binaries.Nick Clifton1-7/+7
2016-04-27Skip debug sections when estimating distancesH.J. Lu1-11/+14
2016-04-20Remove x86 gc_sweep_hookH.J. Lu1-169/+0
2016-04-20Check run-time R_X86_64_32 relocation overflowH.J. Lu1-74/+71
2016-04-20Call _bfd_elf_create_ifunc_sections only for ifuncH.J. Lu1-5/+4
2016-04-14Fix copying Solaris binaries with objcopy.Nick Clifton1-2/+21
2016-04-11Properly handle dynamic reloc against normal symbolH.J. Lu1-2/+6
2016-03-15Bind defined symbol locally in PIEH.J. Lu1-3/+4
2016-03-15Add -z noreloc-overflow option to x86-64 ldH.J. Lu1-4/+10
2016-03-08Handle local IFUNC symbols in shared objectH.J. Lu1-1/+9
2016-02-26Optimize x86 GOT32X/GOTPCRELX relocationsH.J. Lu1-40/+138
2016-02-26[x86] Resolve non-PIC undefweak symbols in executableH.J. Lu1-91/+220
2016-02-25Add elf_x86_64_need_picH.J. Lu1-41/+43
2016-02-24Set plt_got.offset to (bfd_vma) -1H.J. Lu1-0/+2
2016-02-17[x86-64] Omit dynamic sections symbolsH.J. Lu1-0/+2
2016-02-02Fix typos in bfd/ChangeLog and bfd/elf64-x86-64.cH.J. Lu1-1/+1
2016-02-02Store estimated istrances in compressed_sizeH.J. Lu1-15/+23
2016-02-01x86 synthetic plt symbolsAlan Modra1-11/+12
2016-01-30Check reloc against IFUNC symbol only with dynamic symbolsH.J. Lu1-12/+16
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-01Properly check symbol defined by assignment in linker scriptH.J. Lu1-8/+11
2015-11-10Handle x86 VTINHERIT/VTENTRY relocs when deleting relocationsH.J. Lu1-1/+5
2015-11-10Properly move kept relocations when deleting relocationsH.J. Lu1-1/+5
2015-11-10Fix performance regression on x86 with ld -rH.J. Lu1-4/+45
2015-10-26Check symbol defined by assignment in linker scriptH.J. Lu1-7/+15
2015-10-26Properly convert address load of __start_XXX/__stop_XXXH.J. Lu1-7/+7