File tree Expand file tree Collapse file tree 12 files changed +74
-1
lines changed Expand file tree Collapse file tree 12 files changed +74
-1
lines changed Original file line number Diff line number Diff line change
1
+ .cfi_sections .debug_frame
2
+
1
3
.section .text .__basepri_max_cm7_r0p1
2
4
.global __basepri_max_cm7_r0p1
3
5
.syntax unified
4
6
.thumb_func
7
+ .cfi_startproc
5
8
__basepri_max_cm7_r0p1:
6
9
mrs r1, PRIMASK
7
10
cpsid i
@@ -11,12 +14,14 @@ __basepri_max_cm7_r0p1:
11
14
bxne lr
12
15
cpsie i
13
16
bx lr
17
+ .cfi_endproc
14
18
.size __basepri_max_cm7_r0p1, . - __basepri_max_cm7_r0p1
15
19
16
20
.section .text .__basepri_w_cm7_r0p1
17
21
.global __basepri_w_cm7_r0p1
18
22
.syntax unified
19
23
.thumb_func
24
+ .cfi_startproc
20
25
__basepri_w_cm7_r0p1:
21
26
mrs r1, PRIMASK
22
27
cpsid i
@@ -26,4 +31,5 @@ __basepri_w_cm7_r0p1:
26
31
bxne lr
27
32
cpsie i
28
33
bx lr
34
+ .cfi_endproc
29
35
.size __basepri_w_cm7_r0p1, . - __basepri_w_cm7_r0p1
Original file line number Diff line number Diff line change
1
+ .cfi_sections .debug_frame
2
+
1
3
.section .text .__basepri_max
2
4
.global __basepri_max
3
5
.thumb_func
6
+ .cfi_startproc
4
7
__basepri_max:
5
8
msr BASEPRI_MAX, r0
6
9
bx lr
10
+ .cfi_endproc
7
11
.size __basepri_max, . - __basepri_max
8
12
9
13
.section .text .__basepri_r
10
14
.global __basepri_r
11
15
.thumb_func
16
+ .cfi_startproc
12
17
__basepri_r:
13
18
mrs r0, BASEPRI
14
19
bx lr
20
+ .cfi_endproc
15
21
.size __basepri_r, . - __basepri_r
16
22
17
23
.section .text .__basepri_w
18
24
.global __basepri_w
19
25
.thumb_func
26
+ .cfi_startproc
20
27
__basepri_w:
21
28
msr BASEPRI, r0
22
29
bx lr
30
+ .cfi_endproc
23
31
.size __basepri_w, . - __basepri_w
24
32
25
33
.section .text .__faultmask
26
34
.global __faultmask
27
35
.thumb_func
36
+ .cfi_startproc
28
37
__faultmask:
29
38
mrs r0, FAULTMASK
30
39
bx lr
40
+ .cfi_endproc
31
41
.size __faultmask, . - __faultmask
Original file line number Diff line number Diff line change
1
+
2
+ .cfi_sections .debug_frame
3
+
1
4
.section .text .__msplim_r
2
5
.global __msplim_r
3
6
.thumb_func
7
+ .cfi_startproc
4
8
__msplim_r:
5
9
mrs r0, MSPLIM
6
10
bx lr
11
+ .cfi_endproc
7
12
.size __msplim_r, . - __msplim_r
8
13
9
14
.section .text .__msplim_w
10
15
.global __msplim_w
11
16
.thumb_func
17
+ .cfi_startproc
12
18
__msplim_w:
13
19
msr MSPLIM, r0
14
20
bx lr
21
+ .cfi_endproc
15
22
.size __msplim_w, . - __msplim_w
16
23
17
24
.section .text .__psplim_r
18
25
.global __psplim_r
19
26
.thumb_func
27
+ .cfi_startproc
20
28
__psplim_r:
21
29
mrs r0, PSPLIM
22
30
bx lr
31
+ .cfi_endproc
23
32
.size __psplim_r, . - __psplim_r
24
33
25
34
.section .text .__psplim_w
26
35
.global __psplim_w
27
36
.thumb_func
37
+ .cfi_startproc
28
38
__psplim_w:
29
39
msr PSPLIM, r0
30
40
bx lr
41
+ .cfi_endproc
31
42
.size __psplim_w, . - __psplim_w
32
43
Original file line number Diff line number Diff line change
1
+ .cfi_sections .debug_frame
2
+
1
3
.section .text .__tt
2
4
.global __tt
3
5
.thumb_func
6
+ .cfi_startproc
4
7
__tt:
5
8
tt r0, r0
6
9
bx lr
10
+ .cfi_endproc
7
11
.size __tt, . - __tt
8
12
9
13
.section .text .__ttt
10
14
.global __ttt
11
15
.thumb_func
16
+ .cfi_startproc
12
17
__ttt:
13
18
ttt r0, r0
14
19
bx lr
20
+ .cfi_endproc
15
21
.size __ttt, . - __ttt
16
22
17
23
.section .text .__tta
18
24
.global __tta
19
25
.thumb_func
26
+ .cfi_startproc
20
27
__tta:
21
28
tta r0, r0
22
29
bx lr
30
+ .cfi_endproc
23
31
.size __tta, . - __tta
24
32
25
33
26
34
.section .text .__ttat
27
35
.global __ttat
28
36
.thumb_func
37
+ .cfi_startproc
29
38
__ttat:
30
39
ttat r0, r0
31
40
bx lr
41
+ .cfi_endproc
32
42
.size __ttat, . - __ttat
Original file line number Diff line number Diff line change
1
+ .cfi_sections .debug_frame
2
+
1
3
.section .text .__bkpt
2
4
.global __bkpt
3
5
.thumb_func
6
+ .cfi_startproc
4
7
__bkpt:
5
8
bkpt
6
9
bx lr
10
+ .cfi_endproc
7
11
.size __bkpt, . - __bkpt
8
12
9
13
.section .text .__control_r
10
14
.global __control_r
11
15
.thumb_func
16
+ .cfi_startproc
12
17
__control_r:
13
18
mrs r0, CONTROL
14
19
bx lr
20
+ .cfi_endproc
15
21
.size __control_r, . - __control_r
16
22
17
23
.section .text .__control_w
18
24
.global __control_w
19
25
.thumb_func
26
+ .cfi_startproc
20
27
__control_w:
21
28
msr CONTROL, r0
22
29
bx lr
30
+ .cfi_endproc
23
31
.size __control_w, . - __control_w
24
32
25
33
26
34
.section .text .__cpsid
27
35
.global __cpsid
28
36
.thumb_func
37
+ .cfi_startproc
29
38
__cpsid:
30
39
cpsid i
31
40
bx lr
41
+ .cfi_endproc
32
42
.size __cpsid, . - __cpsid
33
43
34
44
.section .text .__cpsie
35
45
.global __cpsie
36
46
.thumb_func
47
+ .cfi_startproc
37
48
__cpsie:
38
49
cpsie i
39
50
bx lr
51
+ .cfi_endproc
40
52
.size __cpsie, . - __cpsie
41
53
42
54
.section .text .__delay
43
55
.global __delay
44
56
.syntax unified
45
57
.thumb_func
58
+ .cfi_startproc
46
59
__delay:
47
60
1:
48
61
nop
49
62
subs r0, #1
50
63
bne 1b // Branch to 1 instead of __delay does not generate R_ARM_THM_JUMP8 relocation, which breaks linking on the thumbv6m-none-eabi target
51
64
bx lr
65
+ .cfi_endproc
52
66
.size __delay, . - __delay
53
67
54
68
.section .text .__dmb
55
69
.global __dmb
56
70
.thumb_func
71
+ .cfi_startproc
57
72
__dmb:
58
73
dmb 0xF
59
74
bx lr
75
+ .cfi_endproc
60
76
.size __dmb, . - __dmb
61
77
62
78
.section .text .__dsb
63
79
.global __dsb
64
80
.thumb_func
81
+ .cfi_startproc
65
82
__dsb:
66
83
dsb 0xF
67
84
bx lr
85
+ .cfi_endproc
68
86
.size __dsb, . - __dsb
69
87
70
88
.section .text .__isb
71
89
.global __isb
72
90
.thumb_func
91
+ .cfi_startproc
73
92
__isb:
74
93
isb 0xF
75
94
bx lr
95
+ .cfi_endproc
76
96
.size __isb, . - __isb
77
97
78
98
.section .text .__msp_r
79
99
.global __msp_r
80
100
.thumb_func
101
+ .cfi_startproc
81
102
__msp_r:
82
103
mrs r0, MSP
83
104
bx lr
105
+ .cfi_endproc
84
106
.size __msp_r, . - __msp_r
85
107
86
108
.section .text .__msp_w
@@ -94,24 +116,30 @@ __msp_w:
94
116
.section .text .__nop
95
117
.global __nop
96
118
.thumb_func
119
+ .cfi_startproc
97
120
__nop:
98
121
bx lr
122
+ .cfi_endproc
99
123
.size __nop, . - __nop
100
124
101
125
.section .text .__primask
102
126
.global __primask
103
127
.thumb_func
128
+ .cfi_startproc
104
129
__primask:
105
130
mrs r0, PRIMASK
106
131
bx lr
132
+ .cfi_endproc
107
133
.size __primask, . - __primask
108
134
109
135
.section .text .__psp_r
110
136
.global __psp_r
111
137
.thumb_func
138
+ .cfi_startproc
112
139
__psp_r:
113
140
mrs r0, PSP
114
141
bx lr
142
+ .cfi_endproc
115
143
.size __psp_r, . - __psp_r
116
144
117
145
.section .text .__psp_w
@@ -125,32 +153,40 @@ __psp_w:
125
153
.section .text .__sev
126
154
.global __sev
127
155
.thumb_func
156
+ .cfi_startproc
128
157
__sev:
129
158
sev
130
159
bx lr
160
+ .cfi_endproc
131
161
.size __sev, . - __sev
132
162
133
163
134
164
.section .text .__udf
135
165
.global __udf
136
166
.thumb_func
167
+ .cfi_startproc
137
168
__udf:
138
169
udf
170
+ .cfi_endproc
139
171
.size __udf, . - __udf
140
172
141
173
.section .text .__wfe
142
174
.global __wfe
143
175
.thumb_func
176
+ .cfi_startproc
144
177
__wfe:
145
178
wfe
146
179
bx lr
180
+ .cfi_endproc
147
181
.size __wfe, . - __wfe
148
182
149
183
150
184
.section .text .__wfi
151
185
.global __wfi
152
186
.thumb_func
187
+ .cfi_startproc
153
188
__wfi:
154
189
wfi
155
- .size __wfi, . - __wfi
156
190
bx lr
191
+ .cfi_endproc
192
+ .size __wfi, . - __wfi
You can’t perform that action at this time.
0 commit comments