[CRIU] [PATCH 03/10] make: Sanitize pie.lds.S
Cyrill Gorcunov
gorcunov at openvz.org
Sun Apr 15 04:56:08 EDT 2012
On Sun, Apr 15, 2012 at 12:18:33PM +0400, Stanislav Kinsbursky wrote:
> >- .data : {
> >- *(.data)
> >- *(.rodata)
> >- *(.bss)
> >- . = ALIGN(8);
> >+ . = ALIGN(32);
> >+ *(.data*)
> >+ . = ALIGN(32);
>
> Just curios, why the alignment between data segments is 32 bytes?
Well, it could be 8 actually, so just some constant value,
no hidden meaning.
Cyrill
More information about the CRIU
mailing list