musl/arch
Rich Felker 71991a803c adjust i386 max_align_t definition to work around some broken compilers
at least gcc 4.7 claims c++11 support but does not accept the alignas
keyword, causing breakage when stddef.h is included in c++11 mode.
instead, prefer using __attribute__((__aligned__)) on any compiler
with GNU extensions, and only use the alignas keyword as a fallback
for other C++ compilers.

C code should not be affected by this patch.
2015-12-29 12:46:15 -05:00
..
aarch64 properly access mcontext_t program counter in cancellation handler 2015-11-02 12:41:49 -05:00
arm explicitly assemble all arm asm sources as UAL 2015-11-10 00:01:55 -05:00
i386 adjust i386 max_align_t definition to work around some broken compilers 2015-12-29 12:46:15 -05:00
microblaze properly access mcontext_t program counter in cancellation handler 2015-11-02 12:41:49 -05:00
mips remove visibility suppression by SHARED macro in mips and x32 arch files 2015-12-15 23:18:38 -05:00
or1k properly access mcontext_t program counter in cancellation handler 2015-11-02 12:41:49 -05:00
powerpc properly access mcontext_t program counter in cancellation handler 2015-11-02 12:41:49 -05:00
sh fix dynamic loader library mapping for nommu systems 2015-11-11 17:40:27 -05:00
x32 remove visibility suppression by SHARED macro in mips and x32 arch files 2015-12-15 23:18:38 -05:00
x86_64 properly access mcontext_t program counter in cancellation handler 2015-11-02 12:41:49 -05:00