mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user