musl/arch/arm/src
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
..
__aeabi_atexit.c
__aeabi_memclr.c implement arm eabi mem* functions 2015-08-31 06:35:01 +00:00
__aeabi_memcpy.c implement arm eabi mem* functions 2015-08-31 06:35:01 +00:00
__aeabi_memmove.c implement arm eabi mem* functions 2015-08-31 06:35:01 +00:00
__aeabi_memset.c implement arm eabi mem* functions 2015-08-31 06:35:01 +00:00
__set_thread_area.c fix __aeabi_read_tp oversight in arm atomics/tls overhaul 2014-11-22 12:26:38 -05:00
atomics.s fix build regression for arm pre-v7 from out-of-tree build patch 2016-01-20 02:31:06 +00:00
find_exidx.c add some ARM EABI-specific exception handling infrastructure 2013-07-10 16:11:01 -04:00