Added section for ARM.exidx in test-app linker script

pull/434/head
Daniele Lacamera 2024-04-16 18:36:25 +02:00
parent 1db41896e2
commit 637f135ca6
1 changed files with 7 additions and 0 deletions

View File

@ -18,6 +18,13 @@ SECTIONS
_end_text = .;
} > FLASH
.ARM :
{
__exidx_start = .;
*(.ARM.exidx*)
__exidx_end = .;
} > FLASH
_stored_data = .;
.data : AT (_stored_data)