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 | */