Prefer object over notype symbols when disassembling
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / eh-frame5.s
1 .cfi_startproc
2 .cfi_personality 0x0,local_pers
3 .cfi_lsda 0x0,LSDA
4 .ent f1
5 .type f1, @function
6 f1:
7 nop
8 .end f1
9 .cfi_endproc
10
11 .cfi_startproc
12 .cfi_personality 0x0,hidden_pers
13 .cfi_lsda 0x0,LSDA
14 .ent f2
15 .type f2, @function
16 f2:
17 nop
18 .end f2
19 .cfi_endproc
20
21 .cfi_startproc
22 .cfi_personality 0x0,global_pers
23 .cfi_lsda 0x0,LSDA
24 .ent f3
25 .type f3, @function
26 f3:
27 nop
28 .end f3
29 .cfi_endproc
30
31 .cfi_startproc
32 .cfi_personality 0x0,extern_pers
33 .cfi_lsda 0x0,LSDA
34 .ent f4
35 .type f4, @function
36 f4:
37 nop
38 .end f4
39 .cfi_endproc
40
41 .cfi_startproc
42 .cfi_personality 0x80,local_indirect_ptr
43 .cfi_lsda 0x0,LSDA
44 .ent f5
45 .type f5, @function
46 f5:
47 nop
48 .end f5
49 .cfi_endproc
50
51 .cfi_startproc
52 .cfi_personality 0x80,hidden_indirect_ptr
53 .cfi_lsda 0x0,LSDA
54 .ent f6
55 .type f6, @function
56 f6:
57 nop
58 .end f6
59 .cfi_endproc
60
61 .cfi_startproc
62 .cfi_personality 0x80,global_indirect_ptr
63 .cfi_lsda 0x0,LSDA
64 .ent f7
65 .type f7, @function
66 f7:
67 nop
68 .end f7
69 .cfi_endproc
70
71 .cfi_startproc
72 .cfi_personality 0x80,extern_indirect_ptr
73 .cfi_lsda 0x0,LSDA
74 .ent f8
75 .type f8, @function
76 f8:
77 nop
78 .end f8
79 .cfi_endproc
80
81
82 .ent local_pers
83 .type local_pers, @function
84 local_pers:
85 nop
86 .end local_pers
87
88 .globl hidden_pers
89 .hidden hidden_pers
90 .ent hidden_pers
91 .type hidden_pers, @function
92 hidden_pers:
93 nop
94 .end hidden_pers
95
96 .globl global_pers
97 .ent global_pers
98 .type global_pers, @function
99 global_pers:
100 nop
101 .end global_pers
102
103 .section .data,"aw",@progbits
104
105 local_indirect_ptr:
106 .4byte pers1
107
108 .globl hidden_indirect_ptr
109 .hidden hidden_indirect_ptr
110 hidden_indirect_ptr:
111 .4byte pers2
112
113 .globl global_indirect_ptr
114 global_indirect_ptr:
115 .4byte pers3
116
117 LSDA:
118 .4byte 0
This page took 0.035903 seconds and 4 git commands to generate.