Direct .gcc_exc section to ram to eliminate the warning Ralf Corsepius is

seeing.
This commit is contained in:
Joel Sherrill
1999-04-19 15:36:21 +00:00
parent ac91855d33
commit 7807b30e08
@@ -57,7 +57,7 @@ SECTIONS
.gcc_exc : {
. = ALIGN (16);
*(.gcc_exc)
}
} >ram
.data ADDR( .text ) + SIZEOF( .text ):
{