diff options
author | 2017-11-08 00:39:26 +0100 | |
---|---|---|
committer | 2017-11-08 00:39:26 +0100 | |
commit | a510390309e5ca18fc345604c1d7af0f71be8e3b (patch) | |
tree | 9b5dcdbed29c894213d621ba988c18b008cf89aa | |
parent | 12521c90a03bf59432de7a7c0e60ccf2a3ef97c2 (diff) | |
parent | fbb0e5ca14b8b3702e7fa35efda47ab7c6687d09 (diff) | |
download | cortex-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
-rw-r--r-- | cortex-m-rt/link.x | 7 |
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 | */ |