Prefer object over notype symbols when disassembling
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / mips16-pic-4c.s
index 338d378d75693c165a1ac4e288143052e3bb2af1..985a7f150d574dbd36f689041923569e452c6581 100644 (file)
@@ -7,6 +7,7 @@
 
        .section .mips16.call.f2, "ax", @progbits
        .ent    __call
+       .type   __call, @function
 __call:
        la      $25,f2
        jr      $25
@@ -18,6 +19,7 @@ __call:
 
        .section .mips16.call.fp.f3, "ax", @progbits
        .ent    __call_fp
+       .type   __call_fp, @function
 __call_fp:
        la      $25,f3
        jr      $25
This page took 0.024863 seconds and 4 git commands to generate.