From baa5558cf6ede720ca98f4fc1cc4f0bd6e3807bc Mon Sep 17 00:00:00 2001 From: xwx1135370 Date: Tue, 13 May 2025 15:37:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86optimized-routine=E4=BB=8E23.01?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=E8=87=B325.01=E7=89=88=E6=9C=AC=E3=80=82=20I?= =?UTF-8?q?ssue:=20https://gitee.com/openharmony/third=5Fparty=5Foptimized?= =?UTF-8?q?=5Froutines/issues/IC6R1E=20Feature=20Or=20Bugfix:=20Feature=20?= =?UTF-8?q?Binary=20Source:=20No?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xwx1135370 --- arm_mps2_an386/liteos_m/board/liteos.ld | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arm_mps2_an386/liteos_m/board/liteos.ld b/arm_mps2_an386/liteos_m/board/liteos.ld index c82a1d4..d608119 100644 --- a/arm_mps2_an386/liteos_m/board/liteos.ld +++ b/arm_mps2_an386/liteos_m/board/liteos.ld @@ -99,4 +99,7 @@ SECTIONS __heap_size = PS_RAM_SIZE - (__heap_start - __text_start); end = .; /DISCARD/ : { *(.note.GNU-stack) *(.gnu_debuglink) *(.gnu.lto_*) } + + /* .ARM.exidx is sorted, so has to go in its own output section. */ + .ARM.exidx ALIGN(0x8) : { __exidx_start = .; *(.ARM.exidx* .gnu.linkonce.armexidx.*) ;__exidx_end = .;} > ram } -- Gitee