ld: Add the entry symbol, _main, for LynxOS targets
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / orphan3a.s
index bc3023be34c94ab90755508ed83905ea9a935af0..3131b1a157fd6df26508ee57199d66499197d188 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.023514 seconds and 4 git commands to generate.