mirror of
https://github.com/apache/nuttx.git
synced 2026-08-15 17:33:18 +00:00
Fix SAMA5 vector linking issue
This commit is contained in:
parent
dd420047eb
commit
6901fe7157
3 changed files with 3 additions and 3 deletions
|
|
@ -56,7 +56,7 @@ SECTIONS
|
|||
{
|
||||
.text : {
|
||||
_stext = ABSOLUTE(.);
|
||||
*(.vectors)
|
||||
KEEP (*(.vectors))
|
||||
*(.text .text.*)
|
||||
*(.fixup)
|
||||
*(.gnu.warning)
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ SECTIONS
|
|||
{
|
||||
.text : {
|
||||
_stext = ABSOLUTE(.);
|
||||
*(.vectors)
|
||||
KEEP (*(.vectors))
|
||||
*(.text .text.*)
|
||||
*(.fixup)
|
||||
*(.gnu.warning)
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ SECTIONS
|
|||
{
|
||||
.locked : {
|
||||
_slocked = ABSOLUTE(.);
|
||||
*(.vectors)
|
||||
KEEP (*(.vectors))
|
||||
up_head.o locked.r (.text .text.*)
|
||||
up_head.o locked.r (.fixup)
|
||||
up_head.o locked.r (.gnu.warning)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue