ld: Add the entry symbol, _main, for LynxOS targets
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / exclude3.s
index 475088fd9dc174b340480b8093f4fded2d860180..e32ad4763cd6957a8fc87f6ea5082636eeda24df 100644 (file)
@@ -11,6 +11,9 @@ __start:
        .type main,"function"
        .global main
 main:
+       .type _main,"function"
+       .global _main
+_main:
        .long 0
        .section .foo1,"e", %progbits
        .byte 0,0,0,0
This page took 0.037828 seconds and 4 git commands to generate.