ld: Add the entry symbol, _main, for LynxOS targets
[external/binutils.git] / ld / testsuite / ld-elf / pr14926.s
1         .text
2         .globl main
3         .globl _main
4         .globl start
5         .globl _start
6         .globl __start
7 main:
8 _main:
9 start:
10 _start:
11 __start:
12         .byte 0