[CRIU] Questions in CRIU restore mechanism.

Cyrill Gorcunov gorcunov at openvz.org
Tue Mar 26 08:38:54 EDT 2013


On Tue, Mar 26, 2013 at 09:27:39PM +0900, Chanho Park wrote:
> 
> Hi,
> I had below compilation error during build crtools

Could you please check if the patch below workaround
the problem?
---
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/ : {


More information about the CRIU mailing list