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
|
* 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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user