Skip to content

Commit af3143c

Browse files
committed
Remove cfi directives from __msp_w and __psp_w
1 parent 8aaeada commit af3143c

8 files changed

+0
-4
lines changed

asm.s

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,9 @@ __msp_r:
108108
.section .text.__msp_w
109109
.global __msp_w
110110
.thumb_func
111-
.cfi_startproc
112111
__msp_w:
113112
msr MSP, r0
114113
bx lr
115-
.cfi_endproc
116114
.size __msp_w, . - __msp_w
117115

118116
.section .text.__nop
@@ -147,11 +145,9 @@ __psp_r:
147145
.section .text.__psp_w
148146
.global __psp_w
149147
.thumb_func
150-
.cfi_startproc
151148
__psp_w:
152149
msr PSP, r0
153150
bx lr
154-
.cfi_endproc
155151
.size __psp_w, . - __psp_w
156152

157153
.section .text.__sev

bin/thumbv6m-none-eabi.a

-64 Bytes
Binary file not shown.

bin/thumbv7em-none-eabi.a

-64 Bytes
Binary file not shown.

bin/thumbv7em-none-eabihf.a

-64 Bytes
Binary file not shown.

bin/thumbv7m-none-eabi.a

-64 Bytes
Binary file not shown.

bin/thumbv8m.base-none-eabi.a

-64 Bytes
Binary file not shown.

bin/thumbv8m.main-none-eabi.a

-64 Bytes
Binary file not shown.

bin/thumbv8m.main-none-eabihf.a

-64 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)