Use better test for usable compiler in ld testsuite.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / nogot1.s
CommitLineData
a7b16ceb
L
1 .type bar, @function
2bar:
3 ret
4 .size bar, .-bar
5.globl foo
6 .type foo, @function
7foo:
a2ae814f 8 leal bar, %eax
a7b16ceb
L
9 ret
10 .size foo, .-foo
This page took 0.393121 seconds and 4 git commands to generate.