bsps/arm: Recognize .tm_clone_table input section

This commit is contained in:
Sebastian Huber
2018-10-15 10:40:31 +02:00
parent 1822649ced
commit 186a0b1dc0
+3
View File
@@ -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