mirror of https://github.com/wolfSSL/wolfBoot.git
Added section for ARM.exidx in test-app linker script
parent
1db41896e2
commit
637f135ca6
|
@ -18,6 +18,13 @@ SECTIONS
|
||||||
_end_text = .;
|
_end_text = .;
|
||||||
} > FLASH
|
} > FLASH
|
||||||
|
|
||||||
|
.ARM :
|
||||||
|
{
|
||||||
|
__exidx_start = .;
|
||||||
|
*(.ARM.exidx*)
|
||||||
|
__exidx_end = .;
|
||||||
|
} > FLASH
|
||||||
|
|
||||||
_stored_data = .;
|
_stored_data = .;
|
||||||
|
|
||||||
.data : AT (_stored_data)
|
.data : AT (_stored_data)
|
||||||
|
|
Loading…
Reference in New Issue