Export _tx_handler_svc_unrecognized as weak symbol. (#264)

This commit is contained in:
Xiuwen Cai
2023-05-19 11:06:50 +08:00
committed by GitHub
parent d66a519685
commit 361590dc40
5 changed files with 5 additions and 0 deletions

View File

@@ -157,6 +157,7 @@ __tx_swi_interrupt
; Unknown SVC argument
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Unrecognized service call
EXPORT _tx_handler_svc_unrecognized [WEAK]
_tx_handler_svc_unrecognized
_tx_handler_svc_unrecognized_loop ; We should never get here

View File

@@ -143,6 +143,7 @@ __tx_swi_interrupt:
// Unknown SVC argument
/////////////////////////////////////////////////////////////////////
// Unrecognized service call
.weak _tx_handler_svc_unrecognized
_tx_handler_svc_unrecognized:
_tx_handler_svc_unrecognized_loop: // We should never get here

View File

@@ -150,6 +150,7 @@ SWI_Handler
; Unknown SVC argument
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Unrecognized service call
PUBWEAK _tx_handler_svc_unrecognized
_tx_handler_svc_unrecognized
_tx_handler_svc_unrecognized_loop ; We should never get here