update copyright dates
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / empty.s
index 3176f66d9d4d161f68ebc57d9fe753bdcce876a1..8c2d0e69f0b3a995044709cfd37bca2391d19eba 100644 (file)
@@ -1,10 +1,16 @@
        .section .bss
 bar:
        .text
+       .type start,"function"
+       .global start
+start:
        .type _start,"function"
        .global _start
 _start:
        .type __start,"function"
        .global __start
 __start:
+       .type main,"function"
+       .global main
+main:
        .long 0
This page took 0.025573 seconds and 4 git commands to generate.