Fix SAMA5 vector linking issue

This commit is contained in:
Gregory Nutt
2013-07-24 12:51:42 -06:00
parent dd420047eb
commit 6901fe7157
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ SECTIONS
{
.text : {
_stext = ABSOLUTE(.);
*(.vectors)
KEEP (*(.vectors))
*(.text .text.*)
*(.fixup)
*(.gnu.warning)
+1 -1
View File
@@ -53,7 +53,7 @@ SECTIONS
{
.text : {
_stext = ABSOLUTE(.);
*(.vectors)
KEEP (*(.vectors))
*(.text .text.*)
*(.fixup)
*(.gnu.warning)
+1 -1
View File
@@ -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)