This is the mail archive of the libc-alpha@sources.redhat.com 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]

Re: Problem with malloc on PA


On Wed, Apr 25, 2001 at 03:38:26PM -0700, Ulrich Drepper wrote:
> Not in general, but for PA, yes.

Great!

> What type does gcc return __alignof__(type) == 16 for?  We should be
> able to define
> 
>   #define MALLOC_ALIGNMENT MAX(SIZE_SZ + SIZE_SZ, __alignof__(type))
> 
> The rest should then fall into place.

_lt_spinlock_t in our tree, see my other mail.


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