Automatic date update in version.in
[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.060818 seconds and 4 git commands to generate.