summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/lm32/lm32_evr/startup/linkcmds
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/src/lib/libbsp/lm32/lm32_evr/startup/linkcmds
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/src/lib/libbsp/lm32/lm32_evr/startup/linkcmds')
-rw-r--r--c/src/lib/libbsp/lm32/lm32_evr/startup/linkcmds5
1 files changed, 4 insertions, 1 deletions
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