Skip to content

Commit

Permalink
Export _tx_handler_svc_unrecognized as weak symbol. (eclipse-threadx#264
Browse files Browse the repository at this point in the history
)
  • Loading branch information
xiuwencai authored May 19, 2023
1 parent d66a519 commit 361590d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ __tx_svc_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 */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,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
Expand Down

0 comments on commit 361590d

Please sign in to comment.