From 18db781a8e6cde2102494a64bc092eada3b00a23 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Wed, 27 Mar 2013 14:26:44 +0400 Subject: [PATCH] pie: Bump .got table into .crblob section It's being noticed on arm platform the .got table has been missed to include in .crblob section, so fix it. Reported-by: Chanho Park Signed-off-by: Cyrill Gorcunov Signed-off-by: Pavel Emelyanov --- pie/pie.lds.S.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pie/pie.lds.S.in b/pie/pie.lds.S.in index 7be2eda1a..cbdfaa92b 100644 --- a/pie/pie.lds.S.in +++ b/pie/pie.lds.S.in @@ -10,6 +10,8 @@ SECTIONS . = ALIGN(32); *(.bss*) . = ALIGN(32); + *(.got*) + . = ALIGN(32); } =0x00000000 /DISCARD/ : {