aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/simple.c
AgeCommit message (Collapse)AuthorFilesLines
2011-06-09Allow building x32 DSO from x86-64 object file.H.J. Lu1-0/+5
bfd/ 2011-06-08 H.J. Lu <hongjiu.lu@intel.com> * elf64-x86-64.c (elf_x86_64_check_relocs): Allow R_X86_64_64 relocations in SEC_DEBUGGING sections when building shared libraries. ld/testsuite/ 2011-06-08 H.J. Lu <hongjiu.lu@intel.com> * ld-x86-64/simple.c: New. * ld-x86-64/x86-64-x32.rd: Likewise. * ld-x86-64/x86-64.exp: Check building x32 DSO from x86-64 object file.