Skip to content
Snippets Groups Projects
Commit 2e026f08 authored by Astro's avatar Astro :gear:
Browse files

card10 linker script: discard .ARM.exidx

parent ba718cc1
No related branches found
No related tags found
No related merge requests found
......@@ -4,3 +4,12 @@ MEMORY {
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 512k
SPID (r) : ORIGIN = 0x80000000, LENGTH = 512M
}
SECTIONS
{
/DISCARD/ :
{
/* cortex-m-rt's link.x drops only `.ARM.exidx.*` */
*(.ARM.exidx);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment