summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2014-02-08 01:49:39 +0000
committerJoseph Myers <joseph@codesourcery.com>2014-02-08 01:49:39 +0000
commitc6bfe5c4d756913297db03f55e42016d1c48918c (patch)
tree898d2910ef903f46b596ad54e519ed4495357766
parent852fa2dd3aa1a687780e27300df9eb0bdc433863 (diff)
Move arm from ports to libc.
I've moved the ARM port from ports to the main sysdeps hierarchy. Beyond the README update, the move of the files was simply git mv ports/sysdeps/arm sysdeps/arm git mv ports/sysdeps/unix/arm sysdeps/unix/arm git mv ports/sysdeps/unix/sysv/linux/arm sysdeps/unix/sysv/linux/arm and in addition to the ChangeLog entries here, I put a note at the top of ports/ChangeLog.arm similar to that at the top of ChangeLog.powerpc. There is deliberately no NEWS change, as I think it makes the most sense to put in a general note above all ports having moved if we can achieve that for 2.20. Tested that disassembly of installed shared libraries for arm is the same before and after this patch, except for data (not instructions) in ld.so (there are assertions in sysdeps/arm/dl-machine.h, and the path by which that file is found, and so by which it appears in the assertion message, changes as a result of the move). * sysdeps/arm: Move directory from ports/sysdeps/arm. * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm. * sysdeps/unix/sysv/linux/arm: Move directory from ports/sysdeps/unix/sysv/linux/arm. * README: Update listing for arm-*-linux-gnueabi. ports/ChangeLog.arm: * sysdeps/arm: Move directory to ../sysdeps/arm. * sysdeps/unix/arm: Move directory to ../sysdeps.arm. * sysdeps/unix/sysv/linux/arm: Move directory to ../sysdeps/unix/sysv/linux/arm.
-rw-r--r--ChangeLog6
-rw-r--r--README2
-rw-r--r--ports/ChangeLog.arm12
-rw-r--r--sysdeps/arm/Implies (renamed from ports/sysdeps/arm/Implies)0
-rw-r--r--sysdeps/arm/Makefile (renamed from ports/sysdeps/arm/Makefile)0
-rw-r--r--sysdeps/arm/Versions (renamed from ports/sysdeps/arm/Versions)0
-rw-r--r--sysdeps/arm/__longjmp.S (renamed from ports/sysdeps/arm/__longjmp.S)0
-rw-r--r--sysdeps/arm/abi-note.S (renamed from ports/sysdeps/arm/abi-note.S)0
-rw-r--r--sysdeps/arm/add_n.S (renamed from ports/sysdeps/arm/add_n.S)0
-rw-r--r--sysdeps/arm/addmul_1.S (renamed from ports/sysdeps/arm/addmul_1.S)0
-rw-r--r--sysdeps/arm/aeabi_assert.c (renamed from ports/sysdeps/arm/aeabi_assert.c)0
-rw-r--r--sysdeps/arm/aeabi_atexit.c (renamed from ports/sysdeps/arm/aeabi_atexit.c)0
-rw-r--r--sysdeps/arm/aeabi_errno_addr.c (renamed from ports/sysdeps/arm/aeabi_errno_addr.c)0
-rw-r--r--sysdeps/arm/aeabi_lcsts.c (renamed from ports/sysdeps/arm/aeabi_lcsts.c)0
-rw-r--r--sysdeps/arm/aeabi_localeconv.c (renamed from ports/sysdeps/arm/aeabi_localeconv.c)0
-rw-r--r--sysdeps/arm/aeabi_math.c (renamed from ports/sysdeps/arm/aeabi_math.c)0
-rw-r--r--sysdeps/arm/aeabi_mb_cur_max.c (renamed from ports/sysdeps/arm/aeabi_mb_cur_max.c)0
-rw-r--r--sysdeps/arm/aeabi_memclr.c (renamed from ports/sysdeps/arm/aeabi_memclr.c)0
-rw-r--r--sysdeps/arm/aeabi_memcpy.c (renamed from ports/sysdeps/arm/aeabi_memcpy.c)0
-rw-r--r--sysdeps/arm/aeabi_memmove.c (renamed from ports/sysdeps/arm/aeabi_memmove.c)0
-rw-r--r--sysdeps/arm/aeabi_memset.c (renamed from ports/sysdeps/arm/aeabi_memset.c)0
-rw-r--r--sysdeps/arm/aeabi_sighandlers.S (renamed from ports/sysdeps/arm/aeabi_sighandlers.S)0
-rw-r--r--sysdeps/arm/aeabi_unwind_cpp_pr1.c (renamed from ports/sysdeps/arm/aeabi_unwind_cpp_pr1.c)0
-rw-r--r--sysdeps/arm/arm-features.h (renamed from ports/sysdeps/arm/arm-features.h)0
-rw-r--r--sysdeps/arm/arm-mcount.S (renamed from ports/sysdeps/arm/arm-mcount.S)0
-rw-r--r--sysdeps/arm/armv6/rawmemchr.S (renamed from ports/sysdeps/arm/armv6/rawmemchr.S)0
-rw-r--r--sysdeps/arm/armv6/stpcpy.S (renamed from ports/sysdeps/arm/armv6/stpcpy.S)0
-rw-r--r--sysdeps/arm/armv6/strchr.S (renamed from ports/sysdeps/arm/armv6/strchr.S)0
-rw-r--r--sysdeps/arm/armv6/strcpy.S (renamed from ports/sysdeps/arm/armv6/strcpy.S)0
-rw-r--r--sysdeps/arm/armv6/strlen.S (renamed from ports/sysdeps/arm/armv6/strlen.S)0
-rw-r--r--sysdeps/arm/armv6/strrchr.S (renamed from ports/sysdeps/arm/armv6/strrchr.S)0
-rw-r--r--sysdeps/arm/armv6t2/Implies (renamed from ports/sysdeps/arm/armv6t2/Implies)0
-rw-r--r--sysdeps/arm/armv6t2/ffs.S (renamed from ports/sysdeps/arm/armv6t2/ffs.S)0
-rw-r--r--sysdeps/arm/armv6t2/ffsll.S (renamed from ports/sysdeps/arm/armv6t2/ffsll.S)0
-rw-r--r--sysdeps/arm/armv6t2/memchr.S (renamed from ports/sysdeps/arm/armv6t2/memchr.S)0
-rw-r--r--sysdeps/arm/armv6t2/strlen.S (renamed from ports/sysdeps/arm/armv6t2/strlen.S)0
-rw-r--r--sysdeps/arm/armv7/Implies (renamed from ports/sysdeps/arm/armv7/Implies)0
-rw-r--r--sysdeps/arm/armv7/configure (renamed from ports/sysdeps/arm/armv7/configure)0
-rw-r--r--sysdeps/arm/armv7/configure.ac (renamed from ports/sysdeps/arm/armv7/configure.ac)0
-rw-r--r--sysdeps/arm/armv7/multiarch/Makefile (renamed from ports/sysdeps/arm/armv7/multiarch/Makefile)0
-rw-r--r--sysdeps/arm/armv7/multiarch/aeabi_memcpy.c (renamed from ports/sysdeps/arm/armv7/multiarch/aeabi_memcpy.c)0
-rw-r--r--sysdeps/arm/armv7/multiarch/ifunc-impl-list.c (renamed from ports/sysdeps/arm/armv7/multiarch/ifunc-impl-list.c)0
-rw-r--r--sysdeps/arm/armv7/multiarch/memcpy.S (renamed from ports/sysdeps/arm/armv7/multiarch/memcpy.S)0
-rw-r--r--sysdeps/arm/armv7/multiarch/memcpy_impl.S (renamed from ports/sysdeps/arm/armv7/multiarch/memcpy_impl.S)0
-rw-r--r--sysdeps/arm/armv7/multiarch/memcpy_neon.S (renamed from ports/sysdeps/arm/armv7/multiarch/memcpy_neon.S)0
-rw-r--r--sysdeps/arm/armv7/multiarch/memcpy_vfp.S (renamed from ports/sysdeps/arm/armv7/multiarch/memcpy_vfp.S)0
-rw-r--r--sysdeps/arm/backtrace.c (renamed from ports/sysdeps/arm/backtrace.c)0
-rw-r--r--sysdeps/arm/bits/atomic.h (renamed from ports/sysdeps/arm/bits/atomic.h)0
-rw-r--r--sysdeps/arm/bits/endian.h (renamed from ports/sysdeps/arm/bits/endian.h)0
-rw-r--r--sysdeps/arm/bits/fenv.h (renamed from ports/sysdeps/arm/bits/fenv.h)0
-rw-r--r--sysdeps/arm/bits/link.h (renamed from ports/sysdeps/arm/bits/link.h)0
-rw-r--r--sysdeps/arm/bits/linkmap.h (renamed from ports/sysdeps/arm/bits/linkmap.h)0
-rw-r--r--sysdeps/arm/bits/mathdef.h (renamed from ports/sysdeps/arm/bits/mathdef.h)0
-rw-r--r--sysdeps/arm/bits/setjmp.h (renamed from ports/sysdeps/arm/bits/setjmp.h)0
-rw-r--r--sysdeps/arm/bsd-_setjmp.S (renamed from ports/sysdeps/arm/bsd-_setjmp.S)0
-rw-r--r--sysdeps/arm/bsd-setjmp.S (renamed from ports/sysdeps/arm/bsd-setjmp.S)0
-rw-r--r--sysdeps/arm/configure (renamed from ports/sysdeps/arm/configure)0
-rw-r--r--sysdeps/arm/configure.ac (renamed from ports/sysdeps/arm/configure.ac)0
-rw-r--r--sysdeps/arm/crti.S (renamed from ports/sysdeps/arm/crti.S)0
-rw-r--r--sysdeps/arm/crtn.S (renamed from ports/sysdeps/arm/crtn.S)0
-rw-r--r--sysdeps/arm/dl-irel.h (renamed from ports/sysdeps/arm/dl-irel.h)0
-rw-r--r--sysdeps/arm/dl-lookupcfg.h (renamed from ports/sysdeps/arm/dl-lookupcfg.h)0
-rw-r--r--sysdeps/arm/dl-machine.h (renamed from ports/sysdeps/arm/dl-machine.h)0
-rw-r--r--sysdeps/arm/dl-sysdep.h (renamed from ports/sysdeps/arm/dl-sysdep.h)0
-rw-r--r--sysdeps/arm/dl-tls.h (renamed from ports/sysdeps/arm/dl-tls.h)0
-rw-r--r--sysdeps/arm/dl-tlsdesc.S (renamed from ports/sysdeps/arm/dl-tlsdesc.S)0
-rw-r--r--sysdeps/arm/dl-tlsdesc.h (renamed from ports/sysdeps/arm/dl-tlsdesc.h)0
-rw-r--r--sysdeps/arm/dl-trampoline.S (renamed from ports/sysdeps/arm/dl-trampoline.S)0
-rw-r--r--sysdeps/arm/fclrexcpt.c (renamed from ports/sysdeps/arm/fclrexcpt.c)0
-rw-r--r--sysdeps/arm/fedisblxcpt.c (renamed from ports/sysdeps/arm/fedisblxcpt.c)0
-rw-r--r--sysdeps/arm/feenablxcpt.c (renamed from ports/sysdeps/arm/feenablxcpt.c)0
-rw-r--r--sysdeps/arm/fegetenv.c (renamed from ports/sysdeps/arm/fegetenv.c)0
-rw-r--r--sysdeps/arm/fegetexcept.c (renamed from ports/sysdeps/arm/fegetexcept.c)0
-rw-r--r--sysdeps/arm/fegetround.c (renamed from ports/sysdeps/arm/fegetround.c)0
-rw-r--r--sysdeps/arm/feholdexcpt.c (renamed from ports/sysdeps/arm/feholdexcpt.c)0
-rw-r--r--sysdeps/arm/fesetenv.c (renamed from ports/sysdeps/arm/fesetenv.c)0
-rw-r--r--sysdeps/arm/fesetround.c (renamed from ports/sysdeps/arm/fesetround.c)0
-rw-r--r--sysdeps/arm/feupdateenv.c (renamed from ports/sysdeps/arm/feupdateenv.c)0
-rw-r--r--sysdeps/arm/fgetexcptflg.c (renamed from ports/sysdeps/arm/fgetexcptflg.c)0
-rw-r--r--sysdeps/arm/find_exidx.c (renamed from ports/sysdeps/arm/find_exidx.c)0
-rw-r--r--sysdeps/arm/fpu_control.h (renamed from ports/sysdeps/arm/fpu_control.h)0
-rw-r--r--sysdeps/arm/fraiseexcpt.c (renamed from ports/sysdeps/arm/fraiseexcpt.c)0
-rw-r--r--sysdeps/arm/frame.h (renamed from ports/sysdeps/arm/frame.h)0
-rw-r--r--sysdeps/arm/framestate.c (renamed from ports/sysdeps/arm/framestate.c)0
-rw-r--r--sysdeps/arm/fsetexcptflg.c (renamed from ports/sysdeps/arm/fsetexcptflg.c)0
-rw-r--r--sysdeps/arm/ftestexcept.c (renamed from ports/sysdeps/arm/ftestexcept.c)0
-rw-r--r--sysdeps/arm/gcc-compat.h (renamed from ports/sysdeps/arm/gcc-compat.h)0
-rw-r--r--sysdeps/arm/gccframe.h (renamed from ports/sysdeps/arm/gccframe.h)0
-rw-r--r--sysdeps/arm/get-rounding-mode.h (renamed from ports/sysdeps/arm/get-rounding-mode.h)0
-rw-r--r--sysdeps/arm/gmp-mparam.h (renamed from ports/sysdeps/arm/gmp-mparam.h)0
-rw-r--r--sysdeps/arm/include/bits/setjmp.h (renamed from ports/sysdeps/arm/include/bits/setjmp.h)0
-rw-r--r--sysdeps/arm/jmpbuf-unwind.h (renamed from ports/sysdeps/arm/jmpbuf-unwind.h)0
-rw-r--r--sysdeps/arm/ldsodefs.h (renamed from ports/sysdeps/arm/ldsodefs.h)0
-rw-r--r--sysdeps/arm/libc-tls.c (renamed from ports/sysdeps/arm/libc-tls.c)0
-rw-r--r--sysdeps/arm/libm-test-ulps (renamed from ports/sysdeps/arm/libm-test-ulps)0
-rw-r--r--sysdeps/arm/machine-gmon.h (renamed from ports/sysdeps/arm/machine-gmon.h)0
-rw-r--r--sysdeps/arm/math-tests.h (renamed from ports/sysdeps/arm/math-tests.h)0
-rw-r--r--sysdeps/arm/memcpy.S (renamed from ports/sysdeps/arm/memcpy.S)0
-rw-r--r--sysdeps/arm/memmove.S (renamed from ports/sysdeps/arm/memmove.S)0
-rw-r--r--sysdeps/arm/memset.S (renamed from ports/sysdeps/arm/memset.S)0
-rw-r--r--sysdeps/arm/memusage.h (renamed from ports/sysdeps/arm/memusage.h)0
-rw-r--r--sysdeps/arm/nptl/Makefile (renamed from ports/sysdeps/arm/nptl/Makefile)0
-rw-r--r--sysdeps/arm/nptl/pthread_spin_lock.c (renamed from ports/sysdeps/arm/nptl/pthread_spin_lock.c)0
-rw-r--r--sysdeps/arm/nptl/pthreaddef.h (renamed from ports/sysdeps/arm/nptl/pthreaddef.h)0
-rw-r--r--sysdeps/arm/nptl/tcb-offsets.sym (renamed from ports/sysdeps/arm/nptl/tcb-offsets.sym)0
-rw-r--r--sysdeps/arm/nptl/tls.h (renamed from ports/sysdeps/arm/nptl/tls.h)0
-rw-r--r--sysdeps/arm/preconfigure (renamed from ports/sysdeps/arm/preconfigure)0
-rw-r--r--sysdeps/arm/preconfigure.ac (renamed from ports/sysdeps/arm/preconfigure.ac)0
-rw-r--r--sysdeps/arm/rtld-global-offsets.sym (renamed from ports/sysdeps/arm/rtld-global-offsets.sym)0
-rw-r--r--sysdeps/arm/s_fma.c (renamed from ports/sysdeps/arm/s_fma.c)0
-rw-r--r--sysdeps/arm/s_fmaf.c (renamed from ports/sysdeps/arm/s_fmaf.c)0
-rw-r--r--sysdeps/arm/setfpucw.c (renamed from ports/sysdeps/arm/setfpucw.c)0
-rw-r--r--sysdeps/arm/setjmp.S (renamed from ports/sysdeps/arm/setjmp.S)0
-rw-r--r--sysdeps/arm/shlib-versions (renamed from ports/sysdeps/arm/shlib-versions)0
-rw-r--r--sysdeps/arm/soft-fp/sfp-machine.h (renamed from ports/sysdeps/arm/soft-fp/sfp-machine.h)0
-rw-r--r--sysdeps/arm/sotruss-lib.c (renamed from ports/sysdeps/arm/sotruss-lib.c)0
-rw-r--r--sysdeps/arm/stackinfo.h (renamed from ports/sysdeps/arm/stackinfo.h)0
-rw-r--r--sysdeps/arm/start.S (renamed from ports/sysdeps/arm/start.S)0
-rw-r--r--sysdeps/arm/static-stubs.c (renamed from ports/sysdeps/arm/static-stubs.c)0
-rw-r--r--sysdeps/arm/strlen.S (renamed from ports/sysdeps/arm/strlen.S)0
-rw-r--r--sysdeps/arm/sub_n.S (renamed from ports/sysdeps/arm/sub_n.S)0
-rw-r--r--sysdeps/arm/submul_1.S (renamed from ports/sysdeps/arm/submul_1.S)0
-rw-r--r--sysdeps/arm/sys/ucontext.h (renamed from ports/sysdeps/arm/sys/ucontext.h)0
-rw-r--r--sysdeps/arm/sysdep.h (renamed from ports/sysdeps/arm/sysdep.h)0
-rw-r--r--sysdeps/arm/test-fpucw.c (renamed from ports/sysdeps/arm/test-fpucw.c)0
-rw-r--r--sysdeps/arm/tls-macros.h (renamed from ports/sysdeps/arm/tls-macros.h)0
-rw-r--r--sysdeps/arm/tlsdesc.c (renamed from ports/sysdeps/arm/tlsdesc.c)0
-rw-r--r--sysdeps/arm/tlsdesc.sym (renamed from ports/sysdeps/arm/tlsdesc.sym)0
-rw-r--r--sysdeps/arm/tst-audit.h (renamed from ports/sysdeps/arm/tst-audit.h)0
-rw-r--r--sysdeps/arm/unwind-dw2-fde-glibc.c (renamed from ports/sysdeps/arm/unwind-dw2-fde-glibc.c)0
-rw-r--r--sysdeps/arm/unwind-pe.c (renamed from ports/sysdeps/arm/unwind-pe.c)0
-rw-r--r--sysdeps/unix/arm/sysdep.S (renamed from ports/sysdeps/unix/arm/sysdep.S)0
-rw-r--r--sysdeps/unix/arm/sysdep.h (renamed from ports/sysdeps/unix/arm/sysdep.h)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/Makefile (renamed from ports/sysdeps/unix/sysv/linux/arm/Makefile)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/Versions (renamed from ports/sysdeps/unix/sysv/linux/arm/Versions)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/____longjmp_chk.S (renamed from ports/sysdeps/unix/sysv/linux/arm/____longjmp_chk.S)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/aeabi_read_tp.S (renamed from ports/sysdeps/unix/sysv/linux/arm/aeabi_read_tp.S)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/alphasort64.c (renamed from ports/sysdeps/unix/sysv/linux/arm/alphasort64.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/arm-features.h (renamed from ports/sysdeps/unix/sysv/linux/arm/arm-features.h)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/bits/atomic.h (renamed from ports/sysdeps/unix/sysv/linux/arm/bits/atomic.h)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/bits/fcntl.h (renamed from ports/sysdeps/unix/sysv/linux/arm/bits/fcntl.h)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/bits/hwcap.h (renamed from ports/sysdeps/unix/sysv/linux/arm/bits/hwcap.h)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/bits/mman.h (renamed from ports/sysdeps/unix/sysv/linux/arm/bits/mman.h)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/bits/shm.h (renamed from ports/sysdeps/unix/sysv/linux/arm/bits/shm.h)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/brk.c (renamed from ports/sysdeps/unix/sysv/linux/arm/brk.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/clone.S (renamed from ports/sysdeps/unix/sysv/linux/arm/clone.S)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/configure (renamed from ports/sysdeps/unix/sysv/linux/arm/configure)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/configure.ac (renamed from ports/sysdeps/unix/sysv/linux/arm/configure.ac)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/dl-cache.h (renamed from ports/sysdeps/unix/sysv/linux/arm/dl-cache.h)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/dl-machine.h (renamed from ports/sysdeps/unix/sysv/linux/arm/dl-machine.h)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/dl-procinfo.c (renamed from ports/sysdeps/unix/sysv/linux/arm/dl-procinfo.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/dl-procinfo.h (renamed from ports/sysdeps/unix/sysv/linux/arm/dl-procinfo.h)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/fchown.c (renamed from ports/sysdeps/unix/sysv/linux/arm/fchown.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/fcntl.c (renamed from ports/sysdeps/unix/sysv/linux/arm/fcntl.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/ftruncate64.c (renamed from ports/sysdeps/unix/sysv/linux/arm/ftruncate64.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/fxstat.c (renamed from ports/sysdeps/unix/sysv/linux/arm/fxstat.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/fxstatat.c (renamed from ports/sysdeps/unix/sysv/linux/arm/fxstatat.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/getcontext.S (renamed from ports/sysdeps/unix/sysv/linux/arm/getcontext.S)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/getdents64.c (renamed from ports/sysdeps/unix/sysv/linux/arm/getdents64.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/getegid.c (renamed from ports/sysdeps/unix/sysv/linux/arm/getegid.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/geteuid.c (renamed from ports/sysdeps/unix/sysv/linux/arm/geteuid.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/getgid.c (renamed from ports/sysdeps/unix/sysv/linux/arm/getgid.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/getgroups.c (renamed from ports/sysdeps/unix/sysv/linux/arm/getgroups.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/getresgid.c (renamed from ports/sysdeps/unix/sysv/linux/arm/getresgid.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/getresuid.c (renamed from ports/sysdeps/unix/sysv/linux/arm/getresuid.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/getrlimit64.c (renamed from ports/sysdeps/unix/sysv/linux/arm/getrlimit64.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/getuid.c (renamed from ports/sysdeps/unix/sysv/linux/arm/getuid.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/glob64.c (renamed from ports/sysdeps/unix/sysv/linux/arm/glob64.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/internal_accept4.S (renamed from ports/sysdeps/unix/sysv/linux/arm/internal_accept4.S)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/internal_recvmmsg.S (renamed from ports/sysdeps/unix/sysv/linux/arm/internal_recvmmsg.S)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/internal_sendmmsg.S (renamed from ports/sysdeps/unix/sysv/linux/arm/internal_sendmmsg.S)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/ioperm.c (renamed from ports/sysdeps/unix/sysv/linux/arm/ioperm.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/kernel-features.h (renamed from ports/sysdeps/unix/sysv/linux/arm/kernel-features.h)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/lchown.c (renamed from ports/sysdeps/unix/sysv/linux/arm/lchown.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/ldconfig.h (renamed from ports/sysdeps/unix/sysv/linux/arm/ldconfig.h)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/ldsodefs.h (renamed from ports/sysdeps/unix/sysv/linux/arm/ldsodefs.h)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S (renamed from ports/sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (renamed from ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/lockf64.c (renamed from ports/sysdeps/unix/sysv/linux/arm/lockf64.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/lxstat.c (renamed from ports/sysdeps/unix/sysv/linux/arm/lxstat.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/makecontext.c (renamed from ports/sysdeps/unix/sysv/linux/arm/makecontext.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/mmap.S (renamed from ports/sysdeps/unix/sysv/linux/arm/mmap.S)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/mmap64.S (renamed from ports/sysdeps/unix/sysv/linux/arm/mmap64.S)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/msgctl.c (renamed from ports/sysdeps/unix/sysv/linux/arm/msgctl.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/Makefile (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/Makefile)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/Versions (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/Versions)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/c++-types.data (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/c++-types.data)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/clone.S (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/clone.S)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/configure (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/configure)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/configure.ac (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/configure.ac)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/createthread.c (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/createthread.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/fork.c (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/fork.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/ld.abilist (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/ld.abilist)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/libc.abilist (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/libc.abilist)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/libm.abilist (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/libm.abilist)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/librt.abilist (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/librt.abilist)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/localplt.data (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/localplt.data)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/unwind.h (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/unwind.h)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/nptl/vfork.S (renamed from ports/sysdeps/unix/sysv/linux/arm/nptl/vfork.S)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/oldgetrlimit.c (renamed from ports/sysdeps/unix/sysv/linux/arm/oldgetrlimit.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/oldgetrlimit64.c (renamed from ports/sysdeps/unix/sysv/linux/arm/oldgetrlimit64.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/oldsetrlimit.c (renamed from ports/sysdeps/unix/sysv/linux/arm/oldsetrlimit.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/posix_fadvise.c (renamed from ports/sysdeps/unix/sysv/linux/arm/posix_fadvise.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (renamed from ports/sysdeps/unix/sysv/linux/arm/posix_fadvise64.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/pread.c (renamed from ports/sysdeps/unix/sysv/linux/arm/pread.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/pread64.c (renamed from ports/sysdeps/unix/sysv/linux/arm/pread64.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/profil-counter.h (renamed from ports/sysdeps/unix/sysv/linux/arm/profil-counter.h)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/pwrite.c (renamed from ports/sysdeps/unix/sysv/linux/arm/pwrite.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/pwrite64.c (renamed from ports/sysdeps/unix/sysv/linux/arm/pwrite64.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/readahead.c (renamed from ports/sysdeps/unix/sysv/linux/arm/readahead.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/readdir64.c (renamed from ports/sysdeps/unix/sysv/linux/arm/readdir64.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/readdir64_r.c (renamed from ports/sysdeps/unix/sysv/linux/arm/readdir64_r.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/readelflib.c (renamed from ports/sysdeps/unix/sysv/linux/arm/readelflib.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/register-dump.h (renamed from ports/sysdeps/unix/sysv/linux/arm/register-dump.h)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/scandir64.c (renamed from ports/sysdeps/unix/sysv/linux/arm/scandir64.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/semctl.c (renamed from ports/sysdeps/unix/sysv/linux/arm/semctl.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/setcontext.S (renamed from ports/sysdeps/unix/sysv/linux/arm/setcontext.S)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/setegid.c (renamed from ports/sysdeps/unix/sysv/linux/arm/setegid.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/seteuid.c (renamed from ports/sysdeps/unix/sysv/linux/arm/seteuid.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/setfsgid.c (renamed from ports/sysdeps/unix/sysv/linux/arm/setfsgid.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/setfsuid.c (renamed from ports/sysdeps/unix/sysv/linux/arm/setfsuid.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/setgid.c (renamed from ports/sysdeps/unix/sysv/linux/arm/setgid.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/setgroups.c (renamed from ports/sysdeps/unix/sysv/linux/arm/setgroups.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/setregid.c (renamed from ports/sysdeps/unix/sysv/linux/arm/setregid.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/setresgid.c (renamed from ports/sysdeps/unix/sysv/linux/arm/setresgid.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/setresuid.c (renamed from ports/sysdeps/unix/sysv/linux/arm/setresuid.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/setreuid.c (renamed from ports/sysdeps/unix/sysv/linux/arm/setreuid.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/setrlimit.c (renamed from ports/sysdeps/unix/sysv/linux/arm/setrlimit.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/setuid.c (renamed from ports/sysdeps/unix/sysv/linux/arm/setuid.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/shmctl.c (renamed from ports/sysdeps/unix/sysv/linux/arm/shmctl.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/sigaction.c (renamed from ports/sysdeps/unix/sysv/linux/arm/sigaction.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/sigcontextinfo.h (renamed from ports/sysdeps/unix/sysv/linux/arm/sigcontextinfo.h)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/sigrestorer.S (renamed from ports/sysdeps/unix/sysv/linux/arm/sigrestorer.S)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/swapcontext.S (renamed from ports/sysdeps/unix/sysv/linux/arm/swapcontext.S)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/sys/elf.h (renamed from ports/sysdeps/unix/sysv/linux/arm/sys/elf.h)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/sys/io.h (renamed from ports/sysdeps/unix/sysv/linux/arm/sys/io.h)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/sys/procfs.h (renamed from ports/sysdeps/unix/sysv/linux/arm/sys/procfs.h)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/sys/ucontext.h (renamed from ports/sysdeps/unix/sysv/linux/arm/sys/ucontext.h)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/sys/user.h (renamed from ports/sysdeps/unix/sysv/linux/arm/sys/user.h)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/syscall.S (renamed from ports/sysdeps/unix/sysv/linux/arm/syscall.S)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/syscalls.list (renamed from ports/sysdeps/unix/sysv/linux/arm/syscalls.list)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/sysdep.S (renamed from ports/sysdeps/unix/sysv/linux/arm/sysdep.S)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/sysdep.h (renamed from ports/sysdeps/unix/sysv/linux/arm/sysdep.h)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/truncate64.c (renamed from ports/sysdeps/unix/sysv/linux/arm/truncate64.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/ucontext_i.sym (renamed from ports/sysdeps/unix/sysv/linux/arm/ucontext_i.sym)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/umount.c (renamed from ports/sysdeps/unix/sysv/linux/arm/umount.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/versionsort64.c (renamed from ports/sysdeps/unix/sysv/linux/arm/versionsort64.c)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/vfork.S (renamed from ports/sysdeps/unix/sysv/linux/arm/vfork.S)0
-rw-r--r--sysdeps/unix/sysv/linux/arm/xstat.c (renamed from ports/sysdeps/unix/sysv/linux/arm/xstat.c)0
269 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0af800c28d..640c05e119 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2014-02-08 Joseph Myers <joseph@codesourcery.com>
+ * sysdeps/arm: Move directory from ports/sysdeps/arm.
+ * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
+ * sysdeps/unix/sysv/linux/arm: Move directory from
+ ports/sysdeps/unix/sysv/linux/arm.
+ * README: Update listing for arm-*-linux-gnueabi.
+
* README: Remove mention of am33.
2014-02-07 Roland McGrath <roland@hack.frob.com>
diff --git a/README b/README
index 63bf1bccf3..c234e8a892 100644
--- a/README
+++ b/README
@@ -24,6 +24,7 @@ installed for the pthread library to work correctly.
The GNU C Library supports these configurations for using Linux kernels:
+ arm-*-linux-gnueabi
i[4567]86-*-linux-gnu
x86_64-*-linux-gnu Can build either x86_64 or x32
powerpc-*-linux-gnu Hardware or software floating point, BE only.
@@ -40,7 +41,6 @@ located in the `ports' subdirectory of the source tree.
aarch64*-*-linux-gnu
alpha*-*-linux-gnu
- arm-*-linux-gnueabi
hppa-*-linux-gnu Not currently functional without patches.
ia64-*-linux-gnu
m68k-*-linux-gnu
diff --git a/ports/ChangeLog.arm b/ports/ChangeLog.arm
index d23a6cca55..176b766422 100644
--- a/ports/ChangeLog.arm
+++ b/ports/ChangeLog.arm
@@ -1,5 +1,17 @@
+This file describes changes to the ARM port while it was in the ports
+add-on directory. This port is no longer part of an add-on and so
+future changes to it should be listed in the top-level ChangeLog file,
+not here.
+
+
+
2014-02-08 Joseph Myers <joseph@codesourcery.com>
+ * sysdeps/arm: Move directory to ../sysdeps/arm.
+ * sysdeps/unix/arm: Move directory to ../sysdeps.arm.
+ * sysdeps/unix/sysv/linux/arm: Move directory to
+ ../sysdeps/unix/sysv/linux/arm.
+
* sysdeps/unix/sysv/linux/arm/msgctl.c: Move from
sysdeps/unix/sysv/linux/alpha/msgctl.c instead of #include of that
file.
diff --git a/ports/sysdeps/arm/Implies b/sysdeps/arm/Implies
index 10bd93a160..10bd93a160 100644
--- a/ports/sysdeps/arm/Implies
+++ b/sysdeps/arm/Implies
diff --git a/ports/sysdeps/arm/Makefile b/sysdeps/arm/Makefile
index b218e76eac..b218e76eac 100644
--- a/ports/sysdeps/arm/Makefile
+++ b/sysdeps/arm/Makefile
diff --git a/ports/sysdeps/arm/Versions b/sysdeps/arm/Versions
index 5f2af29c38..5f2af29c38 100644
--- a/ports/sysdeps/arm/Versions
+++ b/sysdeps/arm/Versions
diff --git a/ports/sysdeps/arm/__longjmp.S b/sysdeps/arm/__longjmp.S
index 27c57a12df..27c57a12df 100644
--- a/ports/sysdeps/arm/__longjmp.S
+++ b/sysdeps/arm/__longjmp.S
diff --git a/ports/sysdeps/arm/abi-note.S b/sysdeps/arm/abi-note.S
index 1060c3d280..1060c3d280 100644
--- a/ports/sysdeps/arm/abi-note.S
+++ b/sysdeps/arm/abi-note.S
diff --git a/ports/sysdeps/arm/add_n.S b/sysdeps/arm/add_n.S
index 4cc1ac287f..4cc1ac287f 100644
--- a/ports/sysdeps/arm/add_n.S
+++ b/sysdeps/arm/add_n.S
diff --git a/ports/sysdeps/arm/addmul_1.S b/sysdeps/arm/addmul_1.S
index fab1ae8cd4..fab1ae8cd4 100644
--- a/ports/sysdeps/arm/addmul_1.S
+++ b/sysdeps/arm/addmul_1.S
diff --git a/ports/sysdeps/arm/aeabi_assert.c b/sysdeps/arm/aeabi_assert.c
index 0a31ffb4fb..0a31ffb4fb 100644
--- a/ports/sysdeps/arm/aeabi_assert.c
+++ b/sysdeps/arm/aeabi_assert.c
diff --git a/ports/sysdeps/arm/aeabi_atexit.c b/sysdeps/arm/aeabi_atexit.c
index c5c207f4cf..c5c207f4cf 100644
--- a/ports/sysdeps/arm/aeabi_atexit.c
+++ b/sysdeps/arm/aeabi_atexit.c
diff --git a/ports/sysdeps/arm/aeabi_errno_addr.c b/sysdeps/arm/aeabi_errno_addr.c
index 160c765a09..160c765a09 100644
--- a/ports/sysdeps/arm/aeabi_errno_addr.c
+++ b/sysdeps/arm/aeabi_errno_addr.c
diff --git a/ports/sysdeps/arm/aeabi_lcsts.c b/sysdeps/arm/aeabi_lcsts.c
index dac9a17604..dac9a17604 100644
--- a/ports/sysdeps/arm/aeabi_lcsts.c
+++ b/sysdeps/arm/aeabi_lcsts.c
diff --git a/ports/sysdeps/arm/aeabi_localeconv.c b/sysdeps/arm/aeabi_localeconv.c
index 2a7615f6de..2a7615f6de 100644
--- a/ports/sysdeps/arm/aeabi_localeconv.c
+++ b/sysdeps/arm/aeabi_localeconv.c
diff --git a/ports/sysdeps/arm/aeabi_math.c b/sysdeps/arm/aeabi_math.c
index 6b4211fbc5..6b4211fbc5 100644
--- a/ports/sysdeps/arm/aeabi_math.c
+++ b/sysdeps/arm/aeabi_math.c
diff --git a/ports/sysdeps/arm/aeabi_mb_cur_max.c b/sysdeps/arm/aeabi_mb_cur_max.c
index ba2cc3a341..ba2cc3a341 100644
--- a/ports/sysdeps/arm/aeabi_mb_cur_max.c
+++ b/sysdeps/arm/aeabi_mb_cur_max.c
diff --git a/ports/sysdeps/arm/aeabi_memclr.c b/sysdeps/arm/aeabi_memclr.c
index 3bdfb3edf2..3bdfb3edf2 100644
--- a/ports/sysdeps/arm/aeabi_memclr.c
+++ b/sysdeps/arm/aeabi_memclr.c
diff --git a/ports/sysdeps/arm/aeabi_memcpy.c b/sysdeps/arm/aeabi_memcpy.c
index 88e2e7bfbb..88e2e7bfbb 100644
--- a/ports/sysdeps/arm/aeabi_memcpy.c
+++ b/sysdeps/arm/aeabi_memcpy.c
diff --git a/ports/sysdeps/arm/aeabi_memmove.c b/sysdeps/arm/aeabi_memmove.c
index 14961337e2..14961337e2 100644
--- a/ports/sysdeps/arm/aeabi_memmove.c
+++ b/sysdeps/arm/aeabi_memmove.c
diff --git a/ports/sysdeps/arm/aeabi_memset.c b/sysdeps/arm/aeabi_memset.c
index 160cfbb497..160cfbb497 100644
--- a/ports/sysdeps/arm/aeabi_memset.c
+++ b/sysdeps/arm/aeabi_memset.c
diff --git a/ports/sysdeps/arm/aeabi_sighandlers.S b/sysdeps/arm/aeabi_sighandlers.S
index c14193b066..c14193b066 100644
--- a/ports/sysdeps/arm/aeabi_sighandlers.S
+++ b/sysdeps/arm/aeabi_sighandlers.S
diff --git a/ports/sysdeps/arm/aeabi_unwind_cpp_pr1.c b/sysdeps/arm/aeabi_unwind_cpp_pr1.c
index f65061310a..f65061310a 100644
--- a/ports/sysdeps/arm/aeabi_unwind_cpp_pr1.c
+++ b/sysdeps/arm/aeabi_unwind_cpp_pr1.c
diff --git a/ports/sysdeps/arm/arm-features.h b/sysdeps/arm/arm-features.h
index b743756519..b743756519 100644
--- a/ports/sysdeps/arm/arm-features.h
+++ b/sysdeps/arm/arm-features.h
diff --git a/ports/sysdeps/arm/arm-mcount.S b/sysdeps/arm/arm-mcount.S
index 7e433c6ff7..7e433c6ff7 100644
--- a/ports/sysdeps/arm/arm-mcount.S
+++ b/sysdeps/arm/arm-mcount.S
diff --git a/ports/sysdeps/arm/armv6/rawmemchr.S b/sysdeps/arm/armv6/rawmemchr.S
index c34fdc6988..c34fdc6988 100644
--- a/ports/sysdeps/arm/armv6/rawmemchr.S
+++ b/sysdeps/arm/armv6/rawmemchr.S
diff --git a/ports/sysdeps/arm/armv6/stpcpy.S b/sysdeps/arm/armv6/stpcpy.S
index 21a4f385be..21a4f385be 100644
--- a/ports/sysdeps/arm/armv6/stpcpy.S
+++ b/sysdeps/arm/armv6/stpcpy.S
diff --git a/ports/sysdeps/arm/armv6/strchr.S b/sysdeps/arm/armv6/strchr.S
index e4de0f3323..e4de0f3323 100644
--- a/ports/sysdeps/arm/armv6/strchr.S
+++ b/sysdeps/arm/armv6/strchr.S
diff --git a/ports/sysdeps/arm/armv6/strcpy.S b/sysdeps/arm/armv6/strcpy.S
index 833a83c28f..833a83c28f 100644
--- a/ports/sysdeps/arm/armv6/strcpy.S
+++ b/sysdeps/arm/armv6/strcpy.S
diff --git a/ports/sysdeps/arm/armv6/strlen.S b/sysdeps/arm/armv6/strlen.S
index 290d7bc86d..290d7bc86d 100644
--- a/ports/sysdeps/arm/armv6/strlen.S
+++ b/sysdeps/arm/armv6/strlen.S
diff --git a/ports/sysdeps/arm/armv6/strrchr.S b/sysdeps/arm/armv6/strrchr.S
index a1e753c11b..a1e753c11b 100644
--- a/ports/sysdeps/arm/armv6/strrchr.S
+++ b/sysdeps/arm/armv6/strrchr.S
diff --git a/ports/sysdeps/arm/armv6t2/Implies b/sysdeps/arm/armv6t2/Implies
index 20a87fc8a5..20a87fc8a5 100644
--- a/ports/sysdeps/arm/armv6t2/Implies
+++ b/sysdeps/arm/armv6t2/Implies
diff --git a/ports/sysdeps/arm/armv6t2/ffs.S b/sysdeps/arm/armv6t2/ffs.S
index b61624aedc..b61624aedc 100644
--- a/ports/sysdeps/arm/armv6t2/ffs.S
+++ b/sysdeps/arm/armv6t2/ffs.S
diff --git a/ports/sysdeps/arm/armv6t2/ffsll.S b/sysdeps/arm/armv6t2/ffsll.S
index 204ff80092..204ff80092 100644
--- a/ports/sysdeps/arm/armv6t2/ffsll.S
+++ b/sysdeps/arm/armv6t2/ffsll.S
diff --git a/ports/sysdeps/arm/armv6t2/memchr.S b/sysdeps/arm/armv6t2/memchr.S
index 65bb94fe70..65bb94fe70 100644
--- a/ports/sysdeps/arm/armv6t2/memchr.S
+++ b/sysdeps/arm/armv6t2/memchr.S
diff --git a/ports/sysdeps/arm/armv6t2/strlen.S b/sysdeps/arm/armv6t2/strlen.S
index 1706f6c6b8..1706f6c6b8 100644
--- a/ports/sysdeps/arm/armv6t2/strlen.S
+++ b/sysdeps/arm/armv6t2/strlen.S
diff --git a/ports/sysdeps/arm/armv7/Implies b/sysdeps/arm/armv7/Implies
index c6cd0eb877..c6cd0eb877 100644
--- a/ports/sysdeps/arm/armv7/Implies
+++ b/sysdeps/arm/armv7/Implies
diff --git a/ports/sysdeps/arm/armv7/configure b/sysdeps/arm/armv7/configure
index 46e5d52df4..46e5d52df4 100644
--- a/ports/sysdeps/arm/armv7/configure
+++ b/sysdeps/arm/armv7/configure
diff --git a/ports/sysdeps/arm/armv7/configure.ac b/sysdeps/arm/armv7/configure.ac
index 01e93ecd36..01e93ecd36 100644
--- a/ports/sysdeps/arm/armv7/configure.ac
+++ b/sysdeps/arm/armv7/configure.ac
diff --git a/ports/sysdeps/arm/armv7/multiarch/Makefile b/sysdeps/arm/armv7/multiarch/Makefile
index e834cc937f..e834cc937f 100644
--- a/ports/sysdeps/arm/armv7/multiarch/Makefile
+++ b/sysdeps/arm/armv7/multiarch/Makefile
diff --git a/ports/sysdeps/arm/armv7/multiarch/aeabi_memcpy.c b/sysdeps/arm/armv7/multiarch/aeabi_memcpy.c
index c6a2a98a55..c6a2a98a55 100644
--- a/ports/sysdeps/arm/armv7/multiarch/aeabi_memcpy.c
+++ b/sysdeps/arm/armv7/multiarch/aeabi_memcpy.c
diff --git a/ports/sysdeps/arm/armv7/multiarch/ifunc-impl-list.c b/sysdeps/arm/armv7/multiarch/ifunc-impl-list.c
index 2515418eda..2515418eda 100644
--- a/ports/sysdeps/arm/armv7/multiarch/ifunc-impl-list.c
+++ b/sysdeps/arm/armv7/multiarch/ifunc-impl-list.c
diff --git a/ports/sysdeps/arm/armv7/multiarch/memcpy.S b/sysdeps/arm/armv7/multiarch/memcpy.S
index c4f4e80fb0..c4f4e80fb0 100644
--- a/ports/sysdeps/arm/armv7/multiarch/memcpy.S
+++ b/sysdeps/arm/armv7/multiarch/memcpy.S
diff --git a/ports/sysdeps/arm/armv7/multiarch/memcpy_impl.S b/sysdeps/arm/armv7/multiarch/memcpy_impl.S
index 1562416cf6..1562416cf6 100644
--- a/ports/sysdeps/arm/armv7/multiarch/memcpy_impl.S
+++ b/sysdeps/arm/armv7/multiarch/memcpy_impl.S
diff --git a/ports/sysdeps/arm/armv7/multiarch/memcpy_neon.S b/sysdeps/arm/armv7/multiarch/memcpy_neon.S
index e60d1cc0e1..e60d1cc0e1 100644
--- a/ports/sysdeps/arm/armv7/multiarch/memcpy_neon.S
+++ b/sysdeps/arm/armv7/multiarch/memcpy_neon.S
diff --git a/ports/sysdeps/arm/armv7/multiarch/memcpy_vfp.S b/sysdeps/arm/armv7/multiarch/memcpy_vfp.S
index e008c041ed..e008c041ed 100644
--- a/ports/sysdeps/arm/armv7/multiarch/memcpy_vfp.S
+++ b/sysdeps/arm/armv7/multiarch/memcpy_vfp.S
diff --git a/ports/sysdeps/arm/backtrace.c b/sysdeps/arm/backtrace.c
index 15ba506411..15ba506411 100644
--- a/ports/sysdeps/arm/backtrace.c
+++ b/sysdeps/arm/backtrace.c
diff --git a/ports/sysdeps/arm/bits/atomic.h b/sysdeps/arm/bits/atomic.h
index c2d5be5703..c2d5be5703 100644
--- a/ports/sysdeps/arm/bits/atomic.h
+++ b/sysdeps/arm/bits/atomic.h
diff --git a/ports/sysdeps/arm/bits/endian.h b/sysdeps/arm/bits/endian.h
index f49f6ab1c9..f49f6ab1c9 100644
--- a/ports/sysdeps/arm/bits/endian.h
+++ b/sysdeps/arm/bits/endian.h
diff --git a/ports/sysdeps/arm/bits/fenv.h b/sysdeps/arm/bits/fenv.h
index c7f5876c5c..c7f5876c5c 100644
--- a/ports/sysdeps/arm/bits/fenv.h
+++ b/sysdeps/arm/bits/fenv.h
diff --git a/ports/sysdeps/arm/bits/link.h b/sysdeps/arm/bits/link.h
index 9412cf8800..9412cf8800 100644
--- a/ports/sysdeps/arm/bits/link.h
+++ b/sysdeps/arm/bits/link.h
diff --git a/ports/sysdeps/arm/bits/linkmap.h b/sysdeps/arm/bits/linkmap.h
index 7c2b4a6da8..7c2b4a6da8 100644
--- a/ports/sysdeps/arm/bits/linkmap.h
+++ b/sysdeps/arm/bits/linkmap.h
diff --git a/ports/sysdeps/arm/bits/mathdef.h b/sysdeps/arm/bits/mathdef.h
index be727e5b8d..be727e5b8d 100644
--- a/ports/sysdeps/arm/bits/mathdef.h
+++ b/sysdeps/arm/bits/mathdef.h
diff --git a/ports/sysdeps/arm/bits/setjmp.h b/sysdeps/arm/bits/setjmp.h
index 41423b2c3b..41423b2c3b 100644
--- a/ports/sysdeps/arm/bits/setjmp.h
+++ b/sysdeps/arm/bits/setjmp.h
diff --git a/ports/sysdeps/arm/bsd-_setjmp.S b/sysdeps/arm/bsd-_setjmp.S
index e8c5b245bf..e8c5b245bf 100644
--- a/ports/sysdeps/arm/bsd-_setjmp.S
+++ b/sysdeps/arm/bsd-_setjmp.S
diff --git a/ports/sysdeps/arm/bsd-setjmp.S b/sysdeps/arm/bsd-setjmp.S
index 682e8130f1..682e8130f1 100644
--- a/ports/sysdeps/arm/bsd-setjmp.S
+++ b/sysdeps/arm/bsd-setjmp.S
diff --git a/ports/sysdeps/arm/configure b/sysdeps/arm/configure
index d79ef76ec9..d79ef76ec9 100644
--- a/ports/sysdeps/arm/configure
+++ b/sysdeps/arm/configure
diff --git a/ports/sysdeps/arm/configure.ac b/sysdeps/arm/configure.ac
index d66500b3fd..d66500b3fd 100644
--- a/ports/sysdeps/arm/configure.ac
+++ b/sysdeps/arm/configure.ac
diff --git a/ports/sysdeps/arm/crti.S b/sysdeps/arm/crti.S
index d053e17ddb..d053e17ddb 100644
--- a/ports/sysdeps/arm/crti.S
+++ b/sysdeps/arm/crti.S
diff --git a/ports/sysdeps/arm/crtn.S b/sysdeps/arm/crtn.S
index d3254ad41f..d3254ad41f 100644
--- a/ports/sysdeps/arm/crtn.S
+++ b/sysdeps/arm/crtn.S
diff --git a/ports/sysdeps/arm/dl-irel.h b/sysdeps/arm/dl-irel.h
index 5c89ce496b..5c89ce496b 100644
--- a/ports/sysdeps/arm/dl-irel.h
+++ b/sysdeps/arm/dl-irel.h
diff --git a/ports/sysdeps/arm/dl-lookupcfg.h b/sysdeps/arm/dl-lookupcfg.h
index 20b6fc626e..20b6fc626e 100644
--- a/ports/sysdeps/arm/dl-lookupcfg.h
+++ b/sysdeps/arm/dl-lookupcfg.h
diff --git a/ports/sysdeps/arm/dl-machine.h b/sysdeps/arm/dl-machine.h
index 02d1a5ebdf..02d1a5ebdf 100644
--- a/ports/sysdeps/arm/dl-machine.h
+++ b/sysdeps/arm/dl-machine.h
diff --git a/ports/sysdeps/arm/dl-sysdep.h b/sysdeps/arm/dl-sysdep.h
index e9c86dfc12..e9c86dfc12 100644
--- a/ports/sysdeps/arm/dl-sysdep.h
+++ b/sysdeps/arm/dl-sysdep.h
diff --git a/ports/sysdeps/arm/dl-tls.h b/sysdeps/arm/dl-tls.h
index 8dea3672f0..8dea3672f0 100644
--- a/ports/sysdeps/arm/dl-tls.h
+++ b/sysdeps/arm/dl-tls.h
diff --git a/ports/sysdeps/arm/dl-tlsdesc.S b/sysdeps/arm/dl-tlsdesc.S
index 1644a32793..1644a32793 100644
--- a/ports/sysdeps/arm/dl-tlsdesc.S
+++ b/sysdeps/arm/dl-tlsdesc.S
diff --git a/ports/sysdeps/arm/dl-tlsdesc.h b/sysdeps/arm/dl-tlsdesc.h
index 27a5d5d948..27a5d5d948 100644
--- a/ports/sysdeps/arm/dl-tlsdesc.h
+++ b/sysdeps/arm/dl-tlsdesc.h
diff --git a/ports/sysdeps/arm/dl-trampoline.S b/sysdeps/arm/dl-trampoline.S
index 2b7033b896..2b7033b896 100644
--- a/ports/sysdeps/arm/dl-trampoline.S
+++ b/sysdeps/arm/dl-trampoline.S
diff --git a/ports/sysdeps/arm/fclrexcpt.c b/sysdeps/arm/fclrexcpt.c
index 8b54114e37..8b54114e37 100644
--- a/ports/sysdeps/arm/fclrexcpt.c
+++ b/sysdeps/arm/fclrexcpt.c
diff --git a/ports/sysdeps/arm/fedisblxcpt.c b/sysdeps/arm/fedisblxcpt.c
index 88da539439..88da539439 100644
--- a/ports/sysdeps/arm/fedisblxcpt.c
+++ b/sysdeps/arm/fedisblxcpt.c
diff --git a/ports/sysdeps/arm/feenablxcpt.c b/sysdeps/arm/feenablxcpt.c
index b286ec5565..b286ec5565 100644
--- a/ports/sysdeps/arm/feenablxcpt.c
+++ b/sysdeps/arm/feenablxcpt.c
diff --git a/ports/sysdeps/arm/fegetenv.c b/sysdeps/arm/fegetenv.c
index 7003a01304..7003a01304 100644
--- a/ports/sysdeps/arm/fegetenv.c
+++ b/sysdeps/arm/fegetenv.c
diff --git a/ports/sysdeps/arm/fegetexcept.c b/sysdeps/arm/fegetexcept.c
index 5974c63336..5974c63336 100644
--- a/ports/sysdeps/arm/fegetexcept.c
+++ b/sysdeps/arm/fegetexcept.c
diff --git a/ports/sysdeps/arm/fegetround.c b/sysdeps/arm/fegetround.c
index cb4cf1bce2..cb4cf1bce2 100644
--- a/ports/sysdeps/arm/fegetround.c
+++ b/sysdeps/arm/fegetround.c
diff --git a/ports/sysdeps/arm/feholdexcpt.c b/sysdeps/arm/feholdexcpt.c
index 9ca673c6fb..9ca673c6fb 100644
--- a/ports/sysdeps/arm/feholdexcpt.c
+++ b/sysdeps/arm/feholdexcpt.c
diff --git a/ports/sysdeps/arm/fesetenv.c b/sysdeps/arm/fesetenv.c
index af4f25d47d..af4f25d47d 100644
--- a/ports/sysdeps/arm/fesetenv.c
+++ b/sysdeps/arm/fesetenv.c
diff --git a/ports/sysdeps/arm/fesetround.c b/sysdeps/arm/fesetround.c
index 6f533d1992..6f533d1992 100644
--- a/ports/sysdeps/arm/fesetround.c
+++ b/sysdeps/arm/fesetround.c
diff --git a/ports/sysdeps/arm/feupdateenv.c b/sysdeps/arm/feupdateenv.c
index 58ec5f66db..58ec5f66db 100644
--- a/ports/sysdeps/arm/feupdateenv.c
+++ b/sysdeps/arm/feupdateenv.c
diff --git a/ports/sysdeps/arm/fgetexcptflg.c b/sysdeps/arm/fgetexcptflg.c
index 114597990a..114597990a 100644
--- a/ports/sysdeps/arm/fgetexcptflg.c
+++ b/sysdeps/arm/fgetexcptflg.c
diff --git a/ports/sysdeps/arm/find_exidx.c b/sysdeps/arm/find_exidx.c
index 39910ed350..39910ed350 100644
--- a/ports/sysdeps/arm/find_exidx.c
+++ b/sysdeps/arm/find_exidx.c
diff --git a/ports/sysdeps/arm/fpu_control.h b/sysdeps/arm/fpu_control.h
index 6d54b9bfee..6d54b9bfee 100644
--- a/ports/sysdeps/arm/fpu_control.h
+++ b/sysdeps/arm/fpu_control.h
diff --git a/ports/sysdeps/arm/fraiseexcpt.c b/sysdeps/arm/fraiseexcpt.c
index 8b320651eb..8b320651eb 100644
--- a/ports/sysdeps/arm/fraiseexcpt.c
+++ b/sysdeps/arm/fraiseexcpt.c
diff --git a/ports/sysdeps/arm/frame.h b/sysdeps/arm/frame.h
index eba5967c3f..eba5967c3f 100644
--- a/ports/sysdeps/arm/frame.h
+++ b/sysdeps/arm/frame.h
diff --git a/ports/sysdeps/arm/framestate.c b/sysdeps/arm/framestate.c
index 710cecca97..710cecca97 100644
--- a/ports/sysdeps/arm/framestate.c
+++ b/sysdeps/arm/framestate.c
diff --git a/ports/sysdeps/arm/fsetexcptflg.c b/sysdeps/arm/fsetexcptflg.c
index 0c88c0fa70..0c88c0fa70 100644
--- a/ports/sysdeps/arm/fsetexcptflg.c
+++ b/sysdeps/arm/fsetexcptflg.c
diff --git a/ports/sysdeps/arm/ftestexcept.c b/sysdeps/arm/ftestexcept.c
index 9295c0fec2..9295c0fec2 100644
--- a/ports/sysdeps/arm/ftestexcept.c
+++ b/sysdeps/arm/ftestexcept.c
diff --git a/ports/sysdeps/arm/gcc-compat.h b/sysdeps/arm/gcc-compat.h
index 680f30e3a7..680f30e3a7 100644
--- a/ports/sysdeps/arm/gcc-compat.h
+++ b/sysdeps/arm/gcc-compat.h
diff --git a/ports/sysdeps/arm/gccframe.h b/sysdeps/arm/gccframe.h
index f417b45791..f417b45791 100644
--- a/ports/sysdeps/arm/gccframe.h
+++ b/sysdeps/arm/gccframe.h
diff --git a/ports/sysdeps/arm/get-rounding-mode.h b/sysdeps/arm/get-rounding-mode.h
index 7d6054cd89..7d6054cd89 100644
--- a/ports/sysdeps/arm/get-rounding-mode.h
+++ b/sysdeps/arm/get-rounding-mode.h
diff --git a/ports/sysdeps/arm/gmp-mparam.h b/sysdeps/arm/gmp-mparam.h
index e2276b7bce..e2276b7bce 100644
--- a/ports/sysdeps/arm/gmp-mparam.h
+++ b/sysdeps/arm/gmp-mparam.h
diff --git a/ports/sysdeps/arm/include/bits/setjmp.h b/sysdeps/arm/include/bits/setjmp.h
index 220dfe8d96..220dfe8d96 100644
--- a/ports/sysdeps/arm/include/bits/setjmp.h
+++ b/sysdeps/arm/include/bits/setjmp.h
diff --git a/ports/sysdeps/arm/jmpbuf-unwind.h b/sysdeps/arm/jmpbuf-unwind.h
index 4dfba44ef8..4dfba44ef8 100644
--- a/ports/sysdeps/arm/jmpbuf-unwind.h
+++ b/sysdeps/arm/jmpbuf-unwind.h
diff --git a/ports/sysdeps/arm/ldsodefs.h b/sysdeps/arm/ldsodefs.h
index 47cbc4f205..47cbc4f205 100644
--- a/ports/sysdeps/arm/ldsodefs.h
+++ b/sysdeps/arm/ldsodefs.h
diff --git a/ports/sysdeps/arm/libc-tls.c b/sysdeps/arm/libc-tls.c
index b364401bbe..b364401bbe 100644
--- a/ports/sysdeps/arm/libc-tls.c
+++ b/sysdeps/arm/libc-tls.c
diff --git a/ports/sysdeps/arm/libm-test-ulps b/sysdeps/arm/libm-test-ulps
index 3811ff0309..3811ff0309 100644
--- a/ports/sysdeps/arm/libm-test-ulps
+++ b/sysdeps/arm/libm-test-ulps
diff --git a/ports/sysdeps/arm/machine-gmon.h b/sysdeps/arm/machine-gmon.h
index 43e980148d..43e980148d 100644
--- a/ports/sysdeps/arm/machine-gmon.h
+++ b/sysdeps/arm/machine-gmon.h
diff --git a/ports/sysdeps/arm/math-tests.h b/sysdeps/arm/math-tests.h
index e65f135e97..e65f135e97 100644
--- a/ports/sysdeps/arm/math-tests.h
+++ b/sysdeps/arm/math-tests.h
diff --git a/ports/sysdeps/arm/memcpy.S b/sysdeps/arm/memcpy.S
index 3e985dad68..3e985dad68 100644
--- a/ports/sysdeps/arm/memcpy.S
+++ b/sysdeps/arm/memcpy.S
diff --git a/ports/sysdeps/arm/memmove.S b/sysdeps/arm/memmove.S
index 04aa7db7b4..04aa7db7b4 100644
--- a/ports/sysdeps/arm/memmove.S
+++ b/sysdeps/arm/memmove.S
diff --git a/ports/sysdeps/arm/memset.S b/sysdeps/arm/memset.S
index cf04db4634..cf04db4634 100644
--- a/ports/sysdeps/arm/memset.S
+++ b/sysdeps/arm/memset.S
diff --git a/ports/sysdeps/arm/memusage.h b/sysdeps/arm/memusage.h
index 51f276c200..51f276c200 100644
--- a/ports/sysdeps/arm/memusage.h
+++ b/sysdeps/arm/memusage.h
diff --git a/ports/sysdeps/arm/nptl/Makefile b/sysdeps/arm/nptl/Makefile
index 143850e6c8..143850e6c8 100644
--- a/ports/sysdeps/arm/nptl/Makefile
+++ b/sysdeps/arm/nptl/Makefile
diff --git a/ports/sysdeps/arm/nptl/pthread_spin_lock.c b/sysdeps/arm/nptl/pthread_spin_lock.c
index 7105c73594..7105c73594 100644
--- a/ports/sysdeps/arm/nptl/pthread_spin_lock.c
+++ b/sysdeps/arm/nptl/pthread_spin_lock.c
diff --git a/ports/sysdeps/arm/nptl/pthreaddef.h b/sysdeps/arm/nptl/pthreaddef.h
index 2488af9828..2488af9828 100644
--- a/ports/sysdeps/arm/nptl/pthreaddef.h
+++ b/sysdeps/arm/nptl/pthreaddef.h
diff --git a/ports/sysdeps/arm/nptl/tcb-offsets.sym b/sysdeps/arm/nptl/tcb-offsets.sym
index 92cc441d3d..92cc441d3d 100644
--- a/ports/sysdeps/arm/nptl/tcb-offsets.sym
+++ b/sysdeps/arm/nptl/tcb-offsets.sym
diff --git a/ports/sysdeps/arm/nptl/tls.h b/sysdeps/arm/nptl/tls.h
index 8cc0a62173..8cc0a62173 100644
--- a/ports/sysdeps/arm/nptl/tls.h
+++ b/sysdeps/arm/nptl/tls.h
diff --git a/ports/sysdeps/arm/preconfigure b/sysdeps/arm/preconfigure
index b3124edae2..b3124edae2 100644
--- a/ports/sysdeps/arm/preconfigure
+++ b/sysdeps/arm/preconfigure
diff --git a/ports/sysdeps/arm/preconfigure.ac b/sysdeps/arm/preconfigure.ac
index 39c86218aa..39c86218aa 100644
--- a/ports/sysdeps/arm/preconfigure.ac
+++ b/sysdeps/arm/preconfigure.ac
diff --git a/ports/sysdeps/arm/rtld-global-offsets.sym b/sysdeps/arm/rtld-global-offsets.sym
index ff4e97f2a6..ff4e97f2a6 100644
--- a/ports/sysdeps/arm/rtld-global-offsets.sym
+++ b/sysdeps/arm/rtld-global-offsets.sym
diff --git a/ports/sysdeps/arm/s_fma.c b/sysdeps/arm/s_fma.c
index dc4e27bfc1..dc4e27bfc1 100644
--- a/ports/sysdeps/arm/s_fma.c
+++ b/sysdeps/arm/s_fma.c
diff --git a/ports/sysdeps/arm/s_fmaf.c b/sysdeps/arm/s_fmaf.c
index 550d8b85d3..550d8b85d3 100644
--- a/ports/sysdeps/arm/s_fmaf.c
+++ b/sysdeps/arm/s_fmaf.c
diff --git a/ports/sysdeps/arm/setfpucw.c b/sysdeps/arm/setfpucw.c
index 92333eb364..92333eb364 100644
--- a/ports/sysdeps/arm/setfpucw.c
+++ b/sysdeps/arm/setfpucw.c
diff --git a/ports/sysdeps/arm/setjmp.S b/sysdeps/arm/setjmp.S
index b0b45ed8da..b0b45ed8da 100644
--- a/ports/sysdeps/arm/setjmp.S
+++ b/sysdeps/arm/setjmp.S
diff --git a/ports/sysdeps/arm/shlib-versions b/sysdeps/arm/shlib-versions
index 1ac597abbb..1ac597abbb 100644
--- a/ports/sysdeps/arm/shlib-versions
+++ b/sysdeps/arm/shlib-versions
diff --git a/ports/sysdeps/arm/soft-fp/sfp-machine.h b/sysdeps/arm/soft-fp/sfp-machine.h
index eba6e35ced..eba6e35ced 100644
--- a/ports/sysdeps/arm/soft-fp/sfp-machine.h
+++ b/sysdeps/arm/soft-fp/sfp-machine.h
diff --git a/ports/sysdeps/arm/sotruss-lib.c b/sysdeps/arm/sotruss-lib.c
index 1f5431c36b..1f5431c36b 100644
--- a/ports/sysdeps/arm/sotruss-lib.c
+++ b/sysdeps/arm/sotruss-lib.c
diff --git a/ports/sysdeps/arm/stackinfo.h b/sysdeps/arm/stackinfo.h
index dc08a17894..dc08a17894 100644
--- a/ports/sysdeps/arm/stackinfo.h
+++ b/sysdeps/arm/stackinfo.h
diff --git a/ports/sysdeps/arm/start.S b/sysdeps/arm/start.S
index adf6531892..adf6531892 100644
--- a/ports/sysdeps/arm/start.S
+++ b/sysdeps/arm/start.S
diff --git a/ports/sysdeps/arm/static-stubs.c b/sysdeps/arm/static-stubs.c
index d90d603a95..d90d603a95 100644
--- a/ports/sysdeps/arm/static-stubs.c
+++ b/sysdeps/arm/static-stubs.c
diff --git a/ports/sysdeps/arm/strlen.S b/sysdeps/arm/strlen.S
index c812202bc3..c812202bc3 100644
--- a/ports/sysdeps/arm/strlen.S
+++ b/sysdeps/arm/strlen.S
diff --git a/ports/sysdeps/arm/sub_n.S b/sysdeps/arm/sub_n.S
index 8eafa41e64..8eafa41e64 100644
--- a/ports/sysdeps/arm/sub_n.S
+++ b/sysdeps/arm/sub_n.S
diff --git a/ports/sysdeps/arm/submul_1.S b/sysdeps/arm/submul_1.S
index 76b9cda865..76b9cda865 100644
--- a/ports/sysdeps/arm/submul_1.S
+++ b/sysdeps/arm/submul_1.S
diff --git a/ports/sysdeps/arm/sys/ucontext.h b/sysdeps/arm/sys/ucontext.h
index a913f68884..a913f68884 100644
--- a/ports/sysdeps/arm/sys/ucontext.h
+++ b/sysdeps/arm/sys/ucontext.h
diff --git a/ports/sysdeps/arm/sysdep.h b/sysdeps/arm/sysdep.h
index 7f34ab042f..7f34ab042f 100644
--- a/ports/sysdeps/arm/sysdep.h
+++ b/sysdeps/arm/sysdep.h
diff --git a/ports/sysdeps/arm/test-fpucw.c b/sysdeps/arm/test-fpucw.c
index 9fc721c7f4..9fc721c7f4 100644
--- a/ports/sysdeps/arm/test-fpucw.c
+++ b/sysdeps/arm/test-fpucw.c
diff --git a/ports/sysdeps/arm/tls-macros.h b/sysdeps/arm/tls-macros.h
index e41d3bc5aa..e41d3bc5aa 100644
--- a/ports/sysdeps/arm/tls-macros.h
+++ b/sysdeps/arm/tls-macros.h
diff --git a/ports/sysdeps/arm/tlsdesc.c b/sysdeps/arm/tlsdesc.c
index fc754d6c42..fc754d6c42 100644
--- a/ports/sysdeps/arm/tlsdesc.c
+++ b/sysdeps/arm/tlsdesc.c
diff --git a/ports/sysdeps/arm/tlsdesc.sym b/sysdeps/arm/tlsdesc.sym
index 3f3a13e2c4..3f3a13e2c4 100644
--- a/ports/sysdeps/arm/tlsdesc.sym
+++ b/sysdeps/arm/tlsdesc.sym
diff --git a/ports/sysdeps/arm/tst-audit.h b/sysdeps/arm/tst-audit.h
index 4f46fa0f23..4f46fa0f23 100644
--- a/ports/sysdeps/arm/tst-audit.h
+++ b/sysdeps/arm/tst-audit.h
diff --git a/ports/sysdeps/arm/unwind-dw2-fde-glibc.c b/sysdeps/arm/unwind-dw2-fde-glibc.c
index 6b2110c2db..6b2110c2db 100644
--- a/ports/sysdeps/arm/unwind-dw2-fde-glibc.c
+++ b/sysdeps/arm/unwind-dw2-fde-glibc.c
diff --git a/ports/sysdeps/arm/unwind-pe.c b/sysdeps/arm/unwind-pe.c
index 710cecca97..710cecca97 100644
--- a/ports/sysdeps/arm/unwind-pe.c
+++ b/sysdeps/arm/unwind-pe.c
diff --git a/ports/sysdeps/unix/arm/sysdep.S b/sysdeps/unix/arm/sysdep.S
index 1a0f093238..1a0f093238 100644
--- a/ports/sysdeps/unix/arm/sysdep.S
+++ b/sysdeps/unix/arm/sysdep.S
diff --git a/ports/sysdeps/unix/arm/sysdep.h b/sysdeps/unix/arm/sysdep.h
index ad069c33de..ad069c33de 100644
--- a/ports/sysdeps/unix/arm/sysdep.h
+++ b/sysdeps/unix/arm/sysdep.h
diff --git a/ports/sysdeps/unix/sysv/linux/arm/Makefile b/sysdeps/unix/sysv/linux/arm/Makefile
index aa7526a258..aa7526a258 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/Makefile
+++ b/sysdeps/unix/sysv/linux/arm/Makefile
diff --git a/ports/sysdeps/unix/sysv/linux/arm/Versions b/sysdeps/unix/sysv/linux/arm/Versions
index 1d9e964640..1d9e964640 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/Versions
+++ b/sysdeps/unix/sysv/linux/arm/Versions
diff --git a/ports/sysdeps/unix/sysv/linux/arm/____longjmp_chk.S b/sysdeps/unix/sysv/linux/arm/____longjmp_chk.S
index 96f8b4eb2d..96f8b4eb2d 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/____longjmp_chk.S
+++ b/sysdeps/unix/sysv/linux/arm/____longjmp_chk.S
diff --git a/ports/sysdeps/unix/sysv/linux/arm/aeabi_read_tp.S b/sysdeps/unix/sysv/linux/arm/aeabi_read_tp.S
index 9351233873..9351233873 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/aeabi_read_tp.S
+++ b/sysdeps/unix/sysv/linux/arm/aeabi_read_tp.S
diff --git a/ports/sysdeps/unix/sysv/linux/arm/alphasort64.c b/sysdeps/unix/sysv/linux/arm/alphasort64.c
index 0b5ae47d2f..0b5ae47d2f 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/alphasort64.c
+++ b/sysdeps/unix/sysv/linux/arm/alphasort64.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/arm-features.h b/sysdeps/unix/sysv/linux/arm/arm-features.h
index 5c721ef17d..5c721ef17d 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/arm-features.h
+++ b/sysdeps/unix/sysv/linux/arm/arm-features.h
diff --git a/ports/sysdeps/unix/sysv/linux/arm/bits/atomic.h b/sysdeps/unix/sysv/linux/arm/bits/atomic.h
index cc73684e8a..cc73684e8a 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/bits/atomic.h
+++ b/sysdeps/unix/sysv/linux/arm/bits/atomic.h
diff --git a/ports/sysdeps/unix/sysv/linux/arm/bits/fcntl.h b/sysdeps/unix/sysv/linux/arm/bits/fcntl.h
index a5f5f448e8..a5f5f448e8 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/bits/fcntl.h
+++ b/sysdeps/unix/sysv/linux/arm/bits/fcntl.h
diff --git a/ports/sysdeps/unix/sysv/linux/arm/bits/hwcap.h b/sysdeps/unix/sysv/linux/arm/bits/hwcap.h
index b438d2a02f..b438d2a02f 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/bits/hwcap.h
+++ b/sysdeps/unix/sysv/linux/arm/bits/hwcap.h
diff --git a/ports/sysdeps/unix/sysv/linux/arm/bits/mman.h b/sysdeps/unix/sysv/linux/arm/bits/mman.h
index 8259b96894..8259b96894 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/bits/mman.h
+++ b/sysdeps/unix/sysv/linux/arm/bits/mman.h
diff --git a/ports/sysdeps/unix/sysv/linux/arm/bits/shm.h b/sysdeps/unix/sysv/linux/arm/bits/shm.h
index a479054495..a479054495 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/bits/shm.h
+++ b/sysdeps/unix/sysv/linux/arm/bits/shm.h
diff --git a/ports/sysdeps/unix/sysv/linux/arm/brk.c b/sysdeps/unix/sysv/linux/arm/brk.c
index f442b5381d..f442b5381d 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/brk.c
+++ b/sysdeps/unix/sysv/linux/arm/brk.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/clone.S b/sysdeps/unix/sysv/linux/arm/clone.S
index 03fe9ab728..03fe9ab728 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/clone.S
+++ b/sysdeps/unix/sysv/linux/arm/clone.S
diff --git a/ports/sysdeps/unix/sysv/linux/arm/configure b/sysdeps/unix/sysv/linux/arm/configure
index 71eb195942..71eb195942 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/configure
+++ b/sysdeps/unix/sysv/linux/arm/configure
diff --git a/ports/sysdeps/unix/sysv/linux/arm/configure.ac b/sysdeps/unix/sysv/linux/arm/configure.ac
index 8e4e20d2b8..8e4e20d2b8 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/configure.ac
+++ b/sysdeps/unix/sysv/linux/arm/configure.ac
diff --git a/ports/sysdeps/unix/sysv/linux/arm/dl-cache.h b/sysdeps/unix/sysv/linux/arm/dl-cache.h
index 66e6cdbfc6..66e6cdbfc6 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/dl-cache.h
+++ b/sysdeps/unix/sysv/linux/arm/dl-cache.h
diff --git a/ports/sysdeps/unix/sysv/linux/arm/dl-machine.h b/sysdeps/unix/sysv/linux/arm/dl-machine.h
index 9946db8a56..9946db8a56 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/dl-machine.h
+++ b/sysdeps/unix/sysv/linux/arm/dl-machine.h
diff --git a/ports/sysdeps/unix/sysv/linux/arm/dl-procinfo.c b/sysdeps/unix/sysv/linux/arm/dl-procinfo.c
index d304539f0c..d304539f0c 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/dl-procinfo.c
+++ b/sysdeps/unix/sysv/linux/arm/dl-procinfo.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/dl-procinfo.h b/sysdeps/unix/sysv/linux/arm/dl-procinfo.h
index 2f8f003e9f..2f8f003e9f 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/dl-procinfo.h
+++ b/sysdeps/unix/sysv/linux/arm/dl-procinfo.h
diff --git a/ports/sysdeps/unix/sysv/linux/arm/fchown.c b/sysdeps/unix/sysv/linux/arm/fchown.c
index 3a69ecc9e7..3a69ecc9e7 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/fchown.c
+++ b/sysdeps/unix/sysv/linux/arm/fchown.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/fcntl.c b/sysdeps/unix/sysv/linux/arm/fcntl.c
index ea951bc4f9..ea951bc4f9 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/fcntl.c
+++ b/sysdeps/unix/sysv/linux/arm/fcntl.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/ftruncate64.c b/sysdeps/unix/sysv/linux/arm/ftruncate64.c
index 49631d4432..49631d4432 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/ftruncate64.c
+++ b/sysdeps/unix/sysv/linux/arm/ftruncate64.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/fxstat.c b/sysdeps/unix/sysv/linux/arm/fxstat.c
index 4f219f0b9d..4f219f0b9d 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/fxstat.c
+++ b/sysdeps/unix/sysv/linux/arm/fxstat.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/fxstatat.c b/sysdeps/unix/sysv/linux/arm/fxstatat.c
index 0f8b3135d8..0f8b3135d8 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/fxstatat.c
+++ b/sysdeps/unix/sysv/linux/arm/fxstatat.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/getcontext.S b/sysdeps/unix/sysv/linux/arm/getcontext.S
index b8b7b202b8..b8b7b202b8 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/getcontext.S
+++ b/sysdeps/unix/sysv/linux/arm/getcontext.S
diff --git a/ports/sysdeps/unix/sysv/linux/arm/getdents64.c b/sysdeps/unix/sysv/linux/arm/getdents64.c
index 0c75fb5a06..0c75fb5a06 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/getdents64.c
+++ b/sysdeps/unix/sysv/linux/arm/getdents64.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/getegid.c b/sysdeps/unix/sysv/linux/arm/getegid.c
index 37b4b4a530..37b4b4a530 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/getegid.c
+++ b/sysdeps/unix/sysv/linux/arm/getegid.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/geteuid.c b/sysdeps/unix/sysv/linux/arm/geteuid.c
index ebcb555b5e..ebcb555b5e 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/geteuid.c
+++ b/sysdeps/unix/sysv/linux/arm/geteuid.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/getgid.c b/sysdeps/unix/sysv/linux/arm/getgid.c
index 0a4d6061f0..0a4d6061f0 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/getgid.c
+++ b/sysdeps/unix/sysv/linux/arm/getgid.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/getgroups.c b/sysdeps/unix/sysv/linux/arm/getgroups.c
index 102ea24e14..102ea24e14 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/getgroups.c
+++ b/sysdeps/unix/sysv/linux/arm/getgroups.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/getresgid.c b/sysdeps/unix/sysv/linux/arm/getresgid.c
index b703a414cc..b703a414cc 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/getresgid.c
+++ b/sysdeps/unix/sysv/linux/arm/getresgid.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/getresuid.c b/sysdeps/unix/sysv/linux/arm/getresuid.c
index 0b14cefe34..0b14cefe34 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/getresuid.c
+++ b/sysdeps/unix/sysv/linux/arm/getresuid.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/getrlimit64.c b/sysdeps/unix/sysv/linux/arm/getrlimit64.c
index fef018f471..fef018f471 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/getrlimit64.c
+++ b/sysdeps/unix/sysv/linux/arm/getrlimit64.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/getuid.c b/sysdeps/unix/sysv/linux/arm/getuid.c
index d682c79a49..d682c79a49 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/getuid.c
+++ b/sysdeps/unix/sysv/linux/arm/getuid.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/glob64.c b/sysdeps/unix/sysv/linux/arm/glob64.c
index 82a9a296a7..82a9a296a7 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/glob64.c
+++ b/sysdeps/unix/sysv/linux/arm/glob64.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/internal_accept4.S b/sysdeps/unix/sysv/linux/arm/internal_accept4.S
index eeb5f50a26..eeb5f50a26 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/internal_accept4.S
+++ b/sysdeps/unix/sysv/linux/arm/internal_accept4.S
diff --git a/ports/sysdeps/unix/sysv/linux/arm/internal_recvmmsg.S b/sysdeps/unix/sysv/linux/arm/internal_recvmmsg.S
index eeb5f50a26..eeb5f50a26 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/internal_recvmmsg.S
+++ b/sysdeps/unix/sysv/linux/arm/internal_recvmmsg.S
diff --git a/ports/sysdeps/unix/sysv/linux/arm/internal_sendmmsg.S b/sysdeps/unix/sysv/linux/arm/internal_sendmmsg.S
index eeb5f50a26..eeb5f50a26 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/internal_sendmmsg.S
+++ b/sysdeps/unix/sysv/linux/arm/internal_sendmmsg.S
diff --git a/ports/sysdeps/unix/sysv/linux/arm/ioperm.c b/sysdeps/unix/sysv/linux/arm/ioperm.c
index 19b79f4bc6..19b79f4bc6 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/ioperm.c
+++ b/sysdeps/unix/sysv/linux/arm/ioperm.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/kernel-features.h b/sysdeps/unix/sysv/linux/arm/kernel-features.h
index 9d7ef877af..9d7ef877af 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/kernel-features.h
+++ b/sysdeps/unix/sysv/linux/arm/kernel-features.h
diff --git a/ports/sysdeps/unix/sysv/linux/arm/lchown.c b/sysdeps/unix/sysv/linux/arm/lchown.c
index c89de99ba2..c89de99ba2 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/lchown.c
+++ b/sysdeps/unix/sysv/linux/arm/lchown.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/ldconfig.h b/sysdeps/unix/sysv/linux/arm/ldconfig.h
index 316d82bdb3..316d82bdb3 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/ldconfig.h
+++ b/sysdeps/unix/sysv/linux/arm/ldconfig.h
diff --git a/ports/sysdeps/unix/sysv/linux/arm/ldsodefs.h b/sysdeps/unix/sysv/linux/arm/ldsodefs.h
index 32cdfab64c..32cdfab64c 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/ldsodefs.h
+++ b/sysdeps/unix/sysv/linux/arm/ldsodefs.h
diff --git a/ports/sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S b/sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S
index 6132afc151..6132afc151 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S
+++ b/sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S
diff --git a/ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S b/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S
index d42a94a560..d42a94a560 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S
+++ b/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S
diff --git a/ports/sysdeps/unix/sysv/linux/arm/lockf64.c b/sysdeps/unix/sysv/linux/arm/lockf64.c
index a88f5a784a..a88f5a784a 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/lockf64.c
+++ b/sysdeps/unix/sysv/linux/arm/lockf64.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/lxstat.c b/sysdeps/unix/sysv/linux/arm/lxstat.c
index 2371cd9719..2371cd9719 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/lxstat.c
+++ b/sysdeps/unix/sysv/linux/arm/lxstat.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/makecontext.c b/sysdeps/unix/sysv/linux/arm/makecontext.c
index 73fbe4a329..73fbe4a329 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/makecontext.c
+++ b/sysdeps/unix/sysv/linux/arm/makecontext.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/mmap.S b/sysdeps/unix/sysv/linux/arm/mmap.S
index 0383bb5547..0383bb5547 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/mmap.S
+++ b/sysdeps/unix/sysv/linux/arm/mmap.S
diff --git a/ports/sysdeps/unix/sysv/linux/arm/mmap64.S b/sysdeps/unix/sysv/linux/arm/mmap64.S
index eae522988c..eae522988c 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/mmap64.S
+++ b/sysdeps/unix/sysv/linux/arm/mmap64.S
diff --git a/ports/sysdeps/unix/sysv/linux/arm/msgctl.c b/sysdeps/unix/sysv/linux/arm/msgctl.c
index a0b6cb4372..a0b6cb4372 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/msgctl.c
+++ b/sysdeps/unix/sysv/linux/arm/msgctl.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/Makefile b/sysdeps/unix/sysv/linux/arm/nptl/Makefile
index ef8076cf3f..ef8076cf3f 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/Makefile
+++ b/sysdeps/unix/sysv/linux/arm/nptl/Makefile
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/Versions b/sysdeps/unix/sysv/linux/arm/nptl/Versions
index 435c9212c4..435c9212c4 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/Versions
+++ b/sysdeps/unix/sysv/linux/arm/nptl/Versions
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h b/sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
index 26edce54fe..26edce54fe 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
+++ b/sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h b/sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h
index 50d3a11ebd..50d3a11ebd 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h
+++ b/sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/c++-types.data b/sysdeps/unix/sysv/linux/arm/nptl/c++-types.data
index fde53bf337..fde53bf337 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/c++-types.data
+++ b/sysdeps/unix/sysv/linux/arm/nptl/c++-types.data
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/clone.S b/sysdeps/unix/sysv/linux/arm/nptl/clone.S
index 23750b3f88..23750b3f88 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/clone.S
+++ b/sysdeps/unix/sysv/linux/arm/nptl/clone.S
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/configure b/sysdeps/unix/sysv/linux/arm/nptl/configure
index a8c34fa3e4..a8c34fa3e4 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/configure
+++ b/sysdeps/unix/sysv/linux/arm/nptl/configure
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/configure.ac b/sysdeps/unix/sysv/linux/arm/nptl/configure.ac
index 22f6f4b8f2..22f6f4b8f2 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/configure.ac
+++ b/sysdeps/unix/sysv/linux/arm/nptl/configure.ac
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/createthread.c b/sysdeps/unix/sysv/linux/arm/nptl/createthread.c
index 5e96513ca8..5e96513ca8 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/createthread.c
+++ b/sysdeps/unix/sysv/linux/arm/nptl/createthread.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/fork.c b/sysdeps/unix/sysv/linux/arm/nptl/fork.c
index 0fbea176c3..0fbea176c3 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/fork.c
+++ b/sysdeps/unix/sysv/linux/arm/nptl/fork.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/ld.abilist b/sysdeps/unix/sysv/linux/arm/nptl/ld.abilist
index 8eac745dd1..8eac745dd1 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/ld.abilist
+++ b/sysdeps/unix/sysv/linux/arm/nptl/ld.abilist
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist b/sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist
index 9c795c6e96..9c795c6e96 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist
+++ b/sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist b/sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist
index e10833ed25..e10833ed25 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist
+++ b/sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/libc.abilist b/sysdeps/unix/sysv/linux/arm/nptl/libc.abilist
index ce45208b5f..ce45208b5f 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/libc.abilist
+++ b/sysdeps/unix/sysv/linux/arm/nptl/libc.abilist
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist b/sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist
index 8c874edffe..8c874edffe 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist
+++ b/sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist b/sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist
index 7f3ebed31d..7f3ebed31d 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist
+++ b/sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/libm.abilist b/sysdeps/unix/sysv/linux/arm/nptl/libm.abilist
index 614e5ebe5c..614e5ebe5c 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/libm.abilist
+++ b/sysdeps/unix/sysv/linux/arm/nptl/libm.abilist
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist b/sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist
index 1d2670c444..1d2670c444 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist
+++ b/sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist b/sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist
index ac46302bc7..ac46302bc7 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist
+++ b/sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist b/sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist
index e781f2f822..e781f2f822 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist
+++ b/sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/librt.abilist b/sysdeps/unix/sysv/linux/arm/nptl/librt.abilist
index 466df4d93b..466df4d93b 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/librt.abilist
+++ b/sysdeps/unix/sysv/linux/arm/nptl/librt.abilist
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist b/sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist
index 523772441b..523772441b 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist
+++ b/sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist b/sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist
index 6cb71966a1..6cb71966a1 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist
+++ b/sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/localplt.data b/sysdeps/unix/sysv/linux/arm/nptl/localplt.data
index 109522e37e..109522e37e 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/localplt.data
+++ b/sysdeps/unix/sysv/linux/arm/nptl/localplt.data
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c b/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c
index 9603d7b328..9603d7b328 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c
+++ b/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h b/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h
index 5d19434cdc..5d19434cdc 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h
+++ b/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c b/sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c
index 7b83522437..7b83522437 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c
+++ b/sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S b/sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S
index 7eff08e720..7eff08e720 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S
+++ b/sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c b/sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c
index a063149925..a063149925 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c
+++ b/sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c b/sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c
index 7b83522437..7b83522437 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c
+++ b/sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h b/sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h
index 118e6c3466..118e6c3466 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h
+++ b/sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c b/sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c
index 6ccd9b43a1..6ccd9b43a1 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c
+++ b/sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c b/sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c
index bff3e2b4f1..bff3e2b4f1 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c
+++ b/sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/unwind.h b/sysdeps/unix/sysv/linux/arm/nptl/unwind.h
index 7b71817e89..7b71817e89 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/unwind.h
+++ b/sysdeps/unix/sysv/linux/arm/nptl/unwind.h
diff --git a/ports/sysdeps/unix/sysv/linux/arm/nptl/vfork.S b/sysdeps/unix/sysv/linux/arm/nptl/vfork.S
index 2e942beba7..2e942beba7 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/nptl/vfork.S
+++ b/sysdeps/unix/sysv/linux/arm/nptl/vfork.S
diff --git a/ports/sysdeps/unix/sysv/linux/arm/oldgetrlimit.c b/sysdeps/unix/sysv/linux/arm/oldgetrlimit.c
index 6e25b021ab..6e25b021ab 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/oldgetrlimit.c
+++ b/sysdeps/unix/sysv/linux/arm/oldgetrlimit.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/oldgetrlimit64.c b/sysdeps/unix/sysv/linux/arm/oldgetrlimit64.c
index 4c27e957bf..4c27e957bf 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/oldgetrlimit64.c
+++ b/sysdeps/unix/sysv/linux/arm/oldgetrlimit64.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/oldsetrlimit.c b/sysdeps/unix/sysv/linux/arm/oldsetrlimit.c
index 6e25b021ab..6e25b021ab 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/oldsetrlimit.c
+++ b/sysdeps/unix/sysv/linux/arm/oldsetrlimit.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/posix_fadvise.c b/sysdeps/unix/sysv/linux/arm/posix_fadvise.c
index 281ff5b4ac..281ff5b4ac 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/posix_fadvise.c
+++ b/sysdeps/unix/sysv/linux/arm/posix_fadvise.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/posix_fadvise64.c b/sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
index 7c14eec8f8..7c14eec8f8 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
+++ b/sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/pread.c b/sysdeps/unix/sysv/linux/arm/pread.c
index 97822ad11f..97822ad11f 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/pread.c
+++ b/sysdeps/unix/sysv/linux/arm/pread.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/pread64.c b/sysdeps/unix/sysv/linux/arm/pread64.c
index cc75c9582c..cc75c9582c 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/pread64.c
+++ b/sysdeps/unix/sysv/linux/arm/pread64.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/profil-counter.h b/sysdeps/unix/sysv/linux/arm/profil-counter.h
index ddf4d41af2..ddf4d41af2 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/profil-counter.h
+++ b/sysdeps/unix/sysv/linux/arm/profil-counter.h
diff --git a/ports/sysdeps/unix/sysv/linux/arm/pwrite.c b/sysdeps/unix/sysv/linux/arm/pwrite.c
index dfbabda82c..dfbabda82c 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/pwrite.c
+++ b/sysdeps/unix/sysv/linux/arm/pwrite.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/pwrite64.c b/sysdeps/unix/sysv/linux/arm/pwrite64.c
index 6d551ecd07..6d551ecd07 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/pwrite64.c
+++ b/sysdeps/unix/sysv/linux/arm/pwrite64.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/readahead.c b/sysdeps/unix/sysv/linux/arm/readahead.c
index cba460c2b5..cba460c2b5 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/readahead.c
+++ b/sysdeps/unix/sysv/linux/arm/readahead.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/readdir64.c b/sysdeps/unix/sysv/linux/arm/readdir64.c
index 2ea26dd409..2ea26dd409 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/readdir64.c
+++ b/sysdeps/unix/sysv/linux/arm/readdir64.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/readdir64_r.c b/sysdeps/unix/sysv/linux/arm/readdir64_r.c
index 9f54f897e3..9f54f897e3 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/readdir64_r.c
+++ b/sysdeps/unix/sysv/linux/arm/readdir64_r.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/readelflib.c b/sysdeps/unix/sysv/linux/arm/readelflib.c
index a15ebe42a6..a15ebe42a6 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/readelflib.c
+++ b/sysdeps/unix/sysv/linux/arm/readelflib.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/register-dump.h b/sysdeps/unix/sysv/linux/arm/register-dump.h
index 9714a0d8c7..9714a0d8c7 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/register-dump.h
+++ b/sysdeps/unix/sysv/linux/arm/register-dump.h
diff --git a/ports/sysdeps/unix/sysv/linux/arm/scandir64.c b/sysdeps/unix/sysv/linux/arm/scandir64.c
index 506fd8877c..506fd8877c 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/scandir64.c
+++ b/sysdeps/unix/sysv/linux/arm/scandir64.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/semctl.c b/sysdeps/unix/sysv/linux/arm/semctl.c
index a45863bd82..a45863bd82 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/semctl.c
+++ b/sysdeps/unix/sysv/linux/arm/semctl.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/setcontext.S b/sysdeps/unix/sysv/linux/arm/setcontext.S
index 7b9b511b80..7b9b511b80 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/setcontext.S
+++ b/sysdeps/unix/sysv/linux/arm/setcontext.S
diff --git a/ports/sysdeps/unix/sysv/linux/arm/setegid.c b/sysdeps/unix/sysv/linux/arm/setegid.c
index 2e3a54c893..2e3a54c893 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/setegid.c
+++ b/sysdeps/unix/sysv/linux/arm/setegid.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/seteuid.c b/sysdeps/unix/sysv/linux/arm/seteuid.c
index 18e41d08c1..18e41d08c1 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/seteuid.c
+++ b/sysdeps/unix/sysv/linux/arm/seteuid.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/setfsgid.c b/sysdeps/unix/sysv/linux/arm/setfsgid.c
index 0886712569..0886712569 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/setfsgid.c
+++ b/sysdeps/unix/sysv/linux/arm/setfsgid.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/setfsuid.c b/sysdeps/unix/sysv/linux/arm/setfsuid.c
index a9f22eb8ab..a9f22eb8ab 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/setfsuid.c
+++ b/sysdeps/unix/sysv/linux/arm/setfsuid.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/setgid.c b/sysdeps/unix/sysv/linux/arm/setgid.c
index 377021d9ec..377021d9ec 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/setgid.c
+++ b/sysdeps/unix/sysv/linux/arm/setgid.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/setgroups.c b/sysdeps/unix/sysv/linux/arm/setgroups.c
index 0e7086278f..0e7086278f 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/setgroups.c
+++ b/sysdeps/unix/sysv/linux/arm/setgroups.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/setregid.c b/sysdeps/unix/sysv/linux/arm/setregid.c
index 99c57ad20f..99c57ad20f 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/setregid.c
+++ b/sysdeps/unix/sysv/linux/arm/setregid.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/setresgid.c b/sysdeps/unix/sysv/linux/arm/setresgid.c
index daca1a4833..daca1a4833 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/setresgid.c
+++ b/sysdeps/unix/sysv/linux/arm/setresgid.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/setresuid.c b/sysdeps/unix/sysv/linux/arm/setresuid.c
index 3aeabe9ad7..3aeabe9ad7 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/setresuid.c
+++ b/sysdeps/unix/sysv/linux/arm/setresuid.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/setreuid.c b/sysdeps/unix/sysv/linux/arm/setreuid.c
index 8ad61226e9..8ad61226e9 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/setreuid.c
+++ b/sysdeps/unix/sysv/linux/arm/setreuid.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/setrlimit.c b/sysdeps/unix/sysv/linux/arm/setrlimit.c
index bfaef74c38..bfaef74c38 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/setrlimit.c
+++ b/sysdeps/unix/sysv/linux/arm/setrlimit.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/setuid.c b/sysdeps/unix/sysv/linux/arm/setuid.c
index de394379be..de394379be 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/setuid.c
+++ b/sysdeps/unix/sysv/linux/arm/setuid.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/shmctl.c b/sysdeps/unix/sysv/linux/arm/shmctl.c
index eed4c8dcef..eed4c8dcef 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/shmctl.c
+++ b/sysdeps/unix/sysv/linux/arm/shmctl.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/sigaction.c b/sysdeps/unix/sysv/linux/arm/sigaction.c
index 21df885a7a..21df885a7a 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/sigaction.c
+++ b/sysdeps/unix/sysv/linux/arm/sigaction.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/sigcontextinfo.h b/sysdeps/unix/sysv/linux/arm/sigcontextinfo.h
index 258703dc88..258703dc88 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/sigcontextinfo.h
+++ b/sysdeps/unix/sysv/linux/arm/sigcontextinfo.h
diff --git a/ports/sysdeps/unix/sysv/linux/arm/sigrestorer.S b/sysdeps/unix/sysv/linux/arm/sigrestorer.S
index 566c04aed0..566c04aed0 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/sigrestorer.S
+++ b/sysdeps/unix/sysv/linux/arm/sigrestorer.S
diff --git a/ports/sysdeps/unix/sysv/linux/arm/swapcontext.S b/sysdeps/unix/sysv/linux/arm/swapcontext.S
index 65a36d2a4c..65a36d2a4c 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/swapcontext.S
+++ b/sysdeps/unix/sysv/linux/arm/swapcontext.S
diff --git a/ports/sysdeps/unix/sysv/linux/arm/sys/elf.h b/sysdeps/unix/sysv/linux/arm/sys/elf.h
index a03b1ad6ff..a03b1ad6ff 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/sys/elf.h
+++ b/sysdeps/unix/sysv/linux/arm/sys/elf.h
diff --git a/ports/sysdeps/unix/sysv/linux/arm/sys/io.h b/sysdeps/unix/sysv/linux/arm/sys/io.h
index 59d4bbcc4d..59d4bbcc4d 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/sys/io.h
+++ b/sysdeps/unix/sysv/linux/arm/sys/io.h
diff --git a/ports/sysdeps/unix/sysv/linux/arm/sys/procfs.h b/sysdeps/unix/sysv/linux/arm/sys/procfs.h
index 415cf8dd49..415cf8dd49 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/sys/procfs.h
+++ b/sysdeps/unix/sysv/linux/arm/sys/procfs.h
diff --git a/ports/sysdeps/unix/sysv/linux/arm/sys/ucontext.h b/sysdeps/unix/sysv/linux/arm/sys/ucontext.h
index dbda8303cb..dbda8303cb 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/sys/ucontext.h
+++ b/sysdeps/unix/sysv/linux/arm/sys/ucontext.h
diff --git a/ports/sysdeps/unix/sysv/linux/arm/sys/user.h b/sysdeps/unix/sysv/linux/arm/sys/user.h
index 37fc08b0a7..37fc08b0a7 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/sys/user.h
+++ b/sysdeps/unix/sysv/linux/arm/sys/user.h
diff --git a/ports/sysdeps/unix/sysv/linux/arm/syscall.S b/sysdeps/unix/sysv/linux/arm/syscall.S
index c5582f82fd..c5582f82fd 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/syscall.S
+++ b/sysdeps/unix/sysv/linux/arm/syscall.S
diff --git a/ports/sysdeps/unix/sysv/linux/arm/syscalls.list b/sysdeps/unix/sysv/linux/arm/syscalls.list
index ba8cdd7e65..ba8cdd7e65 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/syscalls.list
+++ b/sysdeps/unix/sysv/linux/arm/syscalls.list
diff --git a/ports/sysdeps/unix/sysv/linux/arm/sysdep.S b/sysdeps/unix/sysv/linux/arm/sysdep.S
index 936de45533..936de45533 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/sysdep.S
+++ b/sysdeps/unix/sysv/linux/arm/sysdep.S
diff --git a/ports/sysdeps/unix/sysv/linux/arm/sysdep.h b/sysdeps/unix/sysv/linux/arm/sysdep.h
index dcd99198cc..dcd99198cc 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/sysdep.h
+++ b/sysdeps/unix/sysv/linux/arm/sysdep.h
diff --git a/ports/sysdeps/unix/sysv/linux/arm/truncate64.c b/sysdeps/unix/sysv/linux/arm/truncate64.c
index dbbb5fcb44..dbbb5fcb44 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/truncate64.c
+++ b/sysdeps/unix/sysv/linux/arm/truncate64.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/ucontext_i.sym b/sysdeps/unix/sysv/linux/arm/ucontext_i.sym
index 306292f1f8..306292f1f8 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/ucontext_i.sym
+++ b/sysdeps/unix/sysv/linux/arm/ucontext_i.sym
diff --git a/ports/sysdeps/unix/sysv/linux/arm/umount.c b/sysdeps/unix/sysv/linux/arm/umount.c
index b8e499d8c4..b8e499d8c4 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/umount.c
+++ b/sysdeps/unix/sysv/linux/arm/umount.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/versionsort64.c b/sysdeps/unix/sysv/linux/arm/versionsort64.c
index 144b691e56..144b691e56 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/versionsort64.c
+++ b/sysdeps/unix/sysv/linux/arm/versionsort64.c
diff --git a/ports/sysdeps/unix/sysv/linux/arm/vfork.S b/sysdeps/unix/sysv/linux/arm/vfork.S
index 1ac67881c9..1ac67881c9 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/vfork.S
+++ b/sysdeps/unix/sysv/linux/arm/vfork.S
diff --git a/ports/sysdeps/unix/sysv/linux/arm/xstat.c b/sysdeps/unix/sysv/linux/arm/xstat.c
index e9869f5508..e9869f5508 100644
--- a/ports/sysdeps/unix/sysv/linux/arm/xstat.c
+++ b/sysdeps/unix/sysv/linux/arm/xstat.c