Skip to content

Commit

Permalink
Remove cfi directives from __msp_w and __psp_w
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiwalun authored and jonas-schievink committed Jul 19, 2020
1 parent 7b5ffe6 commit 7613b9d
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions asm.s
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,9 @@ __msp_r:
.section .text.__msp_w
.global __msp_w
.thumb_func
.cfi_startproc
__msp_w:
msr MSP, r0
bx lr
.cfi_endproc
.size __msp_w, . - __msp_w

.section .text.__nop
Expand Down Expand Up @@ -147,11 +145,9 @@ __psp_r:
.section .text.__psp_w
.global __psp_w
.thumb_func
.cfi_startproc
__psp_w:
msr PSP, r0
bx lr
.cfi_endproc
.size __psp_w, . - __psp_w

.section .text.__sev
Expand Down
Binary file modified bin/thumbv6m-none-eabi.a
Binary file not shown.
Binary file modified bin/thumbv7em-none-eabi.a
Binary file not shown.
Binary file modified bin/thumbv7em-none-eabihf.a
Binary file not shown.
Binary file modified bin/thumbv7m-none-eabi.a
Binary file not shown.
Binary file modified bin/thumbv8m.base-none-eabi.a
Binary file not shown.
Binary file modified bin/thumbv8m.main-none-eabi.a
Binary file not shown.
Binary file modified bin/thumbv8m.main-none-eabihf.a
Binary file not shown.

0 comments on commit 7613b9d

Please sign in to comment.