ld: Add --export-dynamic-symbol and --export-dynamic-symbol-list
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / init0.s
index 68281d226ad7c86bc40d304c51852f31531ae0f1..d7e6e1a2c60bcd23a3f8d3151daaa23fe0a39043 100644 (file)
@@ -7,9 +7,11 @@ _start:
 __start:
        .global main    /* Used by HPPA targets.  */
 main:
+       .globl  _main   /* Used by LynxOS targets.  */
+_main:
        .dc.a 0
 
-       .section .init
+       .section .init, "a"
        .p2align 2
        .global foo
        .type   foo,%function
This page took 0.023312 seconds and 4 git commands to generate.