aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-15Revert the last changeH.J. Lu1-5/+2
2014-01-14Don't discard relocs against __ehdr_startH.J. Lu1-2/+5
2014-01-14Revert the last changeH.J. Lu1-7/+2
2014-01-14Don't update reloc count if there are any non pc-relative relocsH.J. Lu1-2/+7
2013-12-17Default elf_backend_post_process_headers to set OSABIH.J. Lu1-2/+0
2013-11-19Re-indent elf_x86_64_section_from_shdrH.J. Lu1-4/+2
2013-11-17Add R_X86_64_PC32_BND and R_X86_64_PLT32_BNDH.J. Lu1-3/+25
2013-11-15Make room for PLT0 directlyH.J. Lu1-1/+1
2013-11-07Set CPU type in BFD backend for x86_64-nacl* and i?86-nacl* targetsRoland McGrath1-1/+19
2013-11-05Pass ignored unresolved relocations to ld backendH.J. Lu1-1/+2
2013-10-29BFD: elf64-x86-64-nacl: Correct 9-byte nop sequence used in PLT0 entry.Roland McGrath1-1/+1