This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Check if RTLD_SAVESPACE_SSE is 32byte aligned


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]