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:
parent
e156866a73
commit
0bafb014a1
@ -35,7 +35,7 @@
|
||||
* Public Symbols
|
||||
****************************************************************************/
|
||||
|
||||
.globl arm_vectoraddrexcption
|
||||
.globl arm_vectoraddrexcptn
|
||||
|
||||
/****************************************************************************
|
||||
* Assembly Macros
|
||||
@ -54,7 +54,7 @@
|
||||
.text
|
||||
|
||||
/****************************************************************************
|
||||
* Name: arm_vectoraddrexcption
|
||||
* Name: arm_vectoraddrexcptn
|
||||
*
|
||||
* Description:
|
||||
* Shouldn't happen. This exception handler is in a separate file from
|
||||
|
@ -35,7 +35,7 @@
|
||||
* Public Symbols
|
||||
****************************************************************************/
|
||||
|
||||
.globl arm_vectoraddrexcption
|
||||
.globl arm_vectoraddrexcptn
|
||||
|
||||
/****************************************************************************
|
||||
* Assembly Macros
|
||||
@ -54,7 +54,7 @@
|
||||
.text
|
||||
|
||||
/****************************************************************************
|
||||
* Name: arm_vectoraddrexcption
|
||||
* Name: arm_vectoraddrexcptn
|
||||
*
|
||||
* Description:
|
||||
* Shouldn't happen. This exception handler is in a separate file from
|
||||
|
@ -35,7 +35,7 @@
|
||||
* Public Symbols
|
||||
****************************************************************************/
|
||||
|
||||
.globl arm_vectoraddrexcption
|
||||
.globl arm_vectoraddrexcptn
|
||||
|
||||
/****************************************************************************
|
||||
* Assembly Macros
|
||||
@ -54,7 +54,7 @@
|
||||
.text
|
||||
|
||||
/****************************************************************************
|
||||
* Name: arm_vectoraddrexcption
|
||||
* Name: arm_vectoraddrexcptn
|
||||
*
|
||||
* Description:
|
||||
* Shouldn't happen. This exception handler is in a separate file from
|
||||
|
Loading…
Reference in New Issue
Block a user