[CRIU] [PATCH] pie: Bump .got table into .crblob section

Cyrill Gorcunov gorcunov at openvz.org
Wed Mar 27 06:26:44 EDT 2013


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 <chanho61.park at samsusng.com>
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 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 7be2eda..cbdfaa9 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/ : {
-- 
1.8.1.4



More information about the CRIU mailing list