aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-arm/long-plt-format.s
blob: bb0c3a22958b0d81f316803c388e6d81bbed030c (plain)
1
2
3
4
5
6
7
	.globl	_start
	.type	_start,%function
	.globl foo
_start:
	bl foo(PLT)
	.size	_start,.-_start