wut/libraries/wutstdc++/wut_stdcpp_personality.s
Ash Logan 370eeb28e9 wutstdc++: Move __gxx_personality to dedicated Assembly file
I was getting issues with __volatile__ for unknown reason, so moving 
this to a dedicated file sidesteps the issue entirely and passes this 
straight to GAS.
2019-04-09 16:44:42 +10:00

11 lines
239 B
ArmAsm

.section .text.__wrap___gxx_personality_v0,"ax",@progbits
.align 2
.globl __wrap___gxx_personality_v0
.type __wrap___gxx_personality_v0, @function
__wrap___gxx_personality_v0:
.cfi_startproc
b __real___gxx_personality_v0
.cfi_endproc