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: [COMMITTED] Fix build for locale/programs/locarchive.c


On 06/25/2013 02:25 PM, Richard Henderson wrote:
> Mike's two recent commits,
> 
>  d605071ebf1fbbba5998a349540d4ad4e667f65e
> 
> introduce the PTR_ALIGN_UP macro
> 
>  17db6e8d6b12f55e312fcab46faf5d332c806fb6
> 
> and use the macro, but the later doesn't ensure that the correct
> header is actually included.  I can't say whether I noticed that
> this failed on x86_64, but it did for Alpha.  Perhaps there's a
> different set of implicit includes going on, but I didn't try to
> really figure it out.
> 
> Committed as obvious.

It does not fail for x86-64 because libc-internal.h is included
via tls.h.

Cheers,
Carlos.


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