x86: Properly handle PLT expression in directive
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / plt2.s
CommitLineData
f604c2a2
L
1 .text
2 .globl _start
3 .type _start,@function
4_start:
5 call fn1
6 call fn2
7 cmpl $fn1, 4(%esp)
This page took 0.10545 seconds and 4 git commands to generate.