aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-20Skip extra relocations in .rel.plt/.rela.pltH.J. Lu1-0/+5
2015-05-16Don't generate PLT relocations for now bindingH.J. Lu1-2/+14
2015-05-12Allocate the first .plt entry space only if neededH.J. Lu1-5/+4
2015-05-10Replace input_bfd and output_bfd with abfdH.J. Lu1-8/+4
2015-04-11Replace SYMBOLIC_BIND with SYMBOL_REFERENCES_LOCALH.J. Lu1-14/+42
2015-04-10Check GOTOFF reloc against protected data on x86H.J. Lu1-6/+9
2015-04-10Add extern_protected_data and set it for x86H.J. Lu1-0/+1
2015-04-10Revert "Add extern_protected_data and set it for x86"Alan Modra1-1/+0
2015-03-31Add support for Nuxi CloudABI on x86-64Ed Schouten1-0/+15
2015-03-05Add extern_protected_data and set it for x86H.J. Lu1-0/+1
2015-02-27Convert mov to lea only if neededH.J. Lu1-2/+10
2015-02-15Set root.linker_def on _TLS_MODULE_BASE_H.J. Lu1-0/+1