arch/arm/compiler: correct global symbol name

Fix Compile error from Armclang compiler(AC6):
Error: L6218E: Undefined symbol arm_vectoraddrexcption (referred from arm_vectoraddrexcptn.o).

Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
chao an 2022-09-17 19:21:48 +08:00 committed by Xiang Xiao
parent e156866a73
commit 0bafb014a1
3 changed files with 6 additions and 6 deletions

View File

@ -35,7 +35,7 @@
* Public Symbols * Public Symbols
****************************************************************************/ ****************************************************************************/
.globl arm_vectoraddrexcption .globl arm_vectoraddrexcptn
/**************************************************************************** /****************************************************************************
* Assembly Macros * Assembly Macros
@ -54,7 +54,7 @@
.text .text
/**************************************************************************** /****************************************************************************
* Name: arm_vectoraddrexcption * Name: arm_vectoraddrexcptn
* *
* Description: * Description:
* Shouldn't happen. This exception handler is in a separate file from * Shouldn't happen. This exception handler is in a separate file from

View File

@ -35,7 +35,7 @@
* Public Symbols * Public Symbols
****************************************************************************/ ****************************************************************************/
.globl arm_vectoraddrexcption .globl arm_vectoraddrexcptn
/**************************************************************************** /****************************************************************************
* Assembly Macros * Assembly Macros
@ -54,7 +54,7 @@
.text .text
/**************************************************************************** /****************************************************************************
* Name: arm_vectoraddrexcption * Name: arm_vectoraddrexcptn
* *
* Description: * Description:
* Shouldn't happen. This exception handler is in a separate file from * Shouldn't happen. This exception handler is in a separate file from

View File

@ -35,7 +35,7 @@
* Public Symbols * Public Symbols
****************************************************************************/ ****************************************************************************/
.globl arm_vectoraddrexcption .globl arm_vectoraddrexcptn
/**************************************************************************** /****************************************************************************
* Assembly Macros * Assembly Macros
@ -54,7 +54,7 @@
.text .text
/**************************************************************************** /****************************************************************************
* Name: arm_vectoraddrexcption * Name: arm_vectoraddrexcptn
* *
* Description: * Description:
* Shouldn't happen. This exception handler is in a separate file from * Shouldn't happen. This exception handler is in a separate file from