Accept mips-sgi-irix output in a few ld tests
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / start.s
index ee26ab30ac673d80a26e361dd14cd1e34cbf759b..b252f797ab5ddc4cca175141aa5c89c72cafaa99 100644 (file)
@@ -1,12 +1,17 @@
        .text
-       .globl start
+       .globl  start
+       .type   start, @function
 start:
-       .globl _start
+       .globl  _start
+       .type   _start, @function
 _start:
-       .globl __start
+       .globl  __start
+       .type   __start, @function
 __start:
-       .globl main
+       .globl  main
+       .type   main, @function
 main:
        .globl  _main
+       .type   _main, @function
 _main:
        .dc.a 0
This page took 0.024504 seconds and 4 git commands to generate.