Browse Source
At least, not in the GOT. R_PPC64_RELATIVE is fine for powerpc64 in the .opd section. PR 22269 * testsuite/ld-elf/pr22269-1.rd: Look for GOT section NONE and RELATIVE relocs. * testsuite/ld-elf/shared.exp (pr22269-1): Give test a better name. Use -z nocombreloc.gdb-9-branch
3 changed files with 14 additions and 4 deletions
@ -1,5 +1,7 @@ |
|||
# NONE relocs are not needed in a PIE. |
|||
# There should not be any NONE or RELATIVE relocs for foo |
|||
#failif |
|||
#... |
|||
[0-9a-f]+ +[0-9a-f]+ +R_.*_NONE.* |
|||
Relocation section '\.rela?\.got' .* |
|||
Offset +Info +Type .* |
|||
[0-9a-f]+ +[0-9a-f]+ +R_.*_(NONE|RELATIVE).* |
|||
#pass |
|||
|
|||
Loading…
Reference in new issue