From 903c909c36b21c62733c46c799c595f1822ded49 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 9 Jan 2026 14:35:04 +0100 Subject: [PATCH] common linker.ld fix .eh_frame an .eh_frame section is generated by more complex rust applications. this will be put before .text section if not discarded. --- apps/common/linker.ld | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/common/linker.ld b/apps/common/linker.ld index 03ec604..db82d39 100644 --- a/apps/common/linker.ld +++ b/apps/common/linker.ld @@ -33,6 +33,7 @@ SECTIONS *(.dynsym) *(.dynstr) *(.header) + *(.eh_frame) } : phdr .data : ALIGN(16) {