* 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:
DJ Delorie 2009-07-29 00:57:57 +00:00
parent ecf5c883df
commit 7a92f0348c
5 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,10 @@
2009-07-28 DJ Delorie <dj@redhat.com>
* mep/gmap_default.ld: Add linkonce sections for .vtext.
* mep/default.ld: Likewise.
* mep/fmax.ld: Likewise.
* mep/simple.ld: Likewise.
2009-07-14 DJ Delorie <dj@redhat.com>
* mep/syscalls.S (sysret): Maintain 16-byte stack alignment.

View File

@ -168,7 +168,7 @@ SECTIONS
} >RAM2 /* CODE-section */ =0
.vtext ALIGN(8) :
{
*(.vtext)
*(.vtext) *(.vtext.*) *(.gnu.linkonce.v.*)
} >RAM2 /* CODE-section */
.fini :
{

View File

@ -162,7 +162,7 @@ SECTIONS
} >RAM1 /* CODE-section */ =0
.vtext ALIGN(8) :
{
*(.vtext)
*(.vtext) *(.vtext.*) *(.gnu.linkonce.v.*)
} >RAM1 /* CODE-section */
.fini :
{

View File

@ -174,7 +174,7 @@ SECTIONS
} >RAM /* CODE-section */ =0
.vtext ALIGN(8) :
{
*(.vtext)
*(.vtext) *(.vtext.*) *(.gnu.linkonce.v.*)
} >RAM /* CODE-section */
.fini :
{

View File

@ -162,7 +162,7 @@ SECTIONS
} >RAM1 /* CODE-section */ =0
.vtext ALIGN(8) :
{
*(.vtext)
*(.vtext) *(.vtext.*) *(.gnu.linkonce.v.*)
} >RAM1 /* CODE-section */
.fini :
{