* ld-elf/extract-symbol-1sec.d: Expect to fail for the RX target.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / start.s
index f4c8af64e9e2ec934558ab8b203183703de749e0..d8655bef05cc72058f1decaa8bafff3ccbe5fee2 100644 (file)
@@ -1,4 +1,10 @@
        .text
+       .global start   /* Used by SH targets.  */
+start:
        .global _start
 _start:
-       .long 0
+       .global __start
+__start:
+       .global main    /* Used by HPPA targets.  */
+main:
+       .dc.a 0
This page took 0.023995 seconds and 4 git commands to generate.