* 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:
@@ -80,7 +80,7 @@ SECTIONS
|
||||
} >RAM1 /* DATA-section */
|
||||
.data1 : { *(.data1) } >RAM1 /* DATA-section */
|
||||
.eh_frame : { KEEP (*(.eh_frame))} >RAM1 /* DATA-section */
|
||||
.gcc_except_table : { *(.gcc_except_table) } >RAM1 /* DATA-section */
|
||||
.gcc_except_table : { *(.gcc_except_table) *(.gcc_except_table.*) } >RAM1 /* DATA-section */
|
||||
.dynamic : { *(.dynamic) } >RAM1 /* DATA-section */
|
||||
.ctors :
|
||||
{
|
||||
|
Reference in New Issue
Block a user