From d69ea9b2a52b490872f0ea4bed1ba34a93e9e221 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rom=C3=A1n=20C=C3=A1rdenas=20Rodr=C3=ADguez?= Date: Tue, 29 Oct 2024 23:29:07 +0100 Subject: [PATCH] comment eh_frame --- riscv-rt/link.x.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/riscv-rt/link.x.in b/riscv-rt/link.x.in index fc73f8ac..c4b69750 100644 --- a/riscv-rt/link.x.in +++ b/riscv-rt/link.x.in @@ -170,8 +170,8 @@ SECTIONS KEEP(*(.got .got.*)); } - .eh_frame (INFO) : { KEEP(*(.eh_frame)) } - .eh_frame_hdr (INFO) : { *(.eh_frame_hdr) } + /* .eh_frame (INFO) : { KEEP(*(.eh_frame)) } */ + /* .eh_frame_hdr (INFO) : { *(.eh_frame_hdr) } */ } /* Do not exceed this mark in the error messages above | */