* mep/fmax.ld, mep/gmap_default.ld, mep/min.ld, mep/simple.ld

(.gcc_except_table): Add pattern for .gcc_except_table.*.
This commit is contained in:
Kevin Buettner
2007-07-13 17:32:21 +00:00
parent 88c8888127
commit 73d309ce3e
5 changed files with 9 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ SECTIONS
}
.data1 : { *(.data1) }
.eh_frame : { KEEP (*(.eh_frame)) }
.gcc_except_table : { *(.gcc_except_table) }
.gcc_except_table : { *(.gcc_except_table) *(.gcc_except_table.*) }
. = ALIGN(4);
__tpbase = .;
.based : { *(.based) *(.based.*) *(.gnu.linkonce.based.*) }