History log of /seL4-test-master/projects/musllibc/src/string/arm/__aeabi_memclr.c
Revision Date Author Comments
# e617b9ee 21-Jan-2016 Rich Felker <dalias@aerifal.cx>

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.