Prefer object over notype symbols when disassembling
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / pic-and-nonpic-3b.s
index 571c774cdf7d578f2f2e08b8e512a122bfe14b0f..2a9ad89dee62783e22ee3248fa172bdebf6d2cc4 100644 (file)
@@ -1,6 +1,7 @@
        .abicalls
        .option pic0
        .global __start
+       .type   __start, @function
        .ent    __start
 __start:
        jal     foo
@@ -8,6 +9,7 @@ __start:
        .end    __start
 
        .global ext
+       .type   ext, @function
        .ent    ext
 ext:
        lui     $gp,%hi(__gnu_local_gp)
This page took 0.023142 seconds and 4 git commands to generate.