> +#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