aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-09Avoid incrementing uninitialized variableEd Maste1-1/+1
2015-02-07Issue relocation in RO section warning for -z textH.J. Lu1-4/+6
2015-01-19Fallout from recent bfd_reloc_outofrange changesAlan Modra1-1/+1
2015-01-15Don't complain about -fPIC for undefined symbolH.J. Lu1-3/+10
2015-01-11Only discard space for pc-relative relocs symbolsH.J. Lu1-3/+13
2015-01-06Skip unknown relocationH.J. Lu1-1/+2
2015-01-05Return NULL on corrupt inputH.J. Lu1-0/+3
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-22More fixes for memory access violations exposed by fuzzed binaries.Nick Clifton1-1/+1
2014-12-13Handle weak alias for PIE with copy relocH.J. Lu1-7/+20
2014-12-12Copy relocations against protected symbolsAlan Modra1-1/+1
2014-12-05Define bfd_elf32_get_synthetic_symtab for x32H.J. Lu1-0/+2
2014-12-04Add _bfd_elf_ifunc_get_synthetic_symtabH.J. Lu1-161/+74
2014-12-03Reformat elf_x86_64_create_dynamic_sectionsH.J. Lu1-2/+1
2014-12-02Check info->executable for symbols which need copy relocsH.J. Lu1-2/+3
2014-12-02Discard space for relocs against symbols with copy relocsH.J. Lu1-15/+21
2014-12-02X86-64: Allow copy relocs for building PIEH.J. Lu1-11/+35
2014-11-25Optimize out i386/x86-64 JUMP_SLOT relocationH.J. Lu1-40/+199
2014-11-23Assert size of elf_x86_64_{bnd|legacy}_plt2_entryH.J. Lu1-16/+5
2014-11-22Check branch displacement overflow in x86-64 PLT entryH.J. Lu1-2/+10
2014-11-21Optimize PC-relative offset overflow checkH.J. Lu1-6/+2
2014-11-18Check PC-relative offset overflow in PLT entryH.J. Lu1-8/+19
2014-11-18Add -z bndplt to generate BND prefix in PLT entriesIgor Zamyatin1-6/+7
2014-11-13Add assembler support for @gotpltH.J. Lu1-16/+1
2014-11-07X32: Add REX prefix to encode R_X86_64_GOTTPOFFH.J. Lu1-6/+16
2014-10-16Fix 17492, ld segfault with --oformat=binaryAlan Modra1-3/+4
2014-10-14Convert mov to lea only if r_offset >= 2H.J. Lu1-0/+2
2014-08-27Use bfd_is_abs_section to check discarded input sectionH.J. Lu1-1/+1
2014-07-16Match PLT entry only for ELFOSABI_GNU inputH.J. Lu1-0/+8
2014-07-16Properly match PLT entry against .got.plt relocationH.J. Lu1-9/+80
2014-06-13Free linker hash table from bfd_close.Alan Modra1-5/+5
2014-06-13Don't call bfd_link_hash_table_freeAlan Modra1-4/+1
2014-06-13Move link_hash_table_free functions earlierAlan Modra1-15/+15
2014-06-13Make bfd.link_next field a unionAlan Modra1-1/+1
2014-05-02bfd target vector rationalisationAlan Modra1-10/+10
2014-03-05Update copyright yearsAlan Modra1-3/+1
2014-02-19Create the second PLT for BND relocationsH.J. Lu1-37/+416