ld: Add the entry symbol, _main, for LynxOS targets
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / empty.s
index 8c2d0e69f0b3a995044709cfd37bca2391d19eba..059f208ad003163bd3e57d584e9e3a19941fbcd8 100644 (file)
@@ -13,4 +13,7 @@ __start:
        .type main,"function"
        .global main
 main:
+       .type _main,"function"
+       .global _main
+_main:
        .long 0
This page took 0.031939 seconds and 4 git commands to generate.