aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-03Extract convert_load_reloc from x86 convert_loadusers/hjl/cacheH.J. Lu1-396/+425
2016-05-03Cache 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
2015-10-22Add "-z call-nop=PADDING" option to ldH.J. Lu1-3/+11
2015-10-22Add R_X86_64_[REX_]GOTPCRELX support to gas and ldH.J. Lu1-30/+164
2015-10-16Check if symbol is defined when converting mov to leaH.J. Lu1-1/+3
2015-10-16Convert mov to lea for loading address of local common symbolH.J. Lu1-2/+1
2015-10-01Create a PLT entry for R_X86_64_PC32 in non-code sectionsH.J. Lu1-3/+10
2015-09-20Add --no-dynamic-linker option to ld, for static PIE useRich Felker1-1/+1
2015-09-03Remove convert_mov_to_leaH.J. Lu1-32/+21
2015-09-01Skip PLT for function pointer initializationH.J. Lu1-10/+68
2015-08-18Return reloc_class_ifunc for reloc against IFUNCH.J. Lu1-1/+18
2015-08-18Add output_type to bfd_link_infoH.J. Lu1-49/+50
2015-08-13Issue an error for read-only segment with dynamic IFUNC relocationsH.J. Lu1-0/+9
2015-08-12Set EI_OSABI to ELFOSABI_GNU for local IFUNC symbolsH.J. Lu1-3/+7
2015-08-11Properly skip IFUNC relocations in debug sectionsH.J. Lu1-1/+1
2015-08-11Skip IFUNC relocations in debug sectionsH.J. Lu1-2/+10
2015-07-01Refactor elf_x86_64_convert_mov_to_leaH.J. Lu1-4/+9
2015-06-24Silence older GCC warningH.J. Lu1-0/+3
2015-06-24Keep .plt section and DT_PLTGOT for prelinkH.J. Lu1-8/+17
2015-06-24Don't convert R_X86_64_GOTPCREL if it will overflowH.J. Lu1-31/+144
2015-05-27Convert PLT reloc only if pointer equality isn't neededH.J. Lu1-2/+3