Skip to content

Commit 7b7a637

Browse files
bors[bot]phil-opp
andcommitted
Merge #170
170: Discard .ARM.extab.* r=japaric a=phil-opp Fixes #157 Co-authored-by: Philipp Oppermann <[email protected]>
2 parents 236fac7 + f50373e commit 7b7a637

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cortex-m-rt/link.x.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ SECTIONS
150150
{
151151
/* Unused exception related info that only wastes space */
152152
*(.ARM.exidx.*);
153+
*(.ARM.extab.*);
153154
}
154155
}
155156

0 commit comments

Comments
 (0)