musl/arch
Rich Felker b6363bb70a fix build regression for arm pre-v7 from out-of-tree build patch
commit 2f853dd6b9 failed to replicate
the old makefile logic that caused arch/arm/src/arm/atomics.s to be
built. since this was the only .s file under arch/*/src, rather than
trying to reproduce the old logic, I'm just moving it up a level and
adjusting the glob pattern in the makefile to catch it. eventually
arch/*/src will probably be removed in favor of moving all these files
to appropriate src/*/$(ARCH) locations.
2016-01-20 02:31:06 +00:00
..
aarch64 properly access mcontext_t program counter in cancellation handler 2015-11-02 12:41:49 -05:00
arm fix build regression for arm pre-v7 from out-of-tree build patch 2016-01-20 02:31:06 +00: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 adjust mips crt_arch entry point asm to avoid assembler bugs 2015-12-29 13:01:29 -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