mirror of
https://github.com/apache/nuttx.git
synced 2026-08-15 09:23:20 +00:00
Copy .ARM.exidx together with .text to make linker happy
This commit is contained in:
parent
e32d186739
commit
c12ccfc80b
1 changed files with 2 additions and 2 deletions
|
|
@ -129,14 +129,14 @@ SECTIONS
|
|||
.ARM.extab :
|
||||
{
|
||||
*(.ARM.extab*)
|
||||
} > flash
|
||||
} > sram AT > flash
|
||||
|
||||
.ARM.exidx :
|
||||
{
|
||||
__exidx_start = ABSOLUTE(.);
|
||||
*(.ARM.exidx*)
|
||||
__exidx_end = ABSOLUTE(.);
|
||||
} > flash
|
||||
} > sram AT > flash
|
||||
|
||||
_eronly = ABSOLUTE(.);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue