aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <jorge@japaric.io> 2017-11-08 00:39:26 +0100
committerGravatar GitHub <noreply@github.com> 2017-11-08 00:39:26 +0100
commita510390309e5ca18fc345604c1d7af0f71be8e3b (patch)
tree9b5dcdbed29c894213d621ba988c18b008cf89aa /cortex-m-rt
parent12521c90a03bf59432de7a7c0e60ccf2a3ef97c2 (diff)
parentfbb0e5ca14b8b3702e7fa35efda47ab7c6687d09 (diff)
downloadcortex-m-a510390309e5ca18fc345604c1d7af0f71be8e3b.tar.gz
cortex-m-a510390309e5ca18fc345604c1d7af0f71be8e3b.tar.zst
cortex-m-a510390309e5ca18fc345604c1d7af0f71be8e3b.zip
Merge pull request #40 from japaric/no-discard
drop the /DISCARD/ section
Diffstat (limited to 'cortex-m-rt')
-rw-r--r--cortex-m-rt/link.x7
1 files changed, 0 insertions, 7 deletions
diff --git a/cortex-m-rt/link.x b/cortex-m-rt/link.x
index 0d043cb..5f21477 100644
--- a/cortex-m-rt/link.x
+++ b/cortex-m-rt/link.x
@@ -92,13 +92,6 @@ SECTIONS
.debug_gdb_scripts _stext (INFO) : {
KEEP(*(.debug_gdb_scripts))
}
-
- /DISCARD/ :
- {
- /* Unused unwinding stuff */
- *(.ARM.exidx.*)
- *(.ARM.extab.*)
- }
}
/* Do not exceed this mark in the error messages below | */