PATCH: Check if RTLD_SAVESPACE_SSE is 32byte aligned

Roland McGrath roland@hack.frob.com
Fri May 11 18:39:00 GMT 2012


> +#if (RTLD_SAVESPACE_SSE % 32) != 0
> +# error "RTLD_SAVESPACE_SSE must be 32byte aligned"

"aligned to 32 bytes"
and AIUI the quotes are not needed these days (the macro won't be
expanded in the error message).

With that nit, this is fine.


Thanks,
Roland



More information about the Libc-alpha mailing list