Browse Source
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.binutils-2_22-branch
6 changed files with 54 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||
int |
|||
foo (int x) |
|||
{ |
|||
return x * 4; |
|||
} |
|||
@ -0,0 +1,5 @@ |
|||
Symbol table '\.dynsym' contains [0-9]+ entries: |
|||
+Num: +Value +Size Type +Bind +Vis +Ndx Name |
|||
#... |
|||
+[0-9]+: +[0-9a-f]+ +[0-9a-f]+ +FUNC +GLOBAL +DEFAULT +[0-9]+ +foo |
|||
#... |
|||
Loading…
Reference in new issue