mirror of
https://github.com/espressif/openthread.git
synced 2026-07-28 14:47:46 +00:00
Add .ARM.exidx section (#521)
This commit is contained in:
@@ -60,6 +60,11 @@ SECTIONS
|
||||
_einit_array = .;
|
||||
} > FLASH
|
||||
|
||||
.ARM.exidx : ALIGN(4)
|
||||
{
|
||||
*(.ARM.exidx*)
|
||||
} > FLASH
|
||||
|
||||
.data : ALIGN(4)
|
||||
{
|
||||
_data = .;
|
||||
|
||||
Reference in New Issue
Block a user