aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-26Handle R_X86_64_TPOFF64 in executable.H.J. Lu1-0/+1
2011-05-01 PR ld/12718Alan Modra1-1/+3
2011-04-30Correct parameter names for elf_x86_64_merge_symbol.H.J. Lu1-6/+6
2011-04-23Warn relocation in readonly section in a shared object.H.J. Lu1-1/+12
2011-04-21Skip local IFUNC symbols when checking dynamic relocs in read-only sections.H.J. Lu1-0/+4
2011-04-21Return false on dynamic symbol error.H.J. Lu1-1/+1
2011-04-11 PR 10549Nick Clifton1-2/+3
2011-04-09Update copyright year.H.J. Lu1-1/+2
2011-04-09Revert the accidental checkin.H.J. Lu1-1/+1
2011-04-09Return relocation error on unsupported relocation.H.J. Lu1-2/+7
2011-03-12Support TLS x32 GD->IE, GD->LE and LD->LE transitions.H.J. Lu1-20/+64
2011-03-062011-03-06 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+2
2011-03-042011-03-03 Michael Snyder <msnyder@vmware.com>Michael Snyder1-12/+0
2011-03-03Supprt TLS x32 IE->LE transition.H.J. Lu1-8/+30