[rtems commit] bsps/arm: Recognize .tm_clone_table input section

Sebastian Huber sebh at rtems.org
Mon Oct 15 08:40:48 UTC 2018


Module:    rtems
Branch:    master
Commit:    186a0b1dc017b1e2e44620f8d6274dc1c6ba09d1
Changeset: http://git.rtems.org/rtems/commit/?id=186a0b1dc017b1e2e44620f8d6274dc1c6ba09d1

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Oct 15 10:38:49 2018 +0200

bsps/arm: Recognize .tm_clone_table input section

---

 bsps/arm/shared/start/linkcmds.base | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bsps/arm/shared/start/linkcmds.base b/bsps/arm/shared/start/linkcmds.base
index a250b51..fb819e2 100644
--- a/bsps/arm/shared/start/linkcmds.base
+++ b/bsps/arm/shared/start/linkcmds.base
@@ -233,6 +233,9 @@ SECTIONS {
 	.dynamic : ALIGN_WITH_INPUT {
 		*(.dynamic)
 	} > REGION_RODATA AT > REGION_RODATA_LOAD
+	.tm_clone_table : ALIGN_WITH_INPUT {
+		*(.tm_clone_table)
+	} > REGION_RODATA AT > REGION_RODATA_LOAD
 	.got : ALIGN_WITH_INPUT {
 		*(.got.plt) *(.igot.plt) *(.got) *(.igot)
 	} > REGION_RODATA AT > REGION_RODATA_LOAD



More information about the vc mailing list