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

Pavel Emelyanov xemul at parallels.com
Wed Mar 27 07:53:27 EDT 2013


On 03/27/2013 02:26 PM, Cyrill Gorcunov wrote:
> 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/ : {
> 


applied


More information about the CRIU mailing list