Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2009-07-29 04:57:57 +0400
committerDJ Delorie <dj@redhat.com>2009-07-29 04:57:57 +0400
commit7a92f0348cd0b21de4f46dd369f20c520fe4439b (patch)
tree05b993c18c5936b2b06170501d95fea38fec5472 /libgloss/mep
parentecf5c883df2c125ca3441898699a6597a6eae141 (diff)
* mep/gmap_default.ld: Add linkonce sections for .vtext.
* mep/default.ld: Likewise. * mep/fmax.ld: Likewise. * mep/simple.ld: Likewise.
Diffstat (limited to 'libgloss/mep')
-rw-r--r--libgloss/mep/default.ld2
-rw-r--r--libgloss/mep/fmax.ld2
-rw-r--r--libgloss/mep/gmap_default.ld2
-rw-r--r--libgloss/mep/simple.ld2
4 files changed, 4 insertions, 4 deletions
diff --git a/libgloss/mep/default.ld b/libgloss/mep/default.ld
index 0b965d66e..dba860bfb 100644
--- a/libgloss/mep/default.ld
+++ b/libgloss/mep/default.ld
@@ -168,7 +168,7 @@ SECTIONS
} >RAM2 /* CODE-section */ =0
.vtext ALIGN(8) :
{
- *(.vtext)
+ *(.vtext) *(.vtext.*) *(.gnu.linkonce.v.*)
} >RAM2 /* CODE-section */
.fini :
{
diff --git a/libgloss/mep/fmax.ld b/libgloss/mep/fmax.ld
index b651ca59a..83f15b514 100644
--- a/libgloss/mep/fmax.ld
+++ b/libgloss/mep/fmax.ld
@@ -162,7 +162,7 @@ SECTIONS
} >RAM1 /* CODE-section */ =0
.vtext ALIGN(8) :
{
- *(.vtext)
+ *(.vtext) *(.vtext.*) *(.gnu.linkonce.v.*)
} >RAM1 /* CODE-section */
.fini :
{
diff --git a/libgloss/mep/gmap_default.ld b/libgloss/mep/gmap_default.ld
index 9cbecb526..7f2e00749 100644
--- a/libgloss/mep/gmap_default.ld
+++ b/libgloss/mep/gmap_default.ld
@@ -174,7 +174,7 @@ SECTIONS
} >RAM /* CODE-section */ =0
.vtext ALIGN(8) :
{
- *(.vtext)
+ *(.vtext) *(.vtext.*) *(.gnu.linkonce.v.*)
} >RAM /* CODE-section */
.fini :
{
diff --git a/libgloss/mep/simple.ld b/libgloss/mep/simple.ld
index 96d68fc84..d4b0c200a 100644
--- a/libgloss/mep/simple.ld
+++ b/libgloss/mep/simple.ld
@@ -162,7 +162,7 @@ SECTIONS
} >RAM1 /* CODE-section */ =0
.vtext ALIGN(8) :
{
- *(.vtext)
+ *(.vtext) *(.vtext.*) *(.gnu.linkonce.v.*)
} >RAM1 /* CODE-section */
.fini :
{