* 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:
parent
ecf5c883df
commit
7a92f0348c
@ -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.
|
||||
|
@ -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 :
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user