Skip to content

Commit d69ea9b

Browse files
committed
comment eh_frame
1 parent 275facc commit d69ea9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

riscv-rt/link.x.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ SECTIONS
170170
KEEP(*(.got .got.*));
171171
}
172172

173-
.eh_frame (INFO) : { KEEP(*(.eh_frame)) }
174-
.eh_frame_hdr (INFO) : { *(.eh_frame_hdr) }
173+
/* .eh_frame (INFO) : { KEEP(*(.eh_frame)) } */
174+
/* .eh_frame_hdr (INFO) : { *(.eh_frame_hdr) } */
175175
}
176176

177177
/* Do not exceed this mark in the error messages above | */

0 commit comments

Comments
 (0)