[PATCH] arm920t: add .plt and .rel.plt to the linker script

Sebastien Carlier sebastien.carlier at gmail.com
Wed Nov 10 14:41:44 CET 2010


Signed-off-by: Sebastien Carlier <sebastien.carlier at gmail.com>
---
 arch/arm/cpu/arm920t/u-boot.lds |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/cpu/arm920t/u-boot.lds b/arch/arm/cpu/arm920t/u-boot.lds
index d1babcc..dd62bdd 100644
--- a/arch/arm/cpu/arm920t/u-boot.lds
+++ b/arch/arm/cpu/arm920t/u-boot.lds
@@ -42,6 +42,8 @@ SECTIONS
 		arch/arm/cpu/arm920t/start.o	(.text)
 		*(.text)
 	}
+	.plt : { *(.plt) }
+	.rel.plt : { *(.rel.plt) }
 
 	. = ALIGN(4);
 	.rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) }
-- 
1.7.3.2.161.g3089c


--WIyZ46R2i8wDzkSu--


More information about the U-Boot mailing list