aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf64-x86-64.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-17Revert the last change to elf64-x86-64.c.H.J. Lu1-2/+0
2011-02-16Don't check relocation overflow for x32.H.J. Lu1-0/+2
2011-01-18Don't undefine elf_backend_static_tls_alignment twice.H.J. Lu1-3/+0
2011-01-18Undo Solaris damages in elf64-x86-64.c.H.J. Lu1-0/+6
2011-01-15Check invalid x32 relocations.H.J. Lu1-0/+33
2011-01-14Handle R_X86_64_32 like R_X86_64_64 for ILP32.H.J. Lu1-5/+15
2011-01-14Fix x86-64 ILP32 shared library.H.J. Lu1-12/+14
2011-01-06Handle STT_GNU_IFUNC symols when building shared library.H.J. Lu1-14/+19
2010-12-31Add elf_x86_64_relocs_compatible.H.J. Lu1-1/+12
2010-12-31Add x86-64 ILP32 support.H.J. Lu1-372/+465
2010-10-21 * elf-bfd.h (struct elf_backend_data): New memberRainer Orth1-1/+12
2010-10-01Clear non_elf on ELF linker defined symbols.H.J. Lu1-3/+10
2010-08-25Add target_id to elf_backend_data.H.J. Lu1-0/+1
2010-08-182010-08-18 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-1/+3
2010-08-13Check if .got.plt section is discarded before using it.H.J. Lu1-0/+7