aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-31Convert mov to lea in size_dynamic_sectionsH.J. Lu1-16/+147
2012-08-31Convert mov to lea for loading local function addressH.J. Lu1-0/+16
2012-06-29Return FALSE on unresolvable relocationH.J. Lu1-7/+10
2012-06-29 * section.c (bfd_get_linker_section): New function.Alan Modra1-4/+4
2012-05-25Don't use dynamic_sec_flags on PLT .eh_frame sectionH.J. Lu1-5/+4
2012-05-25 PR ld/13909Alan Modra1-14/+24
2012-05-22Revert the change for PR ld/r13909H.J. Lu1-2/+1
2012-05-22Create PLT eh_frame section if there is .eh_frame sectionH.J. Lu1-1/+2
2012-05-22Always create PLT eh_frame section for i386/x86-64H.J. Lu1-3/+5
2012-05-18Don't make _DYNAMIC/_GLOBAL_OFFSET_TABLE_ absoluteH.J. Lu1-8/+1
2012-05-11Use int and bfd_signed_vma in x32 addend overflow checkH.J. Lu1-3/+3
2012-05-10Display signed hex number in x32 addend overflow checkH.J. Lu1-8/+17
2012-05-10Count R_X86_64_RELATIVE64 as reloc_class_relativeH.J. Lu1-0/+1
2012-05-10Check 64-bit relocation addend overflow for x32H.J. Lu1-0/+21
2012-05-07 * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Handle compoundMaciej W. Rozycki1-1/+1
2012-04-24 PR ld/13991Alan Modra1-3/+2
2012-04-17* elf64-x86-64.c (elf_x86_64_nacl_plt0_entry): Fix nop paddingRoland McGrath1-3/+6
2012-04-03bfd/Roland McGrath1-3/+11
2012-03-20Handle relocation against protected function for -BsymbolicH.J. Lu1-1/+2
2012-03-16bfd/Roland McGrath1-26/+196
2012-03-15 * elf64-x86-64.c (elf_x86_64_create_dynamic_sections): UseRoland McGrath1-4/+6
2012-03-15 * elf64-x86-64.c (struct elf_x86_64_backend_data): New type.Roland McGrath1-65/+136
2012-03-13 * elf-m10300.c (_bfd_mn10300_elf_adjust_dynamic_symbol): Don't errorAlan Modra1-8/+1
2012-03-09Restore R_386_IRELATIVE and R_X86_64_IRELATIVEH.J. Lu1-7/+5
2012-03-06 * elf64-x86-64.c (elf_x86_64_relocate_section): For R_X86_64_RELATIVEJakub Jelinek1-2/+2
2012-01-10Remove ABI_64_P check on R_X86_64_PCXXH.J. Lu1-1/+0
2012-01-05bfd/Jan Kratochvil1-17/+12
2011-12-15Set the default x32 interpreter to "/lib/ldx32.so.1"H.J. Lu1-1/+1
2011-10-21Replace IRELATIVE relocations with RELATIVE in .rel.dyn.H.J. Lu1-5/+7
2011-10-21Fix a typo in comments.H.J. Lu1-1/+1
2011-10-21Put IRELATIVE relocations after JUMP_SLOT.H.J. Lu1-18/+36
2011-10-19 * elf32-i386.c (i386_opcode16): Delete.Alan Modra1-28/+11
2011-10-19 PR ld/13177Alan Modra1-1/+3