aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-29 * elf64-x86-64.c (elf_x86_64_check_tls_transition): AllowJakub Jelinek1-20/+104
2013-08-26bfd/Roland McGrath1-0/+3
2013-08-23Add get_elf_x86_64_arch_dataH.J. Lu1-4/+6
2013-06-28Handle R_X86_64_DTPOFF64H.J. Lu1-0/+5
2013-05-07bfd/elf-ifunc.c: Add header size arg to _bfd_elf_allocate_ifunc_dyn_relocs.Will Newton1-0/+1
2013-03-30Set non_ir_ref if a symbol is referenced by a non-shared objectH.J. Lu1-1/+2
2013-03-27 * elf-bfd.h (enum elf_reloc_type_class): Add reloc_class_ifunc.Alan Modra1-1/+3
2013-03-25 * elf-bfd.h (struct elf_backend_data <merge_symbol>): Update proto.Alan Modra1-28/+12
2013-02-21 * elf-bfd.h (struct core_elf_obj_tdata): New.Alan Modra1-11/+11
2013-02-11 * elfcode.h (elf_checksum_contents): Free contents.Alan Modra1-1/+1
2013-02-10 * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc.Alan Modra1-13/+1
2013-02-07Don't resolve size relocation against non-zero TLS symbolH.J. Lu1-24/+0
2013-01-18Resolve size relocation against non-zero TLS symbolH.J. Lu1-0/+24
2013-01-17Count size relocation as PC-relative relocationH.J. Lu1-1/+5
2013-01-16Update x86 size relocation checkH.J. Lu1-16/+5
2013-01-16Add x86 size relocation support to bfdH.J. Lu1-10/+54
2013-01-15Define R_X86_64_standard with R_X86_64_RELATIVE64H.J. Lu1-1/+1
2013-01-13Set bfd errror for normal and TLS symbol accessH.J. Lu1-0/+1
2012-12-21Check R_X86_64_standard for unrecognized relocationH.J. Lu1-1/+4
2012-12-21Properly adjust h->plt.refcountH.J. Lu1-1/+4
2012-12-16Don't check IFUNC relocations in elf_*_check_relocsH.J. Lu1-76/+2
2012-12-16Also check local IFUNC referencesH.J. Lu1-3/+5
2012-12-13Check local IFUNC callsH.J. Lu1-3/+29
2012-10-30Add Linux/x86_64 core support to i[3-7]86-*-linuxH.J. Lu1-2/+2
2012-10-25Replace _GLOBAL_OFFSET_TABLE_ lookup with htab->elf.hgotH.J. Lu1-7/+2
2012-09-18Ignore discarded section when converting mov to leaH.J. Lu1-2/+3
2012-09-17Replace return FALSE with abort in x86 finish_dynamic_symbolH.J. Lu1-1/+1
2012-09-02Add hdynamic to elf_link_hash_table for _DYNAMICH.J. Lu1-1/+1
2012-09-01Don't optimize relocation against _DYNAMICH.J. Lu1-1/+4