aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-12Add R_X86_64_RELATIVE64 and handle R_X86_64_64 for x32.H.J. Lu1-0/+21
2011-08-01Check R_X86_64_32 overflow and allow R_X86_64_64 for x32.H.J. Lu1-17/+33
2011-07-22Add initial Intel K1OM support.H.J. Lu1-0/+50
2011-07-05Always elf_backend_post_process_headers to _bfd_elf_set_osabi.H.J. Lu1-11/+0
2011-06-25Properly define elf_backend_post_process_headers.H.J. Lu1-4/+5
2011-06-25bfd/Jan Kratochvil1-0/+1
2011-06-20 PR ld/12570Jakub Jelinek1-0/+94
2011-06-19Fix misc x32 bugs.H.J. Lu1-0/+3
2011-06-16Suport x32 gcore.H.J. Lu1-0/+101
2011-06-16Support x32 core dump.H.J. Lu1-0/+22
2011-06-13 * linker.c (bfd_link_hash_traverse): Follow warning symbol link.Alan Modra1-5/+0
2011-06-09Allow building x32 DSO from x86-64 object file.H.J. Lu1-0/+7
2011-06-01Properly warn relocation in readonly section in a shared object.H.J. Lu1-2/+2