ld: Add the entry symbol, _main, for LynxOS targets
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / start.s
index d8655bef05cc72058f1decaa8bafff3ccbe5fee2..4d8239479a6c67195d66cc1c2ac646674de85e4a 100644 (file)
@@ -7,4 +7,6 @@ _start:
 __start:
        .global main    /* Used by HPPA targets.  */
 main:
+       .globl  _main   /* Used by LynxOS targets.  */
+_main:
        .dc.a 0
This page took 0.022994 seconds and 4 git commands to generate.