binutils-gdb/ld/testsuite/ld-x86-64/pr26018.s
H.J. Lu 309cae1f7b ld: Add -Bsymbolic-functions tests
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.
2020-05-23 20:56:31 -07:00

8 lines
82 B
ArmAsm

.global _start, foo
.type foo, %function
.text
_start:
call foo@PLT
foo:
ret