Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-s390 / pltoffset-1.s
CommitLineData
161db279
AK
1 .file "hello.c"
2.text
3 .align 8
4.globl main
5 .type main, @function
6main:
7 brasl %r5,foo@PLT
8 br %r4
9 .size main, .-main
10
11.globl foo
12foo: .long 123
This page took 0.194411 seconds and 4 git commands to generate.