diff options
Diffstat (limited to 'ld/testsuite/ld-ifunc/ifunc-18b-x86-64.d')
-rw-r--r-- | ld/testsuite/ld-ifunc/ifunc-18b-x86-64.d | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ld/testsuite/ld-ifunc/ifunc-18b-x86-64.d b/ld/testsuite/ld-ifunc/ifunc-18b-x86-64.d new file mode 100644 index 0000000000..8dfebfb8e9 --- /dev/null +++ b/ld/testsuite/ld-ifunc/ifunc-18b-x86-64.d @@ -0,0 +1,15 @@ +#source: ifunc-18b.s +#source: ifunc-18a.s +#as: --64 +#ld: -shared -melf_x86_64 -z nocombreloc +#readelf: -r --wide +#target: x86_64-*-* + +Relocation section '.rela.ifunc' at .* +[ ]+Offset[ ]+Info[ ]+Type[ ]+.* +[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_X86_64_IRELATIVE[ ]+[0-9a-f]* + +Relocation section '.rela.plt' at .* +[ ]+Offset[ ]+Info[ ]+Type[ ]+.* +[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_X86_64_IRELATIVE[ ]+[0-9a-f]* +[0-9a-f]+[ ]+[0-9a-f]+[ ]+R_X86_64_IRELATIVE[ ]+[0-9a-f]* |