Browse Source

move arm-specific translation units out of arch/arm/src, to src/*/arm

this is possible with the new build system that allows src/*/$(ARCH)/*
files which do not shadow a file in the parent directory, and yields a
more logical organization. eventually it will be possible to remove
arch/*/src from the build system.
Rich Felker 9 years ago
parent
commit
e617b9eea9

+ 0 - 0
arch/arm/src/__aeabi_atexit.c → src/exit/arm/__aeabi_atexit.c


+ 0 - 0
arch/arm/src/find_exidx.c → src/ldso/arm/find_exidx.c


+ 0 - 0
arch/arm/src/__aeabi_memclr.c → src/string/arm/__aeabi_memclr.c


+ 0 - 0
arch/arm/src/__aeabi_memcpy.c → src/string/arm/__aeabi_memcpy.c


+ 0 - 0
arch/arm/src/__aeabi_memmove.c → src/string/arm/__aeabi_memmove.c


+ 0 - 0
arch/arm/src/__aeabi_memset.c → src/string/arm/__aeabi_memset.c


+ 0 - 0
arch/arm/src/__set_thread_area.c → src/thread/arm/__set_thread_area.c


+ 0 - 1
src/thread/arm/__set_thread_area.s

@@ -1 +0,0 @@
-/* Replaced by C code in arch/arm/src */

+ 0 - 0
arch/arm/src/atomics.s → src/thread/arm/atomics.s