Add tests for PR ld/20513
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfweak / size2b.s
index 27b89dbbe2a7f9bc89d8fa7a71b4c354a7237dea..946c838470cbca2fd96ad289c0de134af3984c91 100644 (file)
@@ -1,10 +1,14 @@
        .text
        .weak _start
+       .weak __start
        .type _start, "function"
+       .type __start, "function"
 _start:
+__start:
        .byte 0
        .byte 0
        .size _start, 2
+       .size __start, 2
 
        .weak foo
        .type foo, "function"
This page took 0.023279 seconds and 4 git commands to generate.