Added .eh_fram and .gcc_exc sections.

This commit is contained in:
Joel Sherrill
1999-04-16 18:08:09 +00:00
parent 4bfb1393a4
commit 2a4791fa07

View File

@@ -48,6 +48,17 @@ SECTIONS
etext = ALIGN( 0x10 ) ;
_etext = .;
}
.eh_fram : {
. = ALIGN (16);
*(.eh_fram)
}
.gcc_exc : {
. = ALIGN (16);
*(.gcc_exc)
}
.data ADDR( .text ) + SIZEOF( .text ):
{
data_start = . ;