Skip to content

Commit a510390

Browse files
authored
Merge pull request #40 from japaric/no-discard
drop the /DISCARD/ section
2 parents 12521c9 + fbb0e5c commit a510390

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

cortex-m-rt/link.x

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,6 @@ SECTIONS
9292
.debug_gdb_scripts _stext (INFO) : {
9393
KEEP(*(.debug_gdb_scripts))
9494
}
95-
96-
/DISCARD/ :
97-
{
98-
/* Unused unwinding stuff */
99-
*(.ARM.exidx.*)
100-
*(.ARM.extab.*)
101-
}
10295
}
10396

10497
/* Do not exceed this mark in the error messages below | */

0 commit comments

Comments
 (0)