summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-21 14:02:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-21 14:02:11 +0000
commit09b73cf9c70ca2bcd48206da89740a22d65c4f3a (patch)
tree67d2ae29140792c894697d0e888fbe6c8378d415 /c
parent2009-02-17 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-09b73cf9c70ca2bcd48206da89740a22d65c4f3a.tar.bz2
2009-02-21 Michael Walle <michael@walle.cc>
* startup/linkcmds: Add new sections.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/lm32/lm32_evr/ChangeLog4
-rw-r--r--c/src/lib/libbsp/lm32/lm32_evr/startup/linkcmds5
2 files changed, 8 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/lm32/lm32_evr/ChangeLog b/c/src/lib/libbsp/lm32/lm32_evr/ChangeLog
index 21ca937bbe..8b3b28f0e6 100644
--- a/c/src/lib/libbsp/lm32/lm32_evr/ChangeLog
+++ b/c/src/lib/libbsp/lm32/lm32_evr/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-21 Michael Walle <michael@walle.cc>
+
+ * startup/linkcmds: Add new sections.
+
2008-12-09 Jukka Pietarinen <jukka.pietarinen@mrf.fi>
* bsp_specs: Update to reflect comments.
diff --git a/c/src/lib/libbsp/lm32/lm32_evr/startup/linkcmds b/c/src/lib/libbsp/lm32/lm32_evr/startup/linkcmds
index e6750eb05c..b58ff307da 100644
--- a/c/src/lib/libbsp/lm32/lm32_evr/startup/linkcmds
+++ b/c/src/lib/libbsp/lm32/lm32_evr/startup/linkcmds
@@ -142,7 +142,10 @@ SECTIONS
} > sdram
.data1 : { *(.data1) } > sdram
PROVIDE (__EXCEPT_START__ = .);
- .gcc_except_table : { *(.gcc_except_table) } > sdram
+ .gcc_except_table : {
+ *(.gcc_except_table)
+ *(.gcc_except_table.*)
+ } > sdram
PROVIDE (__EXCEPT_END__ = .);
.got1 : { *(.got1) } > sdram
/* Put .ctors and .dtors next to the .got2 section, so that the pointers