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: glibc 2.21 - Machine maintainers, please test your machines.


On Sat, 24 Jan 2015, Torvald Riegel wrote:

> m68k is an outlier. It sets the size to 16B but alignment like that:
> long int __align __attribute__ ((__aligned__ (4)))
> 
> I don't know anything about m68k, and there's no comment why that is
> different.  Does anyone know?

2-byte default alignment of 4-byte types (but 4-byte alignment still 
required if used as futexes), I think.

-- 
Joseph S. Myers
joseph@codesourcery.com


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