aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt
diff options
context:
space:
mode:
Diffstat (limited to 'cortex-m-rt')
-rw-r--r--cortex-m-rt/link.x5
1 files changed, 5 insertions, 0 deletions
diff --git a/cortex-m-rt/link.x b/cortex-m-rt/link.x
index 5f21477..2386cb0 100644
--- a/cortex-m-rt/link.x
+++ b/cortex-m-rt/link.x
@@ -92,6 +92,11 @@ SECTIONS
.debug_gdb_scripts _stext (INFO) : {
KEEP(*(.debug_gdb_scripts))
}
+
+ /DISCARD/ :
+ {
+ *(.ARM.exidx.*)
+ }
}
/* Do not exceed this mark in the error messages below | */
value='feat/astro-add'>feat/astro-add Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-svelte/.stackblitzrc (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-06-27update telemetry to support more anonymized project id (#3713)Gravatar Fred K. Schott 20-351/+311
* update telemetry to support more anonymized project id * Create strange-laws-kick.md * respond to nate feedback
2022-06-27SImplify "astro add" by removing confusing multi-select (#3715)Gravatar Fred K. Schott 13-258/+157
* wip * update create-astro for new astro add * update copy * update git prompt * Update packages/astro/src/core/logger/node.ts Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * Update packages/create-astro/test/install-step.test.js Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * update git prompt * update test Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>