Prefer object over notype symbols when disassembling
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / eh-frame5.s
CommitLineData
18e04883
RS
1 .cfi_startproc
2 .cfi_personality 0x0,local_pers
3 .cfi_lsda 0x0,LSDA
4 .ent f1
660df28a 5 .type f1, @function
18e04883
RS
6f1:
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
660df28a 15 .type f2, @function
18e04883
RS
16f2:
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
660df28a 25 .type f3, @function
18e04883
RS
26f3:
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
660df28a 35 .type f4, @function
18e04883
RS
36f4:
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
660df28a 45 .type f5, @function
18e04883
RS
46f5:
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
660df28a 55 .type f6, @function
18e04883
RS
56f6:
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
660df28a 65 .type f7, @function
18e04883
RS
66f7:
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
660df28a 75 .type f8, @function
18e04883
RS
76f8:
77 nop
78 .end f8
79 .cfi_endproc
80
81
82 .ent local_pers
660df28a 83 .type local_pers, @function
18e04883
RS
84local_pers:
85 nop
86 .end local_pers
87
88 .globl hidden_pers
89 .hidden hidden_pers
90 .ent hidden_pers
660df28a 91 .type hidden_pers, @function
18e04883
RS
92hidden_pers:
93 nop
94 .end hidden_pers
95
96 .globl global_pers
97 .ent global_pers
660df28a 98 .type global_pers, @function
18e04883
RS
99global_pers:
100 nop
101 .end global_pers
102
103 .section .data,"aw",@progbits
104
105local_indirect_ptr:
106 .4byte pers1
107
108 .globl hidden_indirect_ptr
109 .hidden hidden_indirect_ptr
110hidden_indirect_ptr:
111 .4byte pers2
112
113 .globl global_indirect_ptr
114global_indirect_ptr:
115 .4byte pers3
116
117LSDA:
118 .4byte 0
This page took 0.507171 seconds and 4 git commands to generate.