309cae1f7b
PR ld/26018 * testsuite/ld-i386/i386.exp: Add a -Bsymbolic-functions test. * testsuite/ld-x86-64/x86-64.exp: Likewise. * testsuite/ld-i386/pr26018.d: New file. * testsuite/ld-x86-64/pr26018.d: Likewise. * testsuite/ld-x86-64/pr26018.s: Likewise.
16 lines
270 B
Makefile
16 lines
270 B
Makefile
#as: --64
|
|
#ld: -shared -Bsymbolic-functions -melf_x86_64
|
|
#objdump: -dw
|
|
|
|
.*: +file format .*
|
|
|
|
|
|
Disassembly of section .text:
|
|
|
|
[0-9a-f]+ <_start>:
|
|
+[a-f0-9]+: e8 00 00 00 00 callq [0-9a-f]+ <foo>
|
|
|
|
[0-9a-f]+ <foo>:
|
|
+[a-f0-9]+: c3 retq
|
|
#pass
|