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: Use 64-bit anonymouse union on x32 TCB pointer_guard


On Thursday 17 May 2012 23:52:21 H.J. Lu wrote:
> +  union
> +    {
> +      /* Needed for 64-bit PTR_MANGLE/PTR_DEMANGLE.  */
> +      uintptr_t pointer_guard;
> +      int64_t __pointer_guard_word;
> +    };

probably doesn't matter, but should this be uint64_t ?
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


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