summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 = . ;