Remove dead code in bfd_check_format_matches
[binutils-gdb.git] / ld / testsuite / ld-s390 / pltoffset-1.s
blob4c81523387785f188630d0d620decceaa0cddb8f
1 .file "hello.c"
2 .text
3 .align 8
4 .globl main
5 .type main, @function
6 main:
7 brasl %r5,foo@PLT
8 br %r4
9 .size main, .-main
11 .globl foo
12 foo: .long 123