Prefer object over notype symbols when disassembling
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / relax-jalr.s
index ba7ea1a04ddd2fe4a9bb5237ea7d4702f55565f4..b8478faef027273e6a96e976232e0e6df30e1dc7 100644 (file)
@@ -1,6 +1,7 @@
-.globl __start
+ .globl __start
+ .type __start, @function
        .space 8
-.ent __start
+ .ent __start
 __start:
 .Lstart:
        .space 16
@@ -9,7 +10,7 @@ __start:
         jal __start
        .space 64
        jal .Lstart
-.end __start
+ .end __start
 
 # make objdump print ...
        .space 8
This page took 0.042319 seconds and 4 git commands to generate.