aboutsummaryrefslogtreecommitdiff
path: root/libgloss/mep/fmax.ld
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2009-07-29 00:57:57 +0000
committerDJ Delorie <dj@redhat.com>2009-07-29 00:57:57 +0000
commit7a92f0348cd0b21de4f46dd369f20c520fe4439b (patch)
tree05b993c18c5936b2b06170501d95fea38fec5472 /libgloss/mep/fmax.ld
parentecf5c883df2c125ca3441898699a6597a6eae141 (diff)
downloadnewlib-7a92f0348cd0b21de4f46dd369f20c520fe4439b.zip
newlib-7a92f0348cd0b21de4f46dd369f20c520fe4439b.tar.gz
newlib-7a92f0348cd0b21de4f46dd369f20c520fe4439b.tar.bz2
* 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/fmax.ld')
-rw-r--r--libgloss/mep/fmax.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/mep/fmax.ld b/libgloss/mep/fmax.ld
index b651ca5..83f15b5 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 :
{