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:
authorKevin Buettner <kevinb@redhat.com>2007-07-13 21:32:21 +0400
committerKevin Buettner <kevinb@redhat.com>2007-07-13 21:32:21 +0400
commit73d309ce3ee9c30d5a3365c78278e5eac914ddba (patch)
treefab7f23cfb50e189c588b22fba15131f4868d363 /libgloss/mep/gmap_default.ld
parent88c8888127d1612032a869b4b73c707233beae4b (diff)
* mep/fmax.ld, mep/gmap_default.ld, mep/min.ld, mep/simple.ld
(.gcc_except_table): Add pattern for .gcc_except_table.*.
Diffstat (limited to 'libgloss/mep/gmap_default.ld')
-rw-r--r--libgloss/mep/gmap_default.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/mep/gmap_default.ld b/libgloss/mep/gmap_default.ld
index b4dd5fb51..c625c7ef1 100644
--- a/libgloss/mep/gmap_default.ld
+++ b/libgloss/mep/gmap_default.ld
@@ -92,7 +92,7 @@ SECTIONS
} >RAM /* DATA-section */
.data1 : { *(.data1) } >RAM /* DATA-section */
.eh_frame : { KEEP (*(.eh_frame))} >RAM /* DATA-section */
- .gcc_except_table : { *(.gcc_except_table) } >RAM /* DATA-section */
+ .gcc_except_table : { *(.gcc_except_table) *(.gcc_except_table.*) } >RAM /* DATA-section */
.dynamic : { *(.dynamic) } >RAM /* DATA-section */
.ctors :
{