ld/testsuite: XFAIL pr20995-2 on aarch64*-*-elf*
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfweak / size2a.s
index 66b6d178798fa0f37fa94758365105f5863041e3..c9ad914656f73e09e6de3492fe8c931bebda6f2b 100644 (file)
@@ -1,9 +1,13 @@
        .text
        .global _start
+       .global __start
        .type _start, "function"
+       .type __start, "function"
 _start:
+__start:
        .byte 0
        .size _start, 1
+       .size __start, 1
 
        .weak foo
        .type foo, "function"
This page took 0.024655 seconds and 4 git commands to generate.