daily update
[external/binutils.git] / ld / testsuite / ld-i386 / vxworks1.s
1         .text
2         .globl  _start
3         .type   _start,@function
4 _start:
5         call    foo@plt
6         call    sexternal@plt
7         jmp     sglobal@plt
8         .size   _start, .-_start
9
10         .globl  sexternal
11         .type   sexternal,@function
12 sexternal:
13         ret
14         .size   sexternal, .-sexternal