Skip to content

Commit b0f8a82

Browse files
committed
chore(riscv-rt): remove outdated abort comment in link.x.in
See: f652ef5
1 parent f0ed17b commit b0f8a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riscv-rt/link.x.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ SECTIONS
9393
. = ALIGN(4);
9494
*(.trap);
9595
*(.trap.rust);
96-
*(.text.abort); /* close to .init section to support j abort */
96+
*(.text.abort);
9797
*(.text .text.*);
9898

9999
. = ALIGN(4);

0 commit comments

Comments
 (0)