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