aarch64: fix release build ld error
This commit is contained in:
parent
ff04db65dc
commit
aae4874f35
@ -82,7 +82,8 @@ __aa\bits\()_el\el\ht\()_\kind:
|
|||||||
add sp, sp, #PT_REGS_SIZE
|
add sp, sp, #PT_REGS_SIZE
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
.section .text
|
.section .text.vectors
|
||||||
|
.global __aarch64_el1_vectors
|
||||||
.p2align 12
|
.p2align 12
|
||||||
__aarch64_el1_vectors:
|
__aarch64_el1_vectors:
|
||||||
EXC_VECTOR 1, t, 64, sync
|
EXC_VECTOR 1, t, 64, sync
|
||||||
@ -105,7 +106,7 @@ __aarch64_el1_vectors:
|
|||||||
EXC_VECTOR 0, t, 32, fiq
|
EXC_VECTOR 0, t, 32, fiq
|
||||||
EXC_VECTOR 0, t, 32, serror
|
EXC_VECTOR 0, t, 32, serror
|
||||||
|
|
||||||
|
.section .text
|
||||||
.p2align 7
|
.p2align 7
|
||||||
EXC_HANDLER 1, t, 64, sync
|
EXC_HANDLER 1, t, 64, sync
|
||||||
EXC_HANDLER 1, t, 64, irq
|
EXC_HANDLER 1, t, 64, irq
|
||||||
|
Loading…
x
Reference in New Issue
Block a user