We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
link.x.in
1 parent f0ed17b commit b0f8a82Copy full SHA for b0f8a82
riscv-rt/link.x.in
@@ -93,7 +93,7 @@ SECTIONS
93
. = ALIGN(4);
94
*(.trap);
95
*(.trap.rust);
96
- *(.text.abort); /* close to .init section to support j abort */
+ *(.text.abort);
97
*(.text .text.*);
98
99
0 commit comments