summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-16 18:08:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-16 18:08:09 +0000
commit2a4791fa07dea8ae4f2f7a43aced659b6a350262 (patch)
treefd6accc6ab05036ccc296a1c2a4be818e2ea97a8
parentRegenerated (diff)
downloadrtems-2a4791fa07dea8ae4f2f7a43aced659b6a350262.tar.bz2
Added .eh_fram and .gcc_exc sections.
-rw-r--r--c/src/lib/libbsp/m68k/dmv152/startup/linkcmds11
1 files changed, 11 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/m68k/dmv152/startup/linkcmds b/c/src/lib/libbsp/m68k/dmv152/startup/linkcmds
index 7046b88a20..e60b929835 100644
--- a/c/src/lib/libbsp/m68k/dmv152/startup/linkcmds
+++ b/c/src/lib/libbsp/m68k/dmv152/startup/linkcmds
@@ -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 = . ;