* mep/gmap_default.ld: Add linkonce sections for .vtext.
* mep/default.ld: Likewise. * mep/fmax.ld: Likewise. * mep/simple.ld: Likewise.
This commit is contained in:
@@ -168,7 +168,7 @@ SECTIONS
|
||||
} >RAM2 /* CODE-section */ =0
|
||||
.vtext ALIGN(8) :
|
||||
{
|
||||
*(.vtext)
|
||||
*(.vtext) *(.vtext.*) *(.gnu.linkonce.v.*)
|
||||
} >RAM2 /* CODE-section */
|
||||
.fini :
|
||||
{
|
||||
|
@@ -162,7 +162,7 @@ SECTIONS
|
||||
} >RAM1 /* CODE-section */ =0
|
||||
.vtext ALIGN(8) :
|
||||
{
|
||||
*(.vtext)
|
||||
*(.vtext) *(.vtext.*) *(.gnu.linkonce.v.*)
|
||||
} >RAM1 /* CODE-section */
|
||||
.fini :
|
||||
{
|
||||
|
@@ -174,7 +174,7 @@ SECTIONS
|
||||
} >RAM /* CODE-section */ =0
|
||||
.vtext ALIGN(8) :
|
||||
{
|
||||
*(.vtext)
|
||||
*(.vtext) *(.vtext.*) *(.gnu.linkonce.v.*)
|
||||
} >RAM /* CODE-section */
|
||||
.fini :
|
||||
{
|
||||
|
@@ -162,7 +162,7 @@ SECTIONS
|
||||
} >RAM1 /* CODE-section */ =0
|
||||
.vtext ALIGN(8) :
|
||||
{
|
||||
*(.vtext)
|
||||
*(.vtext) *(.vtext.*) *(.gnu.linkonce.v.*)
|
||||
} >RAM1 /* CODE-section */
|
||||
.fini :
|
||||
{
|
||||
|
Reference in New Issue
Block a user