diff options
author | 2019-01-22 09:49:24 +0000 | |
---|---|---|
committer | 2019-01-22 09:49:24 +0000 | |
commit | 7b7a637a45cfbe44af3830f9ef124374ac42727c (patch) | |
tree | 0a9e73661da1c83e312289ee2bcb22e2537c3804 | |
parent | 236fac724fd7ac6743665e2292f56287022cd007 (diff) | |
parent | f50373eadced713ae974c598661b4a576a0afcd0 (diff) | |
download | cortex-m-7b7a637a45cfbe44af3830f9ef124374ac42727c.tar.gz cortex-m-7b7a637a45cfbe44af3830f9ef124374ac42727c.tar.zst cortex-m-7b7a637a45cfbe44af3830f9ef124374ac42727c.zip |
Merge #170
170: Discard .ARM.extab.* r=japaric a=phil-opp
Fixes #157
Co-authored-by: Philipp Oppermann <dev@phil-opp.com>
-rw-r--r-- | cortex-m-rt/link.x.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cortex-m-rt/link.x.in b/cortex-m-rt/link.x.in index dff43e0..f895e21 100644 --- a/cortex-m-rt/link.x.in +++ b/cortex-m-rt/link.x.in @@ -150,6 +150,7 @@ SECTIONS { /* Unused exception related info that only wastes space */ *(.ARM.exidx.*); + *(.ARM.extab.*); } } |