aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-s390/pltoffset-1.s
blob: 4c81523387785f188630d0d620decceaa0cddb8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
	.file	"hello.c"
.text
	.align	8
.globl main
	.type	main, @function
main:
	brasl	%r5,foo@PLT
	br	%r4
	.size	main, .-main

.globl foo
foo:	.long	123