Prefer object over notype symbols when disassembling
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / eh-frame5.s
index 741a021685dbb822583a7263d4545f201a8bb4df..cf5a11c37aba81dee47ec2774760ed014e452a55 100644 (file)
@@ -2,6 +2,7 @@
        .cfi_personality 0x0,local_pers
        .cfi_lsda 0x0,LSDA
        .ent    f1
+       .type   f1, @function
 f1:
        nop
        .end    f1
@@ -11,6 +12,7 @@ f1:
        .cfi_personality 0x0,hidden_pers
        .cfi_lsda 0x0,LSDA
        .ent    f2
+       .type   f2, @function
 f2:
        nop
        .end    f2
@@ -20,6 +22,7 @@ f2:
        .cfi_personality 0x0,global_pers
        .cfi_lsda 0x0,LSDA
        .ent    f3
+       .type   f3, @function
 f3:
        nop
        .end    f3
@@ -29,6 +32,7 @@ f3:
        .cfi_personality 0x0,extern_pers
        .cfi_lsda 0x0,LSDA
        .ent    f4
+       .type   f4, @function
 f4:
        nop
        .end    f4
@@ -38,6 +42,7 @@ f4:
        .cfi_personality 0x80,local_indirect_ptr
        .cfi_lsda 0x0,LSDA
        .ent    f5
+       .type   f5, @function
 f5:
        nop
        .end    f5
@@ -47,6 +52,7 @@ f5:
        .cfi_personality 0x80,hidden_indirect_ptr
        .cfi_lsda 0x0,LSDA
        .ent    f6
+       .type   f6, @function
 f6:
        nop
        .end    f6
@@ -56,6 +62,7 @@ f6:
        .cfi_personality 0x80,global_indirect_ptr
        .cfi_lsda 0x0,LSDA
        .ent    f7
+       .type   f7, @function
 f7:
        nop
        .end    f7
@@ -65,6 +72,7 @@ f7:
        .cfi_personality 0x80,extern_indirect_ptr
        .cfi_lsda 0x0,LSDA
        .ent    f8
+       .type   f8, @function
 f8:
        nop
        .end    f8
@@ -72,6 +80,7 @@ f8:
 
 
        .ent    local_pers
+       .type   local_pers, @function
 local_pers:
        nop
        .end    local_pers
@@ -79,12 +88,14 @@ local_pers:
        .globl  hidden_pers
        .hidden hidden_pers
        .ent    hidden_pers
+       .type   hidden_pers, @function
 hidden_pers:
        nop
        .end    hidden_pers
 
        .globl  global_pers
        .ent    global_pers
+       .type   global_pers, @function
 global_pers:
        nop
        .end    global_pers
This page took 0.025528 seconds and 4 git commands to generate.