From 7a92f0348cd0b21de4f46dd369f20c520fe4439b Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 29 Jul 2009 00:57:57 +0000 Subject: [PATCH] * mep/gmap_default.ld: Add linkonce sections for .vtext. * mep/default.ld: Likewise. * mep/fmax.ld: Likewise. * mep/simple.ld: Likewise. --- libgloss/ChangeLog | 7 +++++++ libgloss/mep/default.ld | 2 +- libgloss/mep/fmax.ld | 2 +- libgloss/mep/gmap_default.ld | 2 +- libgloss/mep/simple.ld | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index 7afd780d8..a88285e9e 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,3 +1,10 @@ +2009-07-28 DJ Delorie + + * 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 * mep/syscalls.S (sysret): Maintain 16-byte stack alignment. 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 : {