ld: Add the entry symbol, _main, for LynxOS targets
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / linkonce1b.s
index fd45cec540807f1ead460d3e13b027a43dd7fa1f..266b4843e940c12ce13b4f8498f1282a0172a287 100644 (file)
@@ -1,9 +1,11 @@
        .globl main
+       .globl _main
        .globl start
        .globl _start
        .globl __start
        .text
 main:
+_main:
 start:
 _start:
 __start:
This page took 0.023792 seconds and 4 git commands to generate.