summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2014-02-12 06:54:57 -0800
committerRichard Henderson <rth@twiddle.net>2014-02-12 07:00:06 -0800
commit68b7efaadb1b6045a56277ea62d324c20ac0b633 (patch)
tree07b51c9866373430373fb90b252d46c23cc1707e
parent8fd7b0d5591e59ed5cb3078b351bd49314a66cef (diff)
Relocate alpha from ports to libc
Also fixed the following whitespace nits to satisfy the push: sysdeps/alpha/alphaev6/memset.S:142: space before tab in indent. sysdeps/alpha/configure:1: new blank line at EOF. sysdeps/alpha/fpu/e_sqrt.c:126: space before tab in indent. sysdeps/alpha/preconfigure:1: new blank line at EOF. sysdeps/unix/sysv/linux/alpha/syscalls.list:1: new blank line at EOF.
-rw-r--r--ChangeLog8
-rw-r--r--README2
-rw-r--r--ports/ChangeLog.alpha7
-rw-r--r--sysdeps/alpha/Implies (renamed from ports/sysdeps/alpha/Implies)0
-rw-r--r--sysdeps/alpha/Makefile (renamed from ports/sysdeps/alpha/Makefile)0
-rw-r--r--sysdeps/alpha/Subdirs (renamed from ports/sysdeps/alpha/Subdirs)0
-rw-r--r--sysdeps/alpha/Versions (renamed from ports/sysdeps/alpha/Versions)0
-rw-r--r--sysdeps/alpha/__longjmp.S (renamed from ports/sysdeps/alpha/__longjmp.S)0
-rw-r--r--sysdeps/alpha/_mcount.S (renamed from ports/sysdeps/alpha/_mcount.S)0
-rw-r--r--sysdeps/alpha/add_n.S (renamed from ports/sysdeps/alpha/add_n.S)0
-rw-r--r--sysdeps/alpha/addmul_1.S (renamed from ports/sysdeps/alpha/addmul_1.S)0
-rw-r--r--sysdeps/alpha/alphaev5/add_n.S (renamed from ports/sysdeps/alpha/alphaev5/add_n.S)0
-rw-r--r--sysdeps/alpha/alphaev5/lshift.S (renamed from ports/sysdeps/alpha/alphaev5/lshift.S)0
-rw-r--r--sysdeps/alpha/alphaev5/rshift.S (renamed from ports/sysdeps/alpha/alphaev5/rshift.S)0
-rw-r--r--sysdeps/alpha/alphaev5/sub_n.S (renamed from ports/sysdeps/alpha/alphaev5/sub_n.S)0
-rw-r--r--sysdeps/alpha/alphaev6/Implies (renamed from ports/sysdeps/alpha/alphaev6/Implies)0
-rw-r--r--sysdeps/alpha/alphaev6/addmul_1.S (renamed from ports/sysdeps/alpha/alphaev6/addmul_1.S)0
-rw-r--r--sysdeps/alpha/alphaev6/fpu/e_sqrt.S (renamed from ports/sysdeps/alpha/alphaev6/fpu/e_sqrt.S)0
-rw-r--r--sysdeps/alpha/alphaev6/fpu/e_sqrtf.S (renamed from ports/sysdeps/alpha/alphaev6/fpu/e_sqrtf.S)0
-rw-r--r--sysdeps/alpha/alphaev6/memcpy.S (renamed from ports/sysdeps/alpha/alphaev6/memcpy.S)0
-rw-r--r--sysdeps/alpha/alphaev6/memset.S (renamed from ports/sysdeps/alpha/alphaev6/memset.S)2
-rw-r--r--sysdeps/alpha/alphaev6/stxcpy.S (renamed from ports/sysdeps/alpha/alphaev6/stxcpy.S)0
-rw-r--r--sysdeps/alpha/alphaev6/stxncpy.S (renamed from ports/sysdeps/alpha/alphaev6/stxncpy.S)0
-rw-r--r--sysdeps/alpha/alphaev67/Implies (renamed from ports/sysdeps/alpha/alphaev67/Implies)0
-rw-r--r--sysdeps/alpha/alphaev67/ffs.S (renamed from ports/sysdeps/alpha/alphaev67/ffs.S)0
-rw-r--r--sysdeps/alpha/alphaev67/ffsll.S (renamed from ports/sysdeps/alpha/alphaev67/ffsll.S)0
-rw-r--r--sysdeps/alpha/alphaev67/fpu/Implies (renamed from ports/sysdeps/alpha/alphaev67/fpu/Implies)0
-rw-r--r--sysdeps/alpha/alphaev67/rawmemchr.S (renamed from ports/sysdeps/alpha/alphaev67/rawmemchr.S)0
-rw-r--r--sysdeps/alpha/alphaev67/stpcpy.S (renamed from ports/sysdeps/alpha/alphaev67/stpcpy.S)0
-rw-r--r--sysdeps/alpha/alphaev67/stpncpy.S (renamed from ports/sysdeps/alpha/alphaev67/stpncpy.S)0
-rw-r--r--sysdeps/alpha/alphaev67/strcat.S (renamed from ports/sysdeps/alpha/alphaev67/strcat.S)0
-rw-r--r--sysdeps/alpha/alphaev67/strchr.S (renamed from ports/sysdeps/alpha/alphaev67/strchr.S)0
-rw-r--r--sysdeps/alpha/alphaev67/strlen.S (renamed from ports/sysdeps/alpha/alphaev67/strlen.S)0
-rw-r--r--sysdeps/alpha/alphaev67/strncat.S (renamed from ports/sysdeps/alpha/alphaev67/strncat.S)0
-rw-r--r--sysdeps/alpha/alphaev67/strrchr.S (renamed from ports/sysdeps/alpha/alphaev67/strrchr.S)0
-rw-r--r--sysdeps/alpha/backtrace.c (renamed from ports/sysdeps/alpha/backtrace.c)0
-rw-r--r--sysdeps/alpha/bb_init_func.S (renamed from ports/sysdeps/alpha/bb_init_func.S)0
-rw-r--r--sysdeps/alpha/bits/atomic.h (renamed from ports/sysdeps/alpha/bits/atomic.h)0
-rw-r--r--sysdeps/alpha/bits/endian.h (renamed from ports/sysdeps/alpha/bits/endian.h)0
-rw-r--r--sysdeps/alpha/bits/link.h (renamed from ports/sysdeps/alpha/bits/link.h)0
-rw-r--r--sysdeps/alpha/bits/mathdef.h (renamed from ports/sysdeps/alpha/bits/mathdef.h)0
-rw-r--r--sysdeps/alpha/bits/setjmp.h (renamed from ports/sysdeps/alpha/bits/setjmp.h)0
-rw-r--r--sysdeps/alpha/bsd-_setjmp.S (renamed from ports/sysdeps/alpha/bsd-_setjmp.S)0
-rw-r--r--sysdeps/alpha/bsd-setjmp.S (renamed from ports/sysdeps/alpha/bsd-setjmp.S)0
-rw-r--r--sysdeps/alpha/bzero.S (renamed from ports/sysdeps/alpha/bzero.S)0
-rw-r--r--sysdeps/alpha/configure (renamed from ports/sysdeps/alpha/configure)1
-rw-r--r--sysdeps/alpha/configure.ac (renamed from ports/sysdeps/alpha/configure.ac)0
-rw-r--r--sysdeps/alpha/crti.S (renamed from ports/sysdeps/alpha/crti.S)0
-rw-r--r--sysdeps/alpha/crtn.S (renamed from ports/sysdeps/alpha/crtn.S)0
-rw-r--r--sysdeps/alpha/div.S (renamed from ports/sysdeps/alpha/div.S)0
-rw-r--r--sysdeps/alpha/div_libc.h (renamed from ports/sysdeps/alpha/div_libc.h)0
-rw-r--r--sysdeps/alpha/divl.S (renamed from ports/sysdeps/alpha/divl.S)0
-rw-r--r--sysdeps/alpha/divlu.S (renamed from ports/sysdeps/alpha/divlu.S)0
-rw-r--r--sysdeps/alpha/divq.S (renamed from ports/sysdeps/alpha/divq.S)0
-rw-r--r--sysdeps/alpha/divqu.S (renamed from ports/sysdeps/alpha/divqu.S)0
-rw-r--r--sysdeps/alpha/dl-dtprocnum.h (renamed from ports/sysdeps/alpha/dl-dtprocnum.h)0
-rw-r--r--sysdeps/alpha/dl-machine.h (renamed from ports/sysdeps/alpha/dl-machine.h)0
-rw-r--r--sysdeps/alpha/dl-procinfo.c (renamed from ports/sysdeps/alpha/dl-procinfo.c)0
-rw-r--r--sysdeps/alpha/dl-procinfo.h (renamed from ports/sysdeps/alpha/dl-procinfo.h)0
-rw-r--r--sysdeps/alpha/dl-sysdep.h (renamed from ports/sysdeps/alpha/dl-sysdep.h)0
-rw-r--r--sysdeps/alpha/dl-tls.h (renamed from ports/sysdeps/alpha/dl-tls.h)0
-rw-r--r--sysdeps/alpha/dl-trampoline.S (renamed from ports/sysdeps/alpha/dl-trampoline.S)0
-rw-r--r--sysdeps/alpha/ffs.S (renamed from ports/sysdeps/alpha/ffs.S)0
-rw-r--r--sysdeps/alpha/ffsll.S (renamed from ports/sysdeps/alpha/ffsll.S)0
-rw-r--r--sysdeps/alpha/fpu/Versions (renamed from ports/sysdeps/alpha/fpu/Versions)0
-rw-r--r--sysdeps/alpha/fpu/bits/fenv.h (renamed from ports/sysdeps/alpha/fpu/bits/fenv.h)0
-rw-r--r--sysdeps/alpha/fpu/bits/mathinline.h (renamed from ports/sysdeps/alpha/fpu/bits/mathinline.h)0
-rw-r--r--sysdeps/alpha/fpu/cabsf.c (renamed from ports/sysdeps/alpha/fpu/cabsf.c)0
-rw-r--r--sysdeps/alpha/fpu/cargf.c (renamed from ports/sysdeps/alpha/fpu/cargf.c)0
-rw-r--r--sysdeps/alpha/fpu/cfloat-compat.h (renamed from ports/sysdeps/alpha/fpu/cfloat-compat.h)0
-rw-r--r--sysdeps/alpha/fpu/cimagf.c (renamed from ports/sysdeps/alpha/fpu/cimagf.c)0
-rw-r--r--sysdeps/alpha/fpu/conjf.c (renamed from ports/sysdeps/alpha/fpu/conjf.c)0
-rw-r--r--sysdeps/alpha/fpu/crealf.c (renamed from ports/sysdeps/alpha/fpu/crealf.c)0
-rw-r--r--sysdeps/alpha/fpu/e_sqrt.c (renamed from ports/sysdeps/alpha/fpu/e_sqrt.c)2
-rw-r--r--sysdeps/alpha/fpu/e_sqrtf.c (renamed from ports/sysdeps/alpha/fpu/e_sqrtf.c)0
-rw-r--r--sysdeps/alpha/fpu/fclrexcpt.c (renamed from ports/sysdeps/alpha/fpu/fclrexcpt.c)0
-rw-r--r--sysdeps/alpha/fpu/fedisblxcpt.c (renamed from ports/sysdeps/alpha/fpu/fedisblxcpt.c)0
-rw-r--r--sysdeps/alpha/fpu/feenablxcpt.c (renamed from ports/sysdeps/alpha/fpu/feenablxcpt.c)0
-rw-r--r--sysdeps/alpha/fpu/fegetenv.c (renamed from ports/sysdeps/alpha/fpu/fegetenv.c)0
-rw-r--r--sysdeps/alpha/fpu/fegetexcept.c (renamed from ports/sysdeps/alpha/fpu/fegetexcept.c)0
-rw-r--r--sysdeps/alpha/fpu/fegetround.c (renamed from ports/sysdeps/alpha/fpu/fegetround.c)0
-rw-r--r--sysdeps/alpha/fpu/feholdexcpt.c (renamed from ports/sysdeps/alpha/fpu/feholdexcpt.c)0
-rw-r--r--sysdeps/alpha/fpu/fenv_libc.h (renamed from ports/sysdeps/alpha/fpu/fenv_libc.h)0
-rw-r--r--sysdeps/alpha/fpu/fesetenv.c (renamed from ports/sysdeps/alpha/fpu/fesetenv.c)0
-rw-r--r--sysdeps/alpha/fpu/fesetround.c (renamed from ports/sysdeps/alpha/fpu/fesetround.c)0
-rw-r--r--sysdeps/alpha/fpu/feupdateenv.c (renamed from ports/sysdeps/alpha/fpu/feupdateenv.c)0
-rw-r--r--sysdeps/alpha/fpu/fgetexcptflg.c (renamed from ports/sysdeps/alpha/fpu/fgetexcptflg.c)0
-rw-r--r--sysdeps/alpha/fpu/fpu_control.h (renamed from ports/sysdeps/alpha/fpu/fpu_control.h)0
-rw-r--r--sysdeps/alpha/fpu/fsetexcptflg.c (renamed from ports/sysdeps/alpha/fpu/fsetexcptflg.c)0
-rw-r--r--sysdeps/alpha/fpu/ftestexcept.c (renamed from ports/sysdeps/alpha/fpu/ftestexcept.c)0
-rw-r--r--sysdeps/alpha/fpu/get-rounding-mode.h (renamed from ports/sysdeps/alpha/fpu/get-rounding-mode.h)0
-rw-r--r--sysdeps/alpha/fpu/libm-test-ulps (renamed from ports/sysdeps/alpha/fpu/libm-test-ulps)0
-rw-r--r--sysdeps/alpha/fpu/math_private.h (renamed from ports/sysdeps/alpha/fpu/math_private.h)0
-rw-r--r--sysdeps/alpha/fpu/s_cacosf.c (renamed from ports/sysdeps/alpha/fpu/s_cacosf.c)0
-rw-r--r--sysdeps/alpha/fpu/s_cacoshf.c (renamed from ports/sysdeps/alpha/fpu/s_cacoshf.c)0
-rw-r--r--sysdeps/alpha/fpu/s_casinf.c (renamed from ports/sysdeps/alpha/fpu/s_casinf.c)0
-rw-r--r--sysdeps/alpha/fpu/s_casinhf.c (renamed from ports/sysdeps/alpha/fpu/s_casinhf.c)0
-rw-r--r--sysdeps/alpha/fpu/s_catanf.c (renamed from ports/sysdeps/alpha/fpu/s_catanf.c)0
-rw-r--r--sysdeps/alpha/fpu/s_catanhf.c (renamed from ports/sysdeps/alpha/fpu/s_catanhf.c)0
-rw-r--r--sysdeps/alpha/fpu/s_ccosf.c (renamed from ports/sysdeps/alpha/fpu/s_ccosf.c)0
-rw-r--r--sysdeps/alpha/fpu/s_ccoshf.c (renamed from ports/sysdeps/alpha/fpu/s_ccoshf.c)0
-rw-r--r--sysdeps/alpha/fpu/s_ceil.c (renamed from ports/sysdeps/alpha/fpu/s_ceil.c)0
-rw-r--r--sysdeps/alpha/fpu/s_ceilf.c (renamed from ports/sysdeps/alpha/fpu/s_ceilf.c)0
-rw-r--r--sysdeps/alpha/fpu/s_cexpf.c (renamed from ports/sysdeps/alpha/fpu/s_cexpf.c)0
-rw-r--r--sysdeps/alpha/fpu/s_clog10f.c (renamed from ports/sysdeps/alpha/fpu/s_clog10f.c)0
-rw-r--r--sysdeps/alpha/fpu/s_clogf.c (renamed from ports/sysdeps/alpha/fpu/s_clogf.c)0
-rw-r--r--sysdeps/alpha/fpu/s_copysign.c (renamed from ports/sysdeps/alpha/fpu/s_copysign.c)0
-rw-r--r--sysdeps/alpha/fpu/s_copysignf.c (renamed from ports/sysdeps/alpha/fpu/s_copysignf.c)0
-rw-r--r--sysdeps/alpha/fpu/s_cpowf.c (renamed from ports/sysdeps/alpha/fpu/s_cpowf.c)0
-rw-r--r--sysdeps/alpha/fpu/s_cprojf.c (renamed from ports/sysdeps/alpha/fpu/s_cprojf.c)0
-rw-r--r--sysdeps/alpha/fpu/s_csinf.c (renamed from ports/sysdeps/alpha/fpu/s_csinf.c)0
-rw-r--r--sysdeps/alpha/fpu/s_csinhf.c (renamed from ports/sysdeps/alpha/fpu/s_csinhf.c)0
-rw-r--r--sysdeps/alpha/fpu/s_csqrtf.c (renamed from ports/sysdeps/alpha/fpu/s_csqrtf.c)0
-rw-r--r--sysdeps/alpha/fpu/s_ctanf.c (renamed from ports/sysdeps/alpha/fpu/s_ctanf.c)0
-rw-r--r--sysdeps/alpha/fpu/s_ctanhf.c (renamed from ports/sysdeps/alpha/fpu/s_ctanhf.c)0
-rw-r--r--sysdeps/alpha/fpu/s_fabs.c (renamed from ports/sysdeps/alpha/fpu/s_fabs.c)0
-rw-r--r--sysdeps/alpha/fpu/s_fabsf.c (renamed from ports/sysdeps/alpha/fpu/s_fabsf.c)0
-rw-r--r--sysdeps/alpha/fpu/s_floor.c (renamed from ports/sysdeps/alpha/fpu/s_floor.c)0
-rw-r--r--sysdeps/alpha/fpu/s_floorf.c (renamed from ports/sysdeps/alpha/fpu/s_floorf.c)0
-rw-r--r--sysdeps/alpha/fpu/s_fmax.S (renamed from ports/sysdeps/alpha/fpu/s_fmax.S)0
-rw-r--r--sysdeps/alpha/fpu/s_fmaxf.S (renamed from ports/sysdeps/alpha/fpu/s_fmaxf.S)0
-rw-r--r--sysdeps/alpha/fpu/s_fmin.S (renamed from ports/sysdeps/alpha/fpu/s_fmin.S)0
-rw-r--r--sysdeps/alpha/fpu/s_fminf.S (renamed from ports/sysdeps/alpha/fpu/s_fminf.S)0
-rw-r--r--sysdeps/alpha/fpu/s_isnan.c (renamed from ports/sysdeps/alpha/fpu/s_isnan.c)0
-rw-r--r--sysdeps/alpha/fpu/s_isnanf.c (renamed from ports/sysdeps/alpha/fpu/s_isnanf.c)0
-rw-r--r--sysdeps/alpha/fpu/s_llrint.c (renamed from ports/sysdeps/alpha/fpu/s_llrint.c)0
-rw-r--r--sysdeps/alpha/fpu/s_llrintf.c (renamed from ports/sysdeps/alpha/fpu/s_llrintf.c)0
-rw-r--r--sysdeps/alpha/fpu/s_llround.c (renamed from ports/sysdeps/alpha/fpu/s_llround.c)0
-rw-r--r--sysdeps/alpha/fpu/s_llroundf.c (renamed from ports/sysdeps/alpha/fpu/s_llroundf.c)0
-rw-r--r--sysdeps/alpha/fpu/s_lrint.c (renamed from ports/sysdeps/alpha/fpu/s_lrint.c)0
-rw-r--r--sysdeps/alpha/fpu/s_lrintf.c (renamed from ports/sysdeps/alpha/fpu/s_lrintf.c)0
-rw-r--r--sysdeps/alpha/fpu/s_lround.c (renamed from ports/sysdeps/alpha/fpu/s_lround.c)0
-rw-r--r--sysdeps/alpha/fpu/s_lroundf.c (renamed from ports/sysdeps/alpha/fpu/s_lroundf.c)0
-rw-r--r--sysdeps/alpha/fpu/s_nearbyint.c (renamed from ports/sysdeps/alpha/fpu/s_nearbyint.c)0
-rw-r--r--sysdeps/alpha/fpu/s_nearbyintf.c (renamed from ports/sysdeps/alpha/fpu/s_nearbyintf.c)0
-rw-r--r--sysdeps/alpha/fpu/s_rint.c (renamed from ports/sysdeps/alpha/fpu/s_rint.c)0
-rw-r--r--sysdeps/alpha/fpu/s_rintf.c (renamed from ports/sysdeps/alpha/fpu/s_rintf.c)0
-rw-r--r--sysdeps/alpha/fpu/s_round.c (renamed from ports/sysdeps/alpha/fpu/s_round.c)0
-rw-r--r--sysdeps/alpha/fpu/s_roundf.c (renamed from ports/sysdeps/alpha/fpu/s_roundf.c)0
-rw-r--r--sysdeps/alpha/fpu/s_trunc.c (renamed from ports/sysdeps/alpha/fpu/s_trunc.c)0
-rw-r--r--sysdeps/alpha/fpu/s_truncf.c (renamed from ports/sysdeps/alpha/fpu/s_truncf.c)0
-rw-r--r--sysdeps/alpha/gccframe.h (renamed from ports/sysdeps/alpha/gccframe.h)0
-rw-r--r--sysdeps/alpha/hp-timing.h (renamed from ports/sysdeps/alpha/hp-timing.h)0
-rw-r--r--sysdeps/alpha/htonl.S (renamed from ports/sysdeps/alpha/htonl.S)0
-rw-r--r--sysdeps/alpha/htons.S (renamed from ports/sysdeps/alpha/htons.S)0
-rw-r--r--sysdeps/alpha/jmpbuf-offsets.h (renamed from ports/sysdeps/alpha/jmpbuf-offsets.h)0
-rw-r--r--sysdeps/alpha/jmpbuf-unwind.h (renamed from ports/sysdeps/alpha/jmpbuf-unwind.h)0
-rw-r--r--sysdeps/alpha/ldiv.S (renamed from ports/sysdeps/alpha/ldiv.S)0
-rw-r--r--sysdeps/alpha/ldsodefs.h (renamed from ports/sysdeps/alpha/ldsodefs.h)0
-rw-r--r--sysdeps/alpha/libc-tls.c (renamed from ports/sysdeps/alpha/libc-tls.c)0
-rw-r--r--sysdeps/alpha/lldiv.S (renamed from ports/sysdeps/alpha/lldiv.S)0
-rw-r--r--sysdeps/alpha/lshift.S (renamed from ports/sysdeps/alpha/lshift.S)0
-rw-r--r--sysdeps/alpha/machine-gmon.h (renamed from ports/sysdeps/alpha/machine-gmon.h)0
-rw-r--r--sysdeps/alpha/memchr.c (renamed from ports/sysdeps/alpha/memchr.c)0
-rw-r--r--sysdeps/alpha/memset.S (renamed from ports/sysdeps/alpha/memset.S)0
-rw-r--r--sysdeps/alpha/memusage.h (renamed from ports/sysdeps/alpha/memusage.h)0
-rw-r--r--sysdeps/alpha/mul_1.S (renamed from ports/sysdeps/alpha/mul_1.S)0
-rw-r--r--sysdeps/alpha/nptl/Makefile (renamed from ports/sysdeps/alpha/nptl/Makefile)0
-rw-r--r--sysdeps/alpha/nptl/pthread_spin_lock.S (renamed from ports/sysdeps/alpha/nptl/pthread_spin_lock.S)0
-rw-r--r--sysdeps/alpha/nptl/pthread_spin_trylock.S (renamed from ports/sysdeps/alpha/nptl/pthread_spin_trylock.S)0
-rw-r--r--sysdeps/alpha/nptl/pthreaddef.h (renamed from ports/sysdeps/alpha/nptl/pthreaddef.h)0
-rw-r--r--sysdeps/alpha/nptl/tcb-offsets.sym (renamed from ports/sysdeps/alpha/nptl/tcb-offsets.sym)0
-rw-r--r--sysdeps/alpha/nptl/tls.h (renamed from ports/sysdeps/alpha/nptl/tls.h)0
-rw-r--r--sysdeps/alpha/nscd-types.h (renamed from ports/sysdeps/alpha/nscd-types.h)0
-rw-r--r--sysdeps/alpha/preconfigure (renamed from ports/sysdeps/alpha/preconfigure)1
-rw-r--r--sysdeps/alpha/rawmemchr.S (renamed from ports/sysdeps/alpha/rawmemchr.S)0
-rw-r--r--sysdeps/alpha/reml.S (renamed from ports/sysdeps/alpha/reml.S)0
-rw-r--r--sysdeps/alpha/remlu.S (renamed from ports/sysdeps/alpha/remlu.S)0
-rw-r--r--sysdeps/alpha/remq.S (renamed from ports/sysdeps/alpha/remq.S)0
-rw-r--r--sysdeps/alpha/remqu.S (renamed from ports/sysdeps/alpha/remqu.S)0
-rw-r--r--sysdeps/alpha/rshift.S (renamed from ports/sysdeps/alpha/rshift.S)0
-rw-r--r--sysdeps/alpha/setjmp.S (renamed from ports/sysdeps/alpha/setjmp.S)0
-rw-r--r--sysdeps/alpha/shlib-versions (renamed from ports/sysdeps/alpha/shlib-versions)0
-rw-r--r--sysdeps/alpha/soft-fp/Makefile (renamed from ports/sysdeps/alpha/soft-fp/Makefile)0
-rw-r--r--sysdeps/alpha/soft-fp/Versions (renamed from ports/sysdeps/alpha/soft-fp/Versions)0
-rw-r--r--sysdeps/alpha/soft-fp/e_sqrtl.c (renamed from ports/sysdeps/alpha/soft-fp/e_sqrtl.c)0
-rw-r--r--sysdeps/alpha/soft-fp/local-soft-fp.h (renamed from ports/sysdeps/alpha/soft-fp/local-soft-fp.h)0
-rw-r--r--sysdeps/alpha/soft-fp/ots_add.c (renamed from ports/sysdeps/alpha/soft-fp/ots_add.c)0
-rw-r--r--sysdeps/alpha/soft-fp/ots_cmp.c (renamed from ports/sysdeps/alpha/soft-fp/ots_cmp.c)0
-rw-r--r--sysdeps/alpha/soft-fp/ots_cmpe.c (renamed from ports/sysdeps/alpha/soft-fp/ots_cmpe.c)0
-rw-r--r--sysdeps/alpha/soft-fp/ots_cvtqux.c (renamed from ports/sysdeps/alpha/soft-fp/ots_cvtqux.c)0
-rw-r--r--sysdeps/alpha/soft-fp/ots_cvtqx.c (renamed from ports/sysdeps/alpha/soft-fp/ots_cvtqx.c)0
-rw-r--r--sysdeps/alpha/soft-fp/ots_cvttx.c (renamed from ports/sysdeps/alpha/soft-fp/ots_cvttx.c)0
-rw-r--r--sysdeps/alpha/soft-fp/ots_cvtxq.c (renamed from ports/sysdeps/alpha/soft-fp/ots_cvtxq.c)0
-rw-r--r--sysdeps/alpha/soft-fp/ots_cvtxt.c (renamed from ports/sysdeps/alpha/soft-fp/ots_cvtxt.c)0
-rw-r--r--sysdeps/alpha/soft-fp/ots_div.c (renamed from ports/sysdeps/alpha/soft-fp/ots_div.c)0
-rw-r--r--sysdeps/alpha/soft-fp/ots_mul.c (renamed from ports/sysdeps/alpha/soft-fp/ots_mul.c)0
-rw-r--r--sysdeps/alpha/soft-fp/ots_nintxq.c (renamed from ports/sysdeps/alpha/soft-fp/ots_nintxq.c)0
-rw-r--r--sysdeps/alpha/soft-fp/ots_sub.c (renamed from ports/sysdeps/alpha/soft-fp/ots_sub.c)0
-rw-r--r--sysdeps/alpha/soft-fp/sfp-machine.h (renamed from ports/sysdeps/alpha/soft-fp/sfp-machine.h)0
-rw-r--r--sysdeps/alpha/sotruss-lib.c (renamed from ports/sysdeps/alpha/sotruss-lib.c)0
-rw-r--r--sysdeps/alpha/stackinfo.h (renamed from ports/sysdeps/alpha/stackinfo.h)0
-rw-r--r--sysdeps/alpha/start.S (renamed from ports/sysdeps/alpha/start.S)0
-rw-r--r--sysdeps/alpha/stpcpy.S (renamed from ports/sysdeps/alpha/stpcpy.S)0
-rw-r--r--sysdeps/alpha/stpncpy.S (renamed from ports/sysdeps/alpha/stpncpy.S)0
-rw-r--r--sysdeps/alpha/strcat.S (renamed from ports/sysdeps/alpha/strcat.S)0
-rw-r--r--sysdeps/alpha/strchr.S (renamed from ports/sysdeps/alpha/strchr.S)0
-rw-r--r--sysdeps/alpha/strcmp.S (renamed from ports/sysdeps/alpha/strcmp.S)0
-rw-r--r--sysdeps/alpha/strcpy.S (renamed from ports/sysdeps/alpha/strcpy.S)0
-rw-r--r--sysdeps/alpha/strlen.S (renamed from ports/sysdeps/alpha/strlen.S)0
-rw-r--r--sysdeps/alpha/strncat.S (renamed from ports/sysdeps/alpha/strncat.S)0
-rw-r--r--sysdeps/alpha/strncmp.S (renamed from ports/sysdeps/alpha/strncmp.S)0
-rw-r--r--sysdeps/alpha/strncpy.S (renamed from ports/sysdeps/alpha/strncpy.S)0
-rw-r--r--sysdeps/alpha/strrchr.S (renamed from ports/sysdeps/alpha/strrchr.S)0
-rw-r--r--sysdeps/alpha/stxcpy.S (renamed from ports/sysdeps/alpha/stxcpy.S)0
-rw-r--r--sysdeps/alpha/stxncpy.S (renamed from ports/sysdeps/alpha/stxncpy.S)0
-rw-r--r--sysdeps/alpha/sub_n.S (renamed from ports/sysdeps/alpha/sub_n.S)0
-rw-r--r--sysdeps/alpha/submul_1.S (renamed from ports/sysdeps/alpha/submul_1.S)0
-rw-r--r--sysdeps/alpha/tininess.h (renamed from ports/sysdeps/alpha/tininess.h)0
-rw-r--r--sysdeps/alpha/tls-macros.h (renamed from ports/sysdeps/alpha/tls-macros.h)0
-rw-r--r--sysdeps/alpha/tst-audit.h (renamed from ports/sysdeps/alpha/tst-audit.h)0
-rw-r--r--sysdeps/alpha/udiv_qrnnd.S (renamed from ports/sysdeps/alpha/udiv_qrnnd.S)0
-rw-r--r--sysdeps/unix/alpha/Makefile (renamed from ports/sysdeps/unix/alpha/Makefile)0
-rw-r--r--sysdeps/unix/alpha/getegid.S (renamed from ports/sysdeps/unix/alpha/getegid.S)0
-rw-r--r--sysdeps/unix/alpha/geteuid.S (renamed from ports/sysdeps/unix/alpha/geteuid.S)0
-rw-r--r--sysdeps/unix/alpha/getppid.S (renamed from ports/sysdeps/unix/alpha/getppid.S)0
-rw-r--r--sysdeps/unix/alpha/pipe.S (renamed from ports/sysdeps/unix/alpha/pipe.S)0
-rw-r--r--sysdeps/unix/alpha/rt-sysdep.S (renamed from ports/sysdeps/unix/alpha/rt-sysdep.S)0
-rw-r--r--sysdeps/unix/alpha/sysdep.S (renamed from ports/sysdeps/unix/alpha/sysdep.S)0
-rw-r--r--sysdeps/unix/alpha/sysdep.h (renamed from ports/sysdeps/unix/alpha/sysdep.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/Implies (renamed from ports/sysdeps/unix/sysv/linux/alpha/Implies)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/Makefile (renamed from ports/sysdeps/unix/sysv/linux/alpha/Makefile)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/Versions (renamed from ports/sysdeps/unix/sysv/linux/alpha/Versions)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S (renamed from ports/sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/a.out.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/a.out.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/adjtime.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/adjtime.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/alpha/ptrace.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/alpha/ptrace.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/alpha/regdef.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/alpha/regdef.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies (renamed from ports/sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies (renamed from ports/sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/a.out.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/bits/a.out.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/dirent.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/bits/dirent.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/elfclass.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/bits/elfclass.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/epoll.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/bits/epoll.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/errno.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/bits/errno.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/eventfd.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/bits/eventfd.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/inotify.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/bits/inotify.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/ioctls.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/bits/ioctls.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/ipc.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/bits/ipc.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/mman.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/bits/mman.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/msq.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/bits/msq.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/netdb.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/bits/netdb.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/resource.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/bits/resource.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/sem.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/bits/sem.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/shm.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/bits/shm.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/bits/sigaction.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/bits/siginfo.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/signalfd.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/bits/signalfd.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/signum.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/bits/signum.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/sigstack.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/bits/sigstack.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/socket_type.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/bits/socket_type.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/stat.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/bits/stat.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/statfs.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/bits/statfs.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/termios.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/bits/termios.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/timerfd.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/bits/timerfd.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/typesizes.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/bits/typesizes.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/bits/wordsize.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/bits/wordsize.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/brk.S (renamed from ports/sysdeps/unix/sysv/linux/alpha/brk.S)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/clone.S (renamed from ports/sysdeps/unix/sysv/linux/alpha/clone.S)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/configure (renamed from ports/sysdeps/unix/sysv/linux/alpha/configure)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/configure.ac (renamed from ports/sysdeps/unix/sysv/linux/alpha/configure.ac)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/creat.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/creat.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/dl-auxv.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/dl-auxv.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/dl-brk.S (renamed from ports/sysdeps/unix/sysv/linux/alpha/dl-brk.S)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/dl-support.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/dl-support.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/dl-sysdep.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/fdatasync.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/fdatasync.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/fpu/Implies (renamed from ports/sysdeps/unix/sysv/linux/alpha/fpu/Implies)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (renamed from ports/sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/fstatfs64.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/fstatfs64.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/fstatvfs.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/fstatvfs.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/fstatvfs64.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/fstatvfs64.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/fxstat.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/fxstat.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/fxstatat.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/fxstatat.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/getclktck.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/getclktck.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/getcontext.S (renamed from ports/sysdeps/unix/sysv/linux/alpha/getcontext.S)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/getdents.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/getdents.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/getdents64.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/getdents64.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/gethostname.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/gethostname.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/getsysstats.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/getsysstats.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/glob.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/glob.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S (renamed from ports/sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S (renamed from ports/sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/internal_statvfs64.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/internal_statvfs64.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/ioperm.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/ioperm.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/ipc_priv.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/ipc_priv.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/kernel-features.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/kernel-features.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/kernel_stat.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/kernel_stat.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/kernel_sysinfo.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/kernel_sysinfo.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/kernel_termios.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/kernel_termios.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/lxstat.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/lxstat.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/makecontext.S (renamed from ports/sysdeps/unix/sysv/linux/alpha/makecontext.S)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/msgctl.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/msgctl.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nldbl-abi.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/nldbl-abi.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/Makefile (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/Makefile)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/Versions (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/Versions)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/clone.S (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/clone.S)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/createthread.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/createthread.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/fork.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/fork.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/localplt.data (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/localplt.data)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/vfork.S (renamed from ports/sysdeps/unix/sysv/linux/alpha/nptl/vfork.S)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/oldglob.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/oldglob.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/pipe.S (renamed from ports/sysdeps/unix/sysv/linux/alpha/pipe.S)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/register-dump.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/register-dump.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (renamed from ports/sysdeps/unix/sysv/linux/alpha/rt_sigaction.S)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/semctl.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/semctl.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/setcontext.S (renamed from ports/sysdeps/unix/sysv/linux/alpha/setcontext.S)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/setfpucw.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/setfpucw.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/shmctl.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/shmctl.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/sigaction.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/sigaction.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/sigcontextinfo.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/sigcontextinfo.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/sigprocmask.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/sigprocmask.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/sigsuspend.S (renamed from ports/sysdeps/unix/sysv/linux/alpha/sigsuspend.S)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/sizes.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/sizes.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/statfs64.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/statfs64.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/statvfs.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/statvfs.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/statvfs64.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/statvfs64.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/swapcontext.S (renamed from ports/sysdeps/unix/sysv/linux/alpha/swapcontext.S)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/sys/acct.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/sys/acct.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/sys/io.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/sys/io.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/sys/procfs.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/sys/procfs.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/sys/ucontext.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/sys/ucontext.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/sys/user.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/sys/user.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/syscall.S (renamed from ports/sysdeps/unix/sysv/linux/alpha/syscall.S)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/syscalls.list (renamed from ports/sysdeps/unix/sysv/linux/alpha/syscalls.list)1
-rw-r--r--sysdeps/unix/sysv/linux/alpha/sysconf.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/sysconf.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/sysdep.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/sysdep.h)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/ucontext-offsets.sym (renamed from ports/sysdeps/unix/sysv/linux/alpha/ucontext-offsets.sym)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/wordexp.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/wordexp.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/xstat.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/xstat.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/xstatconv.c (renamed from ports/sysdeps/unix/sysv/linux/alpha/xstatconv.c)0
-rw-r--r--sysdeps/unix/sysv/linux/alpha/xstatconv.h (renamed from ports/sysdeps/unix/sysv/linux/alpha/xstatconv.h)0
363 files changed, 18 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index a4b4f85ffd..f4cb914878 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-02-12 Richard Henderson <rth@redhat.com>
+
+ * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
+ * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
+ * sysdeps/unix/sysv/linux/alpha: Move directory from
+ ports/sysdeps/unix/sysv/linux/alpha.
+ * README: Update listing for alpha-*-linux-gnu.
+
2014-02-11 Joseph Myers <joseph@codesourcery.com>
* include/features.h: Update comment documenting feature test
diff --git a/README b/README
index 1df2fef0a1..a1583aad87 100644
--- a/README
+++ b/README
@@ -25,6 +25,7 @@ installed for the pthread library to work correctly.
The GNU C Library supports these configurations for using Linux kernels:
aarch64*-*-linux-gnu
+ alpha*-*-linux-gnu
arm-*-linux-gnueabi
i[4567]86-*-linux-gnu
x86_64-*-linux-gnu Can build either x86_64 or x32
@@ -45,7 +46,6 @@ The code for other CPU configurations supported by volunteers outside of
the core glibc maintenance effort is contained in the `ports' add-on,
located in the `ports' subdirectory of the source tree.
- alpha*-*-linux-gnu
hppa-*-linux-gnu Not currently functional without patches.
ia64-*-linux-gnu
diff --git a/ports/ChangeLog.alpha b/ports/ChangeLog.alpha
index 5d79445655..13e1edd8e6 100644
--- a/ports/ChangeLog.alpha
+++ b/ports/ChangeLog.alpha
@@ -1,3 +1,10 @@
+2014-02-12 Richard Henderson <rth@redhat.com>
+
+ * sysdeps/alpha: Move directory to ../sysdeps/alpha.
+ * sysdeps/unix/alpha: Move directory to ../sysdeps/unix/alpha.
+ * sysdeps/unix/sysv/linux/alpha: Move directory to
+ ../sysdeps/unix/sysv/linux/alpha.
+
2014-02-08 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/alpha/msgctl.c: Move to
diff --git a/ports/sysdeps/alpha/Implies b/sysdeps/alpha/Implies
index d03783b127..d03783b127 100644
--- a/ports/sysdeps/alpha/Implies
+++ b/sysdeps/alpha/Implies
diff --git a/ports/sysdeps/alpha/Makefile b/sysdeps/alpha/Makefile
index 1cf77fb239..1cf77fb239 100644
--- a/ports/sysdeps/alpha/Makefile
+++ b/sysdeps/alpha/Makefile
diff --git a/ports/sysdeps/alpha/Subdirs b/sysdeps/alpha/Subdirs
index 87eadf3024..87eadf3024 100644
--- a/ports/sysdeps/alpha/Subdirs
+++ b/sysdeps/alpha/Subdirs
diff --git a/ports/sysdeps/alpha/Versions b/sysdeps/alpha/Versions
index ae8fde7b23..ae8fde7b23 100644
--- a/ports/sysdeps/alpha/Versions
+++ b/sysdeps/alpha/Versions
diff --git a/ports/sysdeps/alpha/__longjmp.S b/sysdeps/alpha/__longjmp.S
index de35479770..de35479770 100644
--- a/ports/sysdeps/alpha/__longjmp.S
+++ b/sysdeps/alpha/__longjmp.S
diff --git a/ports/sysdeps/alpha/_mcount.S b/sysdeps/alpha/_mcount.S
index f61287557b..f61287557b 100644
--- a/ports/sysdeps/alpha/_mcount.S
+++ b/sysdeps/alpha/_mcount.S
diff --git a/ports/sysdeps/alpha/add_n.S b/sysdeps/alpha/add_n.S
index 038a371273..038a371273 100644
--- a/ports/sysdeps/alpha/add_n.S
+++ b/sysdeps/alpha/add_n.S
diff --git a/ports/sysdeps/alpha/addmul_1.S b/sysdeps/alpha/addmul_1.S
index fcbc401c2c..fcbc401c2c 100644
--- a/ports/sysdeps/alpha/addmul_1.S
+++ b/sysdeps/alpha/addmul_1.S
diff --git a/ports/sysdeps/alpha/alphaev5/add_n.S b/sysdeps/alpha/alphaev5/add_n.S
index 09494c217f..09494c217f 100644
--- a/ports/sysdeps/alpha/alphaev5/add_n.S
+++ b/sysdeps/alpha/alphaev5/add_n.S
diff --git a/ports/sysdeps/alpha/alphaev5/lshift.S b/sysdeps/alpha/alphaev5/lshift.S
index 459221f256..459221f256 100644
--- a/ports/sysdeps/alpha/alphaev5/lshift.S
+++ b/sysdeps/alpha/alphaev5/lshift.S
diff --git a/ports/sysdeps/alpha/alphaev5/rshift.S b/sysdeps/alpha/alphaev5/rshift.S
index 0c53022c9d..0c53022c9d 100644
--- a/ports/sysdeps/alpha/alphaev5/rshift.S
+++ b/sysdeps/alpha/alphaev5/rshift.S
diff --git a/ports/sysdeps/alpha/alphaev5/sub_n.S b/sysdeps/alpha/alphaev5/sub_n.S
index 4a53e92c88..4a53e92c88 100644
--- a/ports/sysdeps/alpha/alphaev5/sub_n.S
+++ b/sysdeps/alpha/alphaev5/sub_n.S
diff --git a/ports/sysdeps/alpha/alphaev6/Implies b/sysdeps/alpha/alphaev6/Implies
index 0e7fc170ba..0e7fc170ba 100644
--- a/ports/sysdeps/alpha/alphaev6/Implies
+++ b/sysdeps/alpha/alphaev6/Implies
diff --git a/ports/sysdeps/alpha/alphaev6/addmul_1.S b/sysdeps/alpha/alphaev6/addmul_1.S
index 9e56fc87da..9e56fc87da 100644
--- a/ports/sysdeps/alpha/alphaev6/addmul_1.S
+++ b/sysdeps/alpha/alphaev6/addmul_1.S
diff --git a/ports/sysdeps/alpha/alphaev6/fpu/e_sqrt.S b/sysdeps/alpha/alphaev6/fpu/e_sqrt.S
index 3a3526dd26..3a3526dd26 100644
--- a/ports/sysdeps/alpha/alphaev6/fpu/e_sqrt.S
+++ b/sysdeps/alpha/alphaev6/fpu/e_sqrt.S
diff --git a/ports/sysdeps/alpha/alphaev6/fpu/e_sqrtf.S b/sysdeps/alpha/alphaev6/fpu/e_sqrtf.S
index f5cbc26d36..f5cbc26d36 100644
--- a/ports/sysdeps/alpha/alphaev6/fpu/e_sqrtf.S
+++ b/sysdeps/alpha/alphaev6/fpu/e_sqrtf.S
diff --git a/ports/sysdeps/alpha/alphaev6/memcpy.S b/sysdeps/alpha/alphaev6/memcpy.S
index 0208501f1f..0208501f1f 100644
--- a/ports/sysdeps/alpha/alphaev6/memcpy.S
+++ b/sysdeps/alpha/alphaev6/memcpy.S
diff --git a/ports/sysdeps/alpha/alphaev6/memset.S b/sysdeps/alpha/alphaev6/memset.S
index f871561fda..bcadd6357d 100644
--- a/ports/sysdeps/alpha/alphaev6/memset.S
+++ b/sysdeps/alpha/alphaev6/memset.S
@@ -139,7 +139,7 @@ $bigalign:
* $17 - mask of stuff to store
* Scratch registers available: $7, $2, $4, $1
* We know that we'll be taking a minimum of one trip through.
- * CWG Section 3.7.6: do not expect a sustained store rate of > 1/cycle
+ * CWG Section 3.7.6: do not expect a sustained store rate of > 1/cycle
* Assumes the wh64 needs to be for 2 trips through the loop in the future.
* The wh64 is issued on for the starting destination address for trip +2
* through the loop, and if there are less than two trips left, the target
diff --git a/ports/sysdeps/alpha/alphaev6/stxcpy.S b/sysdeps/alpha/alphaev6/stxcpy.S
index 6a8b92c70f..6a8b92c70f 100644
--- a/ports/sysdeps/alpha/alphaev6/stxcpy.S
+++ b/sysdeps/alpha/alphaev6/stxcpy.S
diff --git a/ports/sysdeps/alpha/alphaev6/stxncpy.S b/sysdeps/alpha/alphaev6/stxncpy.S
index 81522d5d15..81522d5d15 100644
--- a/ports/sysdeps/alpha/alphaev6/stxncpy.S
+++ b/sysdeps/alpha/alphaev6/stxncpy.S
diff --git a/ports/sysdeps/alpha/alphaev67/Implies b/sysdeps/alpha/alphaev67/Implies
index 49d19c4ad8..49d19c4ad8 100644
--- a/ports/sysdeps/alpha/alphaev67/Implies
+++ b/sysdeps/alpha/alphaev67/Implies
diff --git a/ports/sysdeps/alpha/alphaev67/ffs.S b/sysdeps/alpha/alphaev67/ffs.S
index 7033b2af1c..7033b2af1c 100644
--- a/ports/sysdeps/alpha/alphaev67/ffs.S
+++ b/sysdeps/alpha/alphaev67/ffs.S
diff --git a/ports/sysdeps/alpha/alphaev67/ffsll.S b/sysdeps/alpha/alphaev67/ffsll.S
index d599f7a055..d599f7a055 100644
--- a/ports/sysdeps/alpha/alphaev67/ffsll.S
+++ b/sysdeps/alpha/alphaev67/ffsll.S
diff --git a/ports/sysdeps/alpha/alphaev67/fpu/Implies b/sysdeps/alpha/alphaev67/fpu/Implies
index 9e3f12d0ac..9e3f12d0ac 100644
--- a/ports/sysdeps/alpha/alphaev67/fpu/Implies
+++ b/sysdeps/alpha/alphaev67/fpu/Implies
diff --git a/ports/sysdeps/alpha/alphaev67/rawmemchr.S b/sysdeps/alpha/alphaev67/rawmemchr.S
index 7e3c02c662..7e3c02c662 100644
--- a/ports/sysdeps/alpha/alphaev67/rawmemchr.S
+++ b/sysdeps/alpha/alphaev67/rawmemchr.S
diff --git a/ports/sysdeps/alpha/alphaev67/stpcpy.S b/sysdeps/alpha/alphaev67/stpcpy.S
index a11bbec7a6..a11bbec7a6 100644
--- a/ports/sysdeps/alpha/alphaev67/stpcpy.S
+++ b/sysdeps/alpha/alphaev67/stpcpy.S
diff --git a/ports/sysdeps/alpha/alphaev67/stpncpy.S b/sysdeps/alpha/alphaev67/stpncpy.S
index 451b2e03c4..451b2e03c4 100644
--- a/ports/sysdeps/alpha/alphaev67/stpncpy.S
+++ b/sysdeps/alpha/alphaev67/stpncpy.S
diff --git a/ports/sysdeps/alpha/alphaev67/strcat.S b/sysdeps/alpha/alphaev67/strcat.S
index 914720c6cf..914720c6cf 100644
--- a/ports/sysdeps/alpha/alphaev67/strcat.S
+++ b/sysdeps/alpha/alphaev67/strcat.S
diff --git a/ports/sysdeps/alpha/alphaev67/strchr.S b/sysdeps/alpha/alphaev67/strchr.S
index 328f8ec33a..328f8ec33a 100644
--- a/ports/sysdeps/alpha/alphaev67/strchr.S
+++ b/sysdeps/alpha/alphaev67/strchr.S
diff --git a/ports/sysdeps/alpha/alphaev67/strlen.S b/sysdeps/alpha/alphaev67/strlen.S
index 22ab1bffd5..22ab1bffd5 100644
--- a/ports/sysdeps/alpha/alphaev67/strlen.S
+++ b/sysdeps/alpha/alphaev67/strlen.S
diff --git a/ports/sysdeps/alpha/alphaev67/strncat.S b/sysdeps/alpha/alphaev67/strncat.S
index 36b872103a..36b872103a 100644
--- a/ports/sysdeps/alpha/alphaev67/strncat.S
+++ b/sysdeps/alpha/alphaev67/strncat.S
diff --git a/ports/sysdeps/alpha/alphaev67/strrchr.S b/sysdeps/alpha/alphaev67/strrchr.S
index 0c0c90d524..0c0c90d524 100644
--- a/ports/sysdeps/alpha/alphaev67/strrchr.S
+++ b/sysdeps/alpha/alphaev67/strrchr.S
diff --git a/ports/sysdeps/alpha/backtrace.c b/sysdeps/alpha/backtrace.c
index 27ce597b39..27ce597b39 100644
--- a/ports/sysdeps/alpha/backtrace.c
+++ b/sysdeps/alpha/backtrace.c
diff --git a/ports/sysdeps/alpha/bb_init_func.S b/sysdeps/alpha/bb_init_func.S
index 77a05b021c..77a05b021c 100644
--- a/ports/sysdeps/alpha/bb_init_func.S
+++ b/sysdeps/alpha/bb_init_func.S
diff --git a/ports/sysdeps/alpha/bits/atomic.h b/sysdeps/alpha/bits/atomic.h
index abbbc7c92d..abbbc7c92d 100644
--- a/ports/sysdeps/alpha/bits/atomic.h
+++ b/sysdeps/alpha/bits/atomic.h
diff --git a/ports/sysdeps/alpha/bits/endian.h b/sysdeps/alpha/bits/endian.h
index 8a16e14e24..8a16e14e24 100644
--- a/ports/sysdeps/alpha/bits/endian.h
+++ b/sysdeps/alpha/bits/endian.h
diff --git a/ports/sysdeps/alpha/bits/link.h b/sysdeps/alpha/bits/link.h
index 69b4d950fd..69b4d950fd 100644
--- a/ports/sysdeps/alpha/bits/link.h
+++ b/sysdeps/alpha/bits/link.h
diff --git a/ports/sysdeps/alpha/bits/mathdef.h b/sysdeps/alpha/bits/mathdef.h
index 064a69e68c..064a69e68c 100644
--- a/ports/sysdeps/alpha/bits/mathdef.h
+++ b/sysdeps/alpha/bits/mathdef.h
diff --git a/ports/sysdeps/alpha/bits/setjmp.h b/sysdeps/alpha/bits/setjmp.h
index d92e6f866d..d92e6f866d 100644
--- a/ports/sysdeps/alpha/bits/setjmp.h
+++ b/sysdeps/alpha/bits/setjmp.h
diff --git a/ports/sysdeps/alpha/bsd-_setjmp.S b/sysdeps/alpha/bsd-_setjmp.S
index 4e6a2da560..4e6a2da560 100644
--- a/ports/sysdeps/alpha/bsd-_setjmp.S
+++ b/sysdeps/alpha/bsd-_setjmp.S
diff --git a/ports/sysdeps/alpha/bsd-setjmp.S b/sysdeps/alpha/bsd-setjmp.S
index 1da848d2f1..1da848d2f1 100644
--- a/ports/sysdeps/alpha/bsd-setjmp.S
+++ b/sysdeps/alpha/bsd-setjmp.S
diff --git a/ports/sysdeps/alpha/bzero.S b/sysdeps/alpha/bzero.S
index 36e891ca85..36e891ca85 100644
--- a/ports/sysdeps/alpha/bzero.S
+++ b/sysdeps/alpha/bzero.S
diff --git a/ports/sysdeps/alpha/configure b/sysdeps/alpha/configure
index 0403c63fe6..f1e4103dd0 100644
--- a/ports/sysdeps/alpha/configure
+++ b/sysdeps/alpha/configure
@@ -4,4 +4,3 @@
# With required gcc+binutils, we can always access static and hidden
# symbols in a position independent way.
$as_echo "#define PI_STATIC_AND_HIDDEN 1" >>confdefs.h
-
diff --git a/ports/sysdeps/alpha/configure.ac b/sysdeps/alpha/configure.ac
index eadc57afe3..eadc57afe3 100644
--- a/ports/sysdeps/alpha/configure.ac
+++ b/sysdeps/alpha/configure.ac
diff --git a/ports/sysdeps/alpha/crti.S b/sysdeps/alpha/crti.S
index f49d13648f..f49d13648f 100644
--- a/ports/sysdeps/alpha/crti.S
+++ b/sysdeps/alpha/crti.S
diff --git a/ports/sysdeps/alpha/crtn.S b/sysdeps/alpha/crtn.S
index 3b95bfafd6..3b95bfafd6 100644
--- a/ports/sysdeps/alpha/crtn.S
+++ b/sysdeps/alpha/crtn.S
diff --git a/ports/sysdeps/alpha/div.S b/sysdeps/alpha/div.S
index 65573e6676..65573e6676 100644
--- a/ports/sysdeps/alpha/div.S
+++ b/sysdeps/alpha/div.S
diff --git a/ports/sysdeps/alpha/div_libc.h b/sysdeps/alpha/div_libc.h
index 088001ac86..088001ac86 100644
--- a/ports/sysdeps/alpha/div_libc.h
+++ b/sysdeps/alpha/div_libc.h
diff --git a/ports/sysdeps/alpha/divl.S b/sysdeps/alpha/divl.S
index 94a7fd0920..94a7fd0920 100644
--- a/ports/sysdeps/alpha/divl.S
+++ b/sysdeps/alpha/divl.S
diff --git a/ports/sysdeps/alpha/divlu.S b/sysdeps/alpha/divlu.S
index 5c54bb54c0..5c54bb54c0 100644
--- a/ports/sysdeps/alpha/divlu.S
+++ b/sysdeps/alpha/divlu.S
diff --git a/ports/sysdeps/alpha/divq.S b/sysdeps/alpha/divq.S
index c552bd2477..c552bd2477 100644
--- a/ports/sysdeps/alpha/divq.S
+++ b/sysdeps/alpha/divq.S
diff --git a/ports/sysdeps/alpha/divqu.S b/sysdeps/alpha/divqu.S
index f66dfad233..f66dfad233 100644
--- a/ports/sysdeps/alpha/divqu.S
+++ b/sysdeps/alpha/divqu.S
diff --git a/ports/sysdeps/alpha/dl-dtprocnum.h b/sysdeps/alpha/dl-dtprocnum.h
index 67845cdd62..67845cdd62 100644
--- a/ports/sysdeps/alpha/dl-dtprocnum.h
+++ b/sysdeps/alpha/dl-dtprocnum.h
diff --git a/ports/sysdeps/alpha/dl-machine.h b/sysdeps/alpha/dl-machine.h
index 63db19c6cf..63db19c6cf 100644
--- a/ports/sysdeps/alpha/dl-machine.h
+++ b/sysdeps/alpha/dl-machine.h
diff --git a/ports/sysdeps/alpha/dl-procinfo.c b/sysdeps/alpha/dl-procinfo.c
index ee707e6a8a..ee707e6a8a 100644
--- a/ports/sysdeps/alpha/dl-procinfo.c
+++ b/sysdeps/alpha/dl-procinfo.c
diff --git a/ports/sysdeps/alpha/dl-procinfo.h b/sysdeps/alpha/dl-procinfo.h
index 02a8c173c9..02a8c173c9 100644
--- a/ports/sysdeps/alpha/dl-procinfo.h
+++ b/sysdeps/alpha/dl-procinfo.h
diff --git a/ports/sysdeps/alpha/dl-sysdep.h b/sysdeps/alpha/dl-sysdep.h
index e9c86dfc12..e9c86dfc12 100644
--- a/ports/sysdeps/alpha/dl-sysdep.h
+++ b/sysdeps/alpha/dl-sysdep.h
diff --git a/ports/sysdeps/alpha/dl-tls.h b/sysdeps/alpha/dl-tls.h
index 65bab9f856..65bab9f856 100644
--- a/ports/sysdeps/alpha/dl-tls.h
+++ b/sysdeps/alpha/dl-tls.h
diff --git a/ports/sysdeps/alpha/dl-trampoline.S b/sysdeps/alpha/dl-trampoline.S
index 2f3b66b67e..2f3b66b67e 100644
--- a/ports/sysdeps/alpha/dl-trampoline.S
+++ b/sysdeps/alpha/dl-trampoline.S
diff --git a/ports/sysdeps/alpha/ffs.S b/sysdeps/alpha/ffs.S
index 8d762efb36..8d762efb36 100644
--- a/ports/sysdeps/alpha/ffs.S
+++ b/sysdeps/alpha/ffs.S
diff --git a/ports/sysdeps/alpha/ffsll.S b/sysdeps/alpha/ffsll.S
index b2f46d899c..b2f46d899c 100644
--- a/ports/sysdeps/alpha/ffsll.S
+++ b/sysdeps/alpha/ffsll.S
diff --git a/ports/sysdeps/alpha/fpu/Versions b/sysdeps/alpha/fpu/Versions
index c9b0e03a91..c9b0e03a91 100644
--- a/ports/sysdeps/alpha/fpu/Versions
+++ b/sysdeps/alpha/fpu/Versions
diff --git a/ports/sysdeps/alpha/fpu/bits/fenv.h b/sysdeps/alpha/fpu/bits/fenv.h
index 4dba9b59a0..4dba9b59a0 100644
--- a/ports/sysdeps/alpha/fpu/bits/fenv.h
+++ b/sysdeps/alpha/fpu/bits/fenv.h
diff --git a/ports/sysdeps/alpha/fpu/bits/mathinline.h b/sysdeps/alpha/fpu/bits/mathinline.h
index 3d64b56107..3d64b56107 100644
--- a/ports/sysdeps/alpha/fpu/bits/mathinline.h
+++ b/sysdeps/alpha/fpu/bits/mathinline.h
diff --git a/ports/sysdeps/alpha/fpu/cabsf.c b/sysdeps/alpha/fpu/cabsf.c
index 6526526513..6526526513 100644
--- a/ports/sysdeps/alpha/fpu/cabsf.c
+++ b/sysdeps/alpha/fpu/cabsf.c
diff --git a/ports/sysdeps/alpha/fpu/cargf.c b/sysdeps/alpha/fpu/cargf.c
index 46a67ce228..46a67ce228 100644
--- a/ports/sysdeps/alpha/fpu/cargf.c
+++ b/sysdeps/alpha/fpu/cargf.c
diff --git a/ports/sysdeps/alpha/fpu/cfloat-compat.h b/sysdeps/alpha/fpu/cfloat-compat.h
index b94dec0b28..b94dec0b28 100644
--- a/ports/sysdeps/alpha/fpu/cfloat-compat.h
+++ b/sysdeps/alpha/fpu/cfloat-compat.h
diff --git a/ports/sysdeps/alpha/fpu/cimagf.c b/sysdeps/alpha/fpu/cimagf.c
index 576a105927..576a105927 100644
--- a/ports/sysdeps/alpha/fpu/cimagf.c
+++ b/sysdeps/alpha/fpu/cimagf.c
diff --git a/ports/sysdeps/alpha/fpu/conjf.c b/sysdeps/alpha/fpu/conjf.c
index 64b3adf041..64b3adf041 100644
--- a/ports/sysdeps/alpha/fpu/conjf.c
+++ b/sysdeps/alpha/fpu/conjf.c
diff --git a/ports/sysdeps/alpha/fpu/crealf.c b/sysdeps/alpha/fpu/crealf.c
index bd56cae39f..bd56cae39f 100644
--- a/ports/sysdeps/alpha/fpu/crealf.c
+++ b/sysdeps/alpha/fpu/crealf.c
diff --git a/ports/sysdeps/alpha/fpu/e_sqrt.c b/sysdeps/alpha/fpu/e_sqrt.c
index 086215977f..958c699f54 100644
--- a/ports/sysdeps/alpha/fpu/e_sqrt.c
+++ b/sysdeps/alpha/fpu/e_sqrt.c
@@ -123,7 +123,7 @@ __ieee754_sqrt: \n\
subt $f15, $f10, $f1 # fa 4: $f1 = (1.5-0.5*x*y*y) \n\
\n\
mult $f13, $f1, $f13 # fm 4: yp = y*(1.5-0.5*x*y^2)\n\
- mult/su $f11, $f13, $f1 # fm 4: $f11 = x * 0.5 * yp \n\
+ mult/su $f11, $f13, $f1 # fm 4: $f11 = x * 0.5 * yp \n\
mult $f1, $f13, $f11 # fm 4: $f11 = (x*0.5*yp)*yp \n\
subt $f18, $f11, $f1 # fa 4: $f1=(1.5-2^-30)-x/2*yp^2\n\
\n\
diff --git a/ports/sysdeps/alpha/fpu/e_sqrtf.c b/sysdeps/alpha/fpu/e_sqrtf.c
index ad523f5cf2..ad523f5cf2 100644
--- a/ports/sysdeps/alpha/fpu/e_sqrtf.c
+++ b/sysdeps/alpha/fpu/e_sqrtf.c
diff --git a/ports/sysdeps/alpha/fpu/fclrexcpt.c b/sysdeps/alpha/fpu/fclrexcpt.c
index 99bdbdf793..99bdbdf793 100644
--- a/ports/sysdeps/alpha/fpu/fclrexcpt.c
+++ b/sysdeps/alpha/fpu/fclrexcpt.c
diff --git a/ports/sysdeps/alpha/fpu/fedisblxcpt.c b/sysdeps/alpha/fpu/fedisblxcpt.c
index e7612a4755..e7612a4755 100644
--- a/ports/sysdeps/alpha/fpu/fedisblxcpt.c
+++ b/sysdeps/alpha/fpu/fedisblxcpt.c
diff --git a/ports/sysdeps/alpha/fpu/feenablxcpt.c b/sysdeps/alpha/fpu/feenablxcpt.c
index f9eb203c1e..f9eb203c1e 100644
--- a/ports/sysdeps/alpha/fpu/feenablxcpt.c
+++ b/sysdeps/alpha/fpu/feenablxcpt.c
diff --git a/ports/sysdeps/alpha/fpu/fegetenv.c b/sysdeps/alpha/fpu/fegetenv.c
index ef688f20a3..ef688f20a3 100644
--- a/ports/sysdeps/alpha/fpu/fegetenv.c
+++ b/sysdeps/alpha/fpu/fegetenv.c
diff --git a/ports/sysdeps/alpha/fpu/fegetexcept.c b/sysdeps/alpha/fpu/fegetexcept.c
index e4d4f83c49..e4d4f83c49 100644
--- a/ports/sysdeps/alpha/fpu/fegetexcept.c
+++ b/sysdeps/alpha/fpu/fegetexcept.c
diff --git a/ports/sysdeps/alpha/fpu/fegetround.c b/sysdeps/alpha/fpu/fegetround.c
index e2d1911301..e2d1911301 100644
--- a/ports/sysdeps/alpha/fpu/fegetround.c
+++ b/sysdeps/alpha/fpu/fegetround.c
diff --git a/ports/sysdeps/alpha/fpu/feholdexcpt.c b/sysdeps/alpha/fpu/feholdexcpt.c
index 30758b7c3a..30758b7c3a 100644
--- a/ports/sysdeps/alpha/fpu/feholdexcpt.c
+++ b/sysdeps/alpha/fpu/feholdexcpt.c
diff --git a/ports/sysdeps/alpha/fpu/fenv_libc.h b/sysdeps/alpha/fpu/fenv_libc.h
index 9c3678578b..9c3678578b 100644
--- a/ports/sysdeps/alpha/fpu/fenv_libc.h
+++ b/sysdeps/alpha/fpu/fenv_libc.h
diff --git a/ports/sysdeps/alpha/fpu/fesetenv.c b/sysdeps/alpha/fpu/fesetenv.c
index e903de9e29..e903de9e29 100644
--- a/ports/sysdeps/alpha/fpu/fesetenv.c
+++ b/sysdeps/alpha/fpu/fesetenv.c
diff --git a/ports/sysdeps/alpha/fpu/fesetround.c b/sysdeps/alpha/fpu/fesetround.c
index b5b41cebe0..b5b41cebe0 100644
--- a/ports/sysdeps/alpha/fpu/fesetround.c
+++ b/sysdeps/alpha/fpu/fesetround.c
diff --git a/ports/sysdeps/alpha/fpu/feupdateenv.c b/sysdeps/alpha/fpu/feupdateenv.c
index af1f6309e3..af1f6309e3 100644
--- a/ports/sysdeps/alpha/fpu/feupdateenv.c
+++ b/sysdeps/alpha/fpu/feupdateenv.c
diff --git a/ports/sysdeps/alpha/fpu/fgetexcptflg.c b/sysdeps/alpha/fpu/fgetexcptflg.c
index 8cad9b29ba..8cad9b29ba 100644
--- a/ports/sysdeps/alpha/fpu/fgetexcptflg.c
+++ b/sysdeps/alpha/fpu/fgetexcptflg.c
diff --git a/ports/sysdeps/alpha/fpu/fpu_control.h b/sysdeps/alpha/fpu/fpu_control.h
index b271c93951..b271c93951 100644
--- a/ports/sysdeps/alpha/fpu/fpu_control.h
+++ b/sysdeps/alpha/fpu/fpu_control.h
diff --git a/ports/sysdeps/alpha/fpu/fsetexcptflg.c b/sysdeps/alpha/fpu/fsetexcptflg.c
index 36820083d0..36820083d0 100644
--- a/ports/sysdeps/alpha/fpu/fsetexcptflg.c
+++ b/sysdeps/alpha/fpu/fsetexcptflg.c
diff --git a/ports/sysdeps/alpha/fpu/ftestexcept.c b/sysdeps/alpha/fpu/ftestexcept.c
index 521ec1f6c3..521ec1f6c3 100644
--- a/ports/sysdeps/alpha/fpu/ftestexcept.c
+++ b/sysdeps/alpha/fpu/ftestexcept.c
diff --git a/ports/sysdeps/alpha/fpu/get-rounding-mode.h b/sysdeps/alpha/fpu/get-rounding-mode.h
index f0c5549584..f0c5549584 100644
--- a/ports/sysdeps/alpha/fpu/get-rounding-mode.h
+++ b/sysdeps/alpha/fpu/get-rounding-mode.h
diff --git a/ports/sysdeps/alpha/fpu/libm-test-ulps b/sysdeps/alpha/fpu/libm-test-ulps
index 1a59c00bdd..1a59c00bdd 100644
--- a/ports/sysdeps/alpha/fpu/libm-test-ulps
+++ b/sysdeps/alpha/fpu/libm-test-ulps
diff --git a/ports/sysdeps/alpha/fpu/math_private.h b/sysdeps/alpha/fpu/math_private.h
index 22ab3b9ab0..22ab3b9ab0 100644
--- a/ports/sysdeps/alpha/fpu/math_private.h
+++ b/sysdeps/alpha/fpu/math_private.h
diff --git a/ports/sysdeps/alpha/fpu/s_cacosf.c b/sysdeps/alpha/fpu/s_cacosf.c
index fa1fe75400..fa1fe75400 100644
--- a/ports/sysdeps/alpha/fpu/s_cacosf.c
+++ b/sysdeps/alpha/fpu/s_cacosf.c
diff --git a/ports/sysdeps/alpha/fpu/s_cacoshf.c b/sysdeps/alpha/fpu/s_cacoshf.c
index 81eec289f1..81eec289f1 100644
--- a/ports/sysdeps/alpha/fpu/s_cacoshf.c
+++ b/sysdeps/alpha/fpu/s_cacoshf.c
diff --git a/ports/sysdeps/alpha/fpu/s_casinf.c b/sysdeps/alpha/fpu/s_casinf.c
index bae136742d..bae136742d 100644
--- a/ports/sysdeps/alpha/fpu/s_casinf.c
+++ b/sysdeps/alpha/fpu/s_casinf.c
diff --git a/ports/sysdeps/alpha/fpu/s_casinhf.c b/sysdeps/alpha/fpu/s_casinhf.c
index 717c15c8d0..717c15c8d0 100644
--- a/ports/sysdeps/alpha/fpu/s_casinhf.c
+++ b/sysdeps/alpha/fpu/s_casinhf.c
diff --git a/ports/sysdeps/alpha/fpu/s_catanf.c b/sysdeps/alpha/fpu/s_catanf.c
index dc2060e23b..dc2060e23b 100644
--- a/ports/sysdeps/alpha/fpu/s_catanf.c
+++ b/sysdeps/alpha/fpu/s_catanf.c
diff --git a/ports/sysdeps/alpha/fpu/s_catanhf.c b/sysdeps/alpha/fpu/s_catanhf.c
index 1e46a52a52..1e46a52a52 100644
--- a/ports/sysdeps/alpha/fpu/s_catanhf.c
+++ b/sysdeps/alpha/fpu/s_catanhf.c
diff --git a/ports/sysdeps/alpha/fpu/s_ccosf.c b/sysdeps/alpha/fpu/s_ccosf.c
index 1ac5da3bdd..1ac5da3bdd 100644
--- a/ports/sysdeps/alpha/fpu/s_ccosf.c
+++ b/sysdeps/alpha/fpu/s_ccosf.c
diff --git a/ports/sysdeps/alpha/fpu/s_ccoshf.c b/sysdeps/alpha/fpu/s_ccoshf.c
index 1d6815813e..1d6815813e 100644
--- a/ports/sysdeps/alpha/fpu/s_ccoshf.c
+++ b/sysdeps/alpha/fpu/s_ccoshf.c
diff --git a/ports/sysdeps/alpha/fpu/s_ceil.c b/sysdeps/alpha/fpu/s_ceil.c
index 87ce984ea3..87ce984ea3 100644
--- a/ports/sysdeps/alpha/fpu/s_ceil.c
+++ b/sysdeps/alpha/fpu/s_ceil.c
diff --git a/ports/sysdeps/alpha/fpu/s_ceilf.c b/sysdeps/alpha/fpu/s_ceilf.c
index 6d88fbe56a..6d88fbe56a 100644
--- a/ports/sysdeps/alpha/fpu/s_ceilf.c
+++ b/sysdeps/alpha/fpu/s_ceilf.c
diff --git a/ports/sysdeps/alpha/fpu/s_cexpf.c b/sysdeps/alpha/fpu/s_cexpf.c
index d925a81c76..d925a81c76 100644
--- a/ports/sysdeps/alpha/fpu/s_cexpf.c
+++ b/sysdeps/alpha/fpu/s_cexpf.c
diff --git a/ports/sysdeps/alpha/fpu/s_clog10f.c b/sysdeps/alpha/fpu/s_clog10f.c
index ba6515fc67..ba6515fc67 100644
--- a/ports/sysdeps/alpha/fpu/s_clog10f.c
+++ b/sysdeps/alpha/fpu/s_clog10f.c
diff --git a/ports/sysdeps/alpha/fpu/s_clogf.c b/sysdeps/alpha/fpu/s_clogf.c
index 2e51820f7b..2e51820f7b 100644
--- a/ports/sysdeps/alpha/fpu/s_clogf.c
+++ b/sysdeps/alpha/fpu/s_clogf.c
diff --git a/ports/sysdeps/alpha/fpu/s_copysign.c b/sysdeps/alpha/fpu/s_copysign.c
index 13f5f1bf4b..13f5f1bf4b 100644
--- a/ports/sysdeps/alpha/fpu/s_copysign.c
+++ b/sysdeps/alpha/fpu/s_copysign.c
diff --git a/ports/sysdeps/alpha/fpu/s_copysignf.c b/sysdeps/alpha/fpu/s_copysignf.c
index 2e68f4fcbe..2e68f4fcbe 100644
--- a/ports/sysdeps/alpha/fpu/s_copysignf.c
+++ b/sysdeps/alpha/fpu/s_copysignf.c
diff --git a/ports/sysdeps/alpha/fpu/s_cpowf.c b/sysdeps/alpha/fpu/s_cpowf.c
index 8e1903a64d..8e1903a64d 100644
--- a/ports/sysdeps/alpha/fpu/s_cpowf.c
+++ b/sysdeps/alpha/fpu/s_cpowf.c
diff --git a/ports/sysdeps/alpha/fpu/s_cprojf.c b/sysdeps/alpha/fpu/s_cprojf.c
index 72ff7350c7..72ff7350c7 100644
--- a/ports/sysdeps/alpha/fpu/s_cprojf.c
+++ b/sysdeps/alpha/fpu/s_cprojf.c
diff --git a/ports/sysdeps/alpha/fpu/s_csinf.c b/sysdeps/alpha/fpu/s_csinf.c
index 6a53ec8e4d..6a53ec8e4d 100644
--- a/ports/sysdeps/alpha/fpu/s_csinf.c
+++ b/sysdeps/alpha/fpu/s_csinf.c
diff --git a/ports/sysdeps/alpha/fpu/s_csinhf.c b/sysdeps/alpha/fpu/s_csinhf.c
index ffc8fc1922..ffc8fc1922 100644
--- a/ports/sysdeps/alpha/fpu/s_csinhf.c
+++ b/sysdeps/alpha/fpu/s_csinhf.c
diff --git a/ports/sysdeps/alpha/fpu/s_csqrtf.c b/sysdeps/alpha/fpu/s_csqrtf.c
index 3fc3c17ea5..3fc3c17ea5 100644
--- a/ports/sysdeps/alpha/fpu/s_csqrtf.c
+++ b/sysdeps/alpha/fpu/s_csqrtf.c
diff --git a/ports/sysdeps/alpha/fpu/s_ctanf.c b/sysdeps/alpha/fpu/s_ctanf.c
index 75028e36e2..75028e36e2 100644
--- a/ports/sysdeps/alpha/fpu/s_ctanf.c
+++ b/sysdeps/alpha/fpu/s_ctanf.c
diff --git a/ports/sysdeps/alpha/fpu/s_ctanhf.c b/sysdeps/alpha/fpu/s_ctanhf.c
index 6c639e0007..6c639e0007 100644
--- a/ports/sysdeps/alpha/fpu/s_ctanhf.c
+++ b/sysdeps/alpha/fpu/s_ctanhf.c
diff --git a/ports/sysdeps/alpha/fpu/s_fabs.c b/sysdeps/alpha/fpu/s_fabs.c
index b6f866978e..b6f866978e 100644
--- a/ports/sysdeps/alpha/fpu/s_fabs.c
+++ b/sysdeps/alpha/fpu/s_fabs.c
diff --git a/ports/sysdeps/alpha/fpu/s_fabsf.c b/sysdeps/alpha/fpu/s_fabsf.c
index 59b7f0e302..59b7f0e302 100644
--- a/ports/sysdeps/alpha/fpu/s_fabsf.c
+++ b/sysdeps/alpha/fpu/s_fabsf.c
diff --git a/ports/sysdeps/alpha/fpu/s_floor.c b/sysdeps/alpha/fpu/s_floor.c
index 82d9e2e3dd..82d9e2e3dd 100644
--- a/ports/sysdeps/alpha/fpu/s_floor.c
+++ b/sysdeps/alpha/fpu/s_floor.c
diff --git a/ports/sysdeps/alpha/fpu/s_floorf.c b/sysdeps/alpha/fpu/s_floorf.c
index fe4c40b929..fe4c40b929 100644
--- a/ports/sysdeps/alpha/fpu/s_floorf.c
+++ b/sysdeps/alpha/fpu/s_floorf.c
diff --git a/ports/sysdeps/alpha/fpu/s_fmax.S b/sysdeps/alpha/fpu/s_fmax.S
index 775de9f323..775de9f323 100644
--- a/ports/sysdeps/alpha/fpu/s_fmax.S
+++ b/sysdeps/alpha/fpu/s_fmax.S
diff --git a/ports/sysdeps/alpha/fpu/s_fmaxf.S b/sysdeps/alpha/fpu/s_fmaxf.S
index 3c2d62bb81..3c2d62bb81 100644
--- a/ports/sysdeps/alpha/fpu/s_fmaxf.S
+++ b/sysdeps/alpha/fpu/s_fmaxf.S
diff --git a/ports/sysdeps/alpha/fpu/s_fmin.S b/sysdeps/alpha/fpu/s_fmin.S
index f061f84140..f061f84140 100644
--- a/ports/sysdeps/alpha/fpu/s_fmin.S
+++ b/sysdeps/alpha/fpu/s_fmin.S
diff --git a/ports/sysdeps/alpha/fpu/s_fminf.S b/sysdeps/alpha/fpu/s_fminf.S
index 10ab7fe53c..10ab7fe53c 100644
--- a/ports/sysdeps/alpha/fpu/s_fminf.S
+++ b/sysdeps/alpha/fpu/s_fminf.S
diff --git a/ports/sysdeps/alpha/fpu/s_isnan.c b/sysdeps/alpha/fpu/s_isnan.c
index adfb4ccf36..adfb4ccf36 100644
--- a/ports/sysdeps/alpha/fpu/s_isnan.c
+++ b/sysdeps/alpha/fpu/s_isnan.c
diff --git a/ports/sysdeps/alpha/fpu/s_isnanf.c b/sysdeps/alpha/fpu/s_isnanf.c
index af41e43850..af41e43850 100644
--- a/ports/sysdeps/alpha/fpu/s_isnanf.c
+++ b/sysdeps/alpha/fpu/s_isnanf.c
diff --git a/ports/sysdeps/alpha/fpu/s_llrint.c b/sysdeps/alpha/fpu/s_llrint.c
index 5db97be037..5db97be037 100644
--- a/ports/sysdeps/alpha/fpu/s_llrint.c
+++ b/sysdeps/alpha/fpu/s_llrint.c
diff --git a/ports/sysdeps/alpha/fpu/s_llrintf.c b/sysdeps/alpha/fpu/s_llrintf.c
index 18f2885ef7..18f2885ef7 100644
--- a/ports/sysdeps/alpha/fpu/s_llrintf.c
+++ b/sysdeps/alpha/fpu/s_llrintf.c
diff --git a/ports/sysdeps/alpha/fpu/s_llround.c b/sysdeps/alpha/fpu/s_llround.c
index b212fbd8e5..b212fbd8e5 100644
--- a/ports/sysdeps/alpha/fpu/s_llround.c
+++ b/sysdeps/alpha/fpu/s_llround.c
diff --git a/ports/sysdeps/alpha/fpu/s_llroundf.c b/sysdeps/alpha/fpu/s_llroundf.c
index 73bdf3103f..73bdf3103f 100644
--- a/ports/sysdeps/alpha/fpu/s_llroundf.c
+++ b/sysdeps/alpha/fpu/s_llroundf.c
diff --git a/ports/sysdeps/alpha/fpu/s_lrint.c b/sysdeps/alpha/fpu/s_lrint.c
index 80949bc464..80949bc464 100644
--- a/ports/sysdeps/alpha/fpu/s_lrint.c
+++ b/sysdeps/alpha/fpu/s_lrint.c
diff --git a/ports/sysdeps/alpha/fpu/s_lrintf.c b/sysdeps/alpha/fpu/s_lrintf.c
index 814e25b3bc..814e25b3bc 100644
--- a/ports/sysdeps/alpha/fpu/s_lrintf.c
+++ b/sysdeps/alpha/fpu/s_lrintf.c
diff --git a/ports/sysdeps/alpha/fpu/s_lround.c b/sysdeps/alpha/fpu/s_lround.c
index dedb98e31a..dedb98e31a 100644
--- a/ports/sysdeps/alpha/fpu/s_lround.c
+++ b/sysdeps/alpha/fpu/s_lround.c
diff --git a/ports/sysdeps/alpha/fpu/s_lroundf.c b/sysdeps/alpha/fpu/s_lroundf.c
index 650004dbc1..650004dbc1 100644
--- a/ports/sysdeps/alpha/fpu/s_lroundf.c
+++ b/sysdeps/alpha/fpu/s_lroundf.c
diff --git a/ports/sysdeps/alpha/fpu/s_nearbyint.c b/sysdeps/alpha/fpu/s_nearbyint.c
index ed6c997c85..ed6c997c85 100644
--- a/ports/sysdeps/alpha/fpu/s_nearbyint.c
+++ b/sysdeps/alpha/fpu/s_nearbyint.c
diff --git a/ports/sysdeps/alpha/fpu/s_nearbyintf.c b/sysdeps/alpha/fpu/s_nearbyintf.c
index e7693303f4..e7693303f4 100644
--- a/ports/sysdeps/alpha/fpu/s_nearbyintf.c
+++ b/sysdeps/alpha/fpu/s_nearbyintf.c
diff --git a/ports/sysdeps/alpha/fpu/s_rint.c b/sysdeps/alpha/fpu/s_rint.c
index d5e3edc653..d5e3edc653 100644
--- a/ports/sysdeps/alpha/fpu/s_rint.c
+++ b/sysdeps/alpha/fpu/s_rint.c
diff --git a/ports/sysdeps/alpha/fpu/s_rintf.c b/sysdeps/alpha/fpu/s_rintf.c
index 1a2a3aca68..1a2a3aca68 100644
--- a/ports/sysdeps/alpha/fpu/s_rintf.c
+++ b/sysdeps/alpha/fpu/s_rintf.c
diff --git a/ports/sysdeps/alpha/fpu/s_round.c b/sysdeps/alpha/fpu/s_round.c
index 62a8e72b5f..62a8e72b5f 100644
--- a/ports/sysdeps/alpha/fpu/s_round.c
+++ b/sysdeps/alpha/fpu/s_round.c
diff --git a/ports/sysdeps/alpha/fpu/s_roundf.c b/sysdeps/alpha/fpu/s_roundf.c
index a07ffa3c8d..a07ffa3c8d 100644
--- a/ports/sysdeps/alpha/fpu/s_roundf.c
+++ b/sysdeps/alpha/fpu/s_roundf.c
diff --git a/ports/sysdeps/alpha/fpu/s_trunc.c b/sysdeps/alpha/fpu/s_trunc.c
index 9216c03caf..9216c03caf 100644
--- a/ports/sysdeps/alpha/fpu/s_trunc.c
+++ b/sysdeps/alpha/fpu/s_trunc.c
diff --git a/ports/sysdeps/alpha/fpu/s_truncf.c b/sysdeps/alpha/fpu/s_truncf.c
index a631cd1ea9..a631cd1ea9 100644
--- a/ports/sysdeps/alpha/fpu/s_truncf.c
+++ b/sysdeps/alpha/fpu/s_truncf.c
diff --git a/ports/sysdeps/alpha/gccframe.h b/sysdeps/alpha/gccframe.h
index c36cdb6e2d..c36cdb6e2d 100644
--- a/ports/sysdeps/alpha/gccframe.h
+++ b/sysdeps/alpha/gccframe.h
diff --git a/ports/sysdeps/alpha/hp-timing.h b/sysdeps/alpha/hp-timing.h
index 90f9b9d475..90f9b9d475 100644
--- a/ports/sysdeps/alpha/hp-timing.h
+++ b/sysdeps/alpha/hp-timing.h
diff --git a/ports/sysdeps/alpha/htonl.S b/sysdeps/alpha/htonl.S
index c0b7663885..c0b7663885 100644
--- a/ports/sysdeps/alpha/htonl.S
+++ b/sysdeps/alpha/htonl.S
diff --git a/ports/sysdeps/alpha/htons.S b/sysdeps/alpha/htons.S
index c9904c8871..c9904c8871 100644
--- a/ports/sysdeps/alpha/htons.S
+++ b/sysdeps/alpha/htons.S
diff --git a/ports/sysdeps/alpha/jmpbuf-offsets.h b/sysdeps/alpha/jmpbuf-offsets.h
index 2e4842c299..2e4842c299 100644
--- a/ports/sysdeps/alpha/jmpbuf-offsets.h
+++ b/sysdeps/alpha/jmpbuf-offsets.h
diff --git a/ports/sysdeps/alpha/jmpbuf-unwind.h b/sysdeps/alpha/jmpbuf-unwind.h
index 1303cbd6b9..1303cbd6b9 100644
--- a/ports/sysdeps/alpha/jmpbuf-unwind.h
+++ b/sysdeps/alpha/jmpbuf-unwind.h
diff --git a/ports/sysdeps/alpha/ldiv.S b/sysdeps/alpha/ldiv.S
index 63b0fd8d71..63b0fd8d71 100644
--- a/ports/sysdeps/alpha/ldiv.S
+++ b/sysdeps/alpha/ldiv.S
diff --git a/ports/sysdeps/alpha/ldsodefs.h b/sysdeps/alpha/ldsodefs.h
index f0c750d000..f0c750d000 100644
--- a/ports/sysdeps/alpha/ldsodefs.h
+++ b/sysdeps/alpha/ldsodefs.h
diff --git a/ports/sysdeps/alpha/libc-tls.c b/sysdeps/alpha/libc-tls.c
index a910589a53..a910589a53 100644
--- a/ports/sysdeps/alpha/libc-tls.c
+++ b/sysdeps/alpha/libc-tls.c
diff --git a/ports/sysdeps/alpha/lldiv.S b/sysdeps/alpha/lldiv.S
index 80c450a3fc..80c450a3fc 100644
--- a/ports/sysdeps/alpha/lldiv.S
+++ b/sysdeps/alpha/lldiv.S
diff --git a/ports/sysdeps/alpha/lshift.S b/sysdeps/alpha/lshift.S
index 046762d333..046762d333 100644
--- a/ports/sysdeps/alpha/lshift.S
+++ b/sysdeps/alpha/lshift.S
diff --git a/ports/sysdeps/alpha/machine-gmon.h b/sysdeps/alpha/machine-gmon.h
index 50301722f9..50301722f9 100644
--- a/ports/sysdeps/alpha/machine-gmon.h
+++ b/sysdeps/alpha/machine-gmon.h
diff --git a/ports/sysdeps/alpha/memchr.c b/sysdeps/alpha/memchr.c
index 6d80690b1d..6d80690b1d 100644
--- a/ports/sysdeps/alpha/memchr.c
+++ b/sysdeps/alpha/memchr.c
diff --git a/ports/sysdeps/alpha/memset.S b/sysdeps/alpha/memset.S
index 5353168289..5353168289 100644
--- a/ports/sysdeps/alpha/memset.S
+++ b/sysdeps/alpha/memset.S
diff --git a/ports/sysdeps/alpha/memusage.h b/sysdeps/alpha/memusage.h
index a36447435e..a36447435e 100644
--- a/ports/sysdeps/alpha/memusage.h
+++ b/sysdeps/alpha/memusage.h
diff --git a/ports/sysdeps/alpha/mul_1.S b/sysdeps/alpha/mul_1.S
index e7474d3c35..e7474d3c35 100644
--- a/ports/sysdeps/alpha/mul_1.S
+++ b/sysdeps/alpha/mul_1.S
diff --git a/ports/sysdeps/alpha/nptl/Makefile b/sysdeps/alpha/nptl/Makefile
index e077f968a1..e077f968a1 100644
--- a/ports/sysdeps/alpha/nptl/Makefile
+++ b/sysdeps/alpha/nptl/Makefile
diff --git a/ports/sysdeps/alpha/nptl/pthread_spin_lock.S b/sysdeps/alpha/nptl/pthread_spin_lock.S
index 841f654293..841f654293 100644
--- a/ports/sysdeps/alpha/nptl/pthread_spin_lock.S
+++ b/sysdeps/alpha/nptl/pthread_spin_lock.S
diff --git a/ports/sysdeps/alpha/nptl/pthread_spin_trylock.S b/sysdeps/alpha/nptl/pthread_spin_trylock.S
index 28a8ac8ca5..28a8ac8ca5 100644
--- a/ports/sysdeps/alpha/nptl/pthread_spin_trylock.S
+++ b/sysdeps/alpha/nptl/pthread_spin_trylock.S
diff --git a/ports/sysdeps/alpha/nptl/pthreaddef.h b/sysdeps/alpha/nptl/pthreaddef.h
index 4e56fd9df2..4e56fd9df2 100644
--- a/ports/sysdeps/alpha/nptl/pthreaddef.h
+++ b/sysdeps/alpha/nptl/pthreaddef.h
diff --git a/ports/sysdeps/alpha/nptl/tcb-offsets.sym b/sysdeps/alpha/nptl/tcb-offsets.sym
index c21a791040..c21a791040 100644
--- a/ports/sysdeps/alpha/nptl/tcb-offsets.sym
+++ b/sysdeps/alpha/nptl/tcb-offsets.sym
diff --git a/ports/sysdeps/alpha/nptl/tls.h b/sysdeps/alpha/nptl/tls.h
index 4894f0b6bc..4894f0b6bc 100644
--- a/ports/sysdeps/alpha/nptl/tls.h
+++ b/sysdeps/alpha/nptl/tls.h
diff --git a/ports/sysdeps/alpha/nscd-types.h b/sysdeps/alpha/nscd-types.h
index a9b2f232a8..a9b2f232a8 100644
--- a/ports/sysdeps/alpha/nscd-types.h
+++ b/sysdeps/alpha/nscd-types.h
diff --git a/ports/sysdeps/alpha/preconfigure b/sysdeps/alpha/preconfigure
index 09559b9de4..6412a136f4 100644
--- a/ports/sysdeps/alpha/preconfigure
+++ b/sysdeps/alpha/preconfigure
@@ -4,4 +4,3 @@ alpha*) base_machine=alpha machine=alpha/$machine
libc_commonpagesize=0x2000
libc_relro_required=yes ;;
esac
-
diff --git a/ports/sysdeps/alpha/rawmemchr.S b/sysdeps/alpha/rawmemchr.S
index 4a06421f48..4a06421f48 100644
--- a/ports/sysdeps/alpha/rawmemchr.S
+++ b/sysdeps/alpha/rawmemchr.S
diff --git a/ports/sysdeps/alpha/reml.S b/sysdeps/alpha/reml.S
index 8708cf8042..8708cf8042 100644
--- a/ports/sysdeps/alpha/reml.S
+++ b/sysdeps/alpha/reml.S
diff --git a/ports/sysdeps/alpha/remlu.S b/sysdeps/alpha/remlu.S
index f8691e19a4..f8691e19a4 100644
--- a/ports/sysdeps/alpha/remlu.S
+++ b/sysdeps/alpha/remlu.S
diff --git a/ports/sysdeps/alpha/remq.S b/sysdeps/alpha/remq.S
index 6d56d2630e..6d56d2630e 100644
--- a/ports/sysdeps/alpha/remq.S
+++ b/sysdeps/alpha/remq.S
diff --git a/ports/sysdeps/alpha/remqu.S b/sysdeps/alpha/remqu.S
index 809bac3a33..809bac3a33 100644
--- a/ports/sysdeps/alpha/remqu.S
+++ b/sysdeps/alpha/remqu.S
diff --git a/ports/sysdeps/alpha/rshift.S b/sysdeps/alpha/rshift.S
index b458795e35..b458795e35 100644
--- a/ports/sysdeps/alpha/rshift.S
+++ b/sysdeps/alpha/rshift.S
diff --git a/ports/sysdeps/alpha/setjmp.S b/sysdeps/alpha/setjmp.S
index f79837c86b..f79837c86b 100644
--- a/ports/sysdeps/alpha/setjmp.S
+++ b/sysdeps/alpha/setjmp.S
diff --git a/ports/sysdeps/alpha/shlib-versions b/sysdeps/alpha/shlib-versions
index cd4b9af78d..cd4b9af78d 100644
--- a/ports/sysdeps/alpha/shlib-versions
+++ b/sysdeps/alpha/shlib-versions
diff --git a/ports/sysdeps/alpha/soft-fp/Makefile b/sysdeps/alpha/soft-fp/Makefile
index 5410a78984..5410a78984 100644
--- a/ports/sysdeps/alpha/soft-fp/Makefile
+++ b/sysdeps/alpha/soft-fp/Makefile
diff --git a/ports/sysdeps/alpha/soft-fp/Versions b/sysdeps/alpha/soft-fp/Versions
index 3901287115..3901287115 100644
--- a/ports/sysdeps/alpha/soft-fp/Versions
+++ b/sysdeps/alpha/soft-fp/Versions
diff --git a/ports/sysdeps/alpha/soft-fp/e_sqrtl.c b/sysdeps/alpha/soft-fp/e_sqrtl.c
index 256e5ef5f0..256e5ef5f0 100644
--- a/ports/sysdeps/alpha/soft-fp/e_sqrtl.c
+++ b/sysdeps/alpha/soft-fp/e_sqrtl.c
diff --git a/ports/sysdeps/alpha/soft-fp/local-soft-fp.h b/sysdeps/alpha/soft-fp/local-soft-fp.h
index e93a2ad064..e93a2ad064 100644
--- a/ports/sysdeps/alpha/soft-fp/local-soft-fp.h
+++ b/sysdeps/alpha/soft-fp/local-soft-fp.h
diff --git a/ports/sysdeps/alpha/soft-fp/ots_add.c b/sysdeps/alpha/soft-fp/ots_add.c
index 9cd56553ea..9cd56553ea 100644
--- a/ports/sysdeps/alpha/soft-fp/ots_add.c
+++ b/sysdeps/alpha/soft-fp/ots_add.c
diff --git a/ports/sysdeps/alpha/soft-fp/ots_cmp.c b/sysdeps/alpha/soft-fp/ots_cmp.c
index c28aa4f608..c28aa4f608 100644
--- a/ports/sysdeps/alpha/soft-fp/ots_cmp.c
+++ b/sysdeps/alpha/soft-fp/ots_cmp.c
diff --git a/ports/sysdeps/alpha/soft-fp/ots_cmpe.c b/sysdeps/alpha/soft-fp/ots_cmpe.c
index adeda848f4..adeda848f4 100644
--- a/ports/sysdeps/alpha/soft-fp/ots_cmpe.c
+++ b/sysdeps/alpha/soft-fp/ots_cmpe.c
diff --git a/ports/sysdeps/alpha/soft-fp/ots_cvtqux.c b/sysdeps/alpha/soft-fp/ots_cvtqux.c
index 5562098381..5562098381 100644
--- a/ports/sysdeps/alpha/soft-fp/ots_cvtqux.c
+++ b/sysdeps/alpha/soft-fp/ots_cvtqux.c
diff --git a/ports/sysdeps/alpha/soft-fp/ots_cvtqx.c b/sysdeps/alpha/soft-fp/ots_cvtqx.c
index f062a081ec..f062a081ec 100644
--- a/ports/sysdeps/alpha/soft-fp/ots_cvtqx.c
+++ b/sysdeps/alpha/soft-fp/ots_cvtqx.c
diff --git a/ports/sysdeps/alpha/soft-fp/ots_cvttx.c b/sysdeps/alpha/soft-fp/ots_cvttx.c
index a01cd95091..a01cd95091 100644
--- a/ports/sysdeps/alpha/soft-fp/ots_cvttx.c
+++ b/sysdeps/alpha/soft-fp/ots_cvttx.c
diff --git a/ports/sysdeps/alpha/soft-fp/ots_cvtxq.c b/sysdeps/alpha/soft-fp/ots_cvtxq.c
index 1eef9490c3..1eef9490c3 100644
--- a/ports/sysdeps/alpha/soft-fp/ots_cvtxq.c
+++ b/sysdeps/alpha/soft-fp/ots_cvtxq.c
diff --git a/ports/sysdeps/alpha/soft-fp/ots_cvtxt.c b/sysdeps/alpha/soft-fp/ots_cvtxt.c
index 94e3f3193e..94e3f3193e 100644
--- a/ports/sysdeps/alpha/soft-fp/ots_cvtxt.c
+++ b/sysdeps/alpha/soft-fp/ots_cvtxt.c
diff --git a/ports/sysdeps/alpha/soft-fp/ots_div.c b/sysdeps/alpha/soft-fp/ots_div.c
index 4d1c8543f5..4d1c8543f5 100644
--- a/ports/sysdeps/alpha/soft-fp/ots_div.c
+++ b/sysdeps/alpha/soft-fp/ots_div.c
diff --git a/ports/sysdeps/alpha/soft-fp/ots_mul.c b/sysdeps/alpha/soft-fp/ots_mul.c
index 39fe8234db..39fe8234db 100644
--- a/ports/sysdeps/alpha/soft-fp/ots_mul.c
+++ b/sysdeps/alpha/soft-fp/ots_mul.c
diff --git a/ports/sysdeps/alpha/soft-fp/ots_nintxq.c b/sysdeps/alpha/soft-fp/ots_nintxq.c
index cfdf38649d..cfdf38649d 100644
--- a/ports/sysdeps/alpha/soft-fp/ots_nintxq.c
+++ b/sysdeps/alpha/soft-fp/ots_nintxq.c
diff --git a/ports/sysdeps/alpha/soft-fp/ots_sub.c b/sysdeps/alpha/soft-fp/ots_sub.c
index 6deb9d9425..6deb9d9425 100644
--- a/ports/sysdeps/alpha/soft-fp/ots_sub.c
+++ b/sysdeps/alpha/soft-fp/ots_sub.c
diff --git a/ports/sysdeps/alpha/soft-fp/sfp-machine.h b/sysdeps/alpha/soft-fp/sfp-machine.h
index cceccafe26..cceccafe26 100644
--- a/ports/sysdeps/alpha/soft-fp/sfp-machine.h
+++ b/sysdeps/alpha/soft-fp/sfp-machine.h
diff --git a/ports/sysdeps/alpha/sotruss-lib.c b/sysdeps/alpha/sotruss-lib.c
index 51a263dbb7..51a263dbb7 100644
--- a/ports/sysdeps/alpha/sotruss-lib.c
+++ b/sysdeps/alpha/sotruss-lib.c
diff --git a/ports/sysdeps/alpha/stackinfo.h b/sysdeps/alpha/stackinfo.h
index 026bf565a1..026bf565a1 100644
--- a/ports/sysdeps/alpha/stackinfo.h
+++ b/sysdeps/alpha/stackinfo.h
diff --git a/ports/sysdeps/alpha/start.S b/sysdeps/alpha/start.S
index cf195c1c44..cf195c1c44 100644
--- a/ports/sysdeps/alpha/start.S
+++ b/sysdeps/alpha/start.S
diff --git a/ports/sysdeps/alpha/stpcpy.S b/sysdeps/alpha/stpcpy.S
index 8b989d9800..8b989d9800 100644
--- a/ports/sysdeps/alpha/stpcpy.S
+++ b/sysdeps/alpha/stpcpy.S
diff --git a/ports/sysdeps/alpha/stpncpy.S b/sysdeps/alpha/stpncpy.S
index 82a109d096..82a109d096 100644
--- a/ports/sysdeps/alpha/stpncpy.S
+++ b/sysdeps/alpha/stpncpy.S
diff --git a/ports/sysdeps/alpha/strcat.S b/sysdeps/alpha/strcat.S
index 0b856a4ddc..0b856a4ddc 100644
--- a/ports/sysdeps/alpha/strcat.S
+++ b/sysdeps/alpha/strcat.S
diff --git a/ports/sysdeps/alpha/strchr.S b/sysdeps/alpha/strchr.S
index ba46ab3c90..ba46ab3c90 100644
--- a/ports/sysdeps/alpha/strchr.S
+++ b/sysdeps/alpha/strchr.S
diff --git a/ports/sysdeps/alpha/strcmp.S b/sysdeps/alpha/strcmp.S
index a9fa89327f..a9fa89327f 100644
--- a/ports/sysdeps/alpha/strcmp.S
+++ b/sysdeps/alpha/strcmp.S
diff --git a/ports/sysdeps/alpha/strcpy.S b/sysdeps/alpha/strcpy.S
index ce8d5ad24c..ce8d5ad24c 100644
--- a/ports/sysdeps/alpha/strcpy.S
+++ b/sysdeps/alpha/strcpy.S
diff --git a/ports/sysdeps/alpha/strlen.S b/sysdeps/alpha/strlen.S
index 3e55220fad..3e55220fad 100644
--- a/ports/sysdeps/alpha/strlen.S
+++ b/sysdeps/alpha/strlen.S
diff --git a/ports/sysdeps/alpha/strncat.S b/sysdeps/alpha/strncat.S
index 28aa49e9e8..28aa49e9e8 100644
--- a/ports/sysdeps/alpha/strncat.S
+++ b/sysdeps/alpha/strncat.S
diff --git a/ports/sysdeps/alpha/strncmp.S b/sysdeps/alpha/strncmp.S
index 10a8f5c20c..10a8f5c20c 100644
--- a/ports/sysdeps/alpha/strncmp.S
+++ b/sysdeps/alpha/strncmp.S
diff --git a/ports/sysdeps/alpha/strncpy.S b/sysdeps/alpha/strncpy.S
index db864d816e..db864d816e 100644
--- a/ports/sysdeps/alpha/strncpy.S
+++ b/sysdeps/alpha/strncpy.S
diff --git a/ports/sysdeps/alpha/strrchr.S b/sysdeps/alpha/strrchr.S
index e85f0cf464..e85f0cf464 100644
--- a/ports/sysdeps/alpha/strrchr.S
+++ b/sysdeps/alpha/strrchr.S
diff --git a/ports/sysdeps/alpha/stxcpy.S b/sysdeps/alpha/stxcpy.S
index 3296174751..3296174751 100644
--- a/ports/sysdeps/alpha/stxcpy.S
+++ b/sysdeps/alpha/stxcpy.S
diff --git a/ports/sysdeps/alpha/stxncpy.S b/sysdeps/alpha/stxncpy.S
index a12f31e1b3..a12f31e1b3 100644
--- a/ports/sysdeps/alpha/stxncpy.S
+++ b/sysdeps/alpha/stxncpy.S
diff --git a/ports/sysdeps/alpha/sub_n.S b/sysdeps/alpha/sub_n.S
index bf77fd2d24..bf77fd2d24 100644
--- a/ports/sysdeps/alpha/sub_n.S
+++ b/sysdeps/alpha/sub_n.S
diff --git a/ports/sysdeps/alpha/submul_1.S b/sysdeps/alpha/submul_1.S
index 961b0e31ee..961b0e31ee 100644
--- a/ports/sysdeps/alpha/submul_1.S
+++ b/sysdeps/alpha/submul_1.S
diff --git a/ports/sysdeps/alpha/tininess.h b/sysdeps/alpha/tininess.h
index 1db37790f8..1db37790f8 100644
--- a/ports/sysdeps/alpha/tininess.h
+++ b/sysdeps/alpha/tininess.h
diff --git a/ports/sysdeps/alpha/tls-macros.h b/sysdeps/alpha/tls-macros.h
index 00489c289f..00489c289f 100644
--- a/ports/sysdeps/alpha/tls-macros.h
+++ b/sysdeps/alpha/tls-macros.h
diff --git a/ports/sysdeps/alpha/tst-audit.h b/sysdeps/alpha/tst-audit.h
index 06fab75f9d..06fab75f9d 100644
--- a/ports/sysdeps/alpha/tst-audit.h
+++ b/sysdeps/alpha/tst-audit.h
diff --git a/ports/sysdeps/alpha/udiv_qrnnd.S b/sysdeps/alpha/udiv_qrnnd.S
index 7c6682e55a..7c6682e55a 100644
--- a/ports/sysdeps/alpha/udiv_qrnnd.S
+++ b/sysdeps/alpha/udiv_qrnnd.S
diff --git a/ports/sysdeps/unix/alpha/Makefile b/sysdeps/unix/alpha/Makefile
index 441aa02a83..441aa02a83 100644
--- a/ports/sysdeps/unix/alpha/Makefile
+++ b/sysdeps/unix/alpha/Makefile
diff --git a/ports/sysdeps/unix/alpha/getegid.S b/sysdeps/unix/alpha/getegid.S
index 70e319a26b..70e319a26b 100644
--- a/ports/sysdeps/unix/alpha/getegid.S
+++ b/sysdeps/unix/alpha/getegid.S
diff --git a/ports/sysdeps/unix/alpha/geteuid.S b/sysdeps/unix/alpha/geteuid.S
index a1010b8040..a1010b8040 100644
--- a/ports/sysdeps/unix/alpha/geteuid.S
+++ b/sysdeps/unix/alpha/geteuid.S
diff --git a/ports/sysdeps/unix/alpha/getppid.S b/sysdeps/unix/alpha/getppid.S
index 6e6dc02bd0..6e6dc02bd0 100644
--- a/ports/sysdeps/unix/alpha/getppid.S
+++ b/sysdeps/unix/alpha/getppid.S
diff --git a/ports/sysdeps/unix/alpha/pipe.S b/sysdeps/unix/alpha/pipe.S
index a24c66c0ca..a24c66c0ca 100644
--- a/ports/sysdeps/unix/alpha/pipe.S
+++ b/sysdeps/unix/alpha/pipe.S
diff --git a/ports/sysdeps/unix/alpha/rt-sysdep.S b/sysdeps/unix/alpha/rt-sysdep.S
index f966bf1e59..f966bf1e59 100644
--- a/ports/sysdeps/unix/alpha/rt-sysdep.S
+++ b/sysdeps/unix/alpha/rt-sysdep.S
diff --git a/ports/sysdeps/unix/alpha/sysdep.S b/sysdeps/unix/alpha/sysdep.S
index a39ee617ce..a39ee617ce 100644
--- a/ports/sysdeps/unix/alpha/sysdep.S
+++ b/sysdeps/unix/alpha/sysdep.S
diff --git a/ports/sysdeps/unix/alpha/sysdep.h b/sysdeps/unix/alpha/sysdep.h
index 7425026241..7425026241 100644
--- a/ports/sysdeps/unix/alpha/sysdep.h
+++ b/sysdeps/unix/alpha/sysdep.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/Implies b/sysdeps/unix/sysv/linux/alpha/Implies
index 1616efecbe..1616efecbe 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/Implies
+++ b/sysdeps/unix/sysv/linux/alpha/Implies
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/Makefile b/sysdeps/unix/sysv/linux/alpha/Makefile
index 9676feea98..9676feea98 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/Makefile
+++ b/sysdeps/unix/sysv/linux/alpha/Makefile
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/Versions b/sysdeps/unix/sysv/linux/alpha/Versions
index b3cec3a75f..b3cec3a75f 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/Versions
+++ b/sysdeps/unix/sysv/linux/alpha/Versions
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S b/sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S
index d6ca4c1853..d6ca4c1853 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S
+++ b/sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/a.out.h b/sysdeps/unix/sysv/linux/alpha/a.out.h
index a7699f0fe0..a7699f0fe0 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/a.out.h
+++ b/sysdeps/unix/sysv/linux/alpha/a.out.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/adjtime.c b/sysdeps/unix/sysv/linux/alpha/adjtime.c
index a0cbba3d17..a0cbba3d17 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/adjtime.c
+++ b/sysdeps/unix/sysv/linux/alpha/adjtime.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/alpha/ptrace.h b/sysdeps/unix/sysv/linux/alpha/alpha/ptrace.h
index 57b96d64db..57b96d64db 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/alpha/ptrace.h
+++ b/sysdeps/unix/sysv/linux/alpha/alpha/ptrace.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/alpha/regdef.h b/sysdeps/unix/sysv/linux/alpha/alpha/regdef.h
index 142df9c4f8..142df9c4f8 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/alpha/regdef.h
+++ b/sysdeps/unix/sysv/linux/alpha/alpha/regdef.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies b/sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies
index 0d7000dc2d..0d7000dc2d 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies
+++ b/sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies b/sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies
index 617c388d2d..617c388d2d 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies
+++ b/sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/bits/a.out.h b/sysdeps/unix/sysv/linux/alpha/bits/a.out.h
index 82a3dd4c0d..82a3dd4c0d 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/bits/a.out.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/a.out.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/bits/dirent.h b/sysdeps/unix/sysv/linux/alpha/bits/dirent.h
index 01b043a7b2..01b043a7b2 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/bits/dirent.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/dirent.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/bits/elfclass.h b/sysdeps/unix/sysv/linux/alpha/bits/elfclass.h
index e5aa4a0fbd..e5aa4a0fbd 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/bits/elfclass.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/elfclass.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/bits/epoll.h b/sysdeps/unix/sysv/linux/alpha/bits/epoll.h
index 0bbaae1527..0bbaae1527 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/bits/epoll.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/epoll.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/bits/errno.h b/sysdeps/unix/sysv/linux/alpha/bits/errno.h
index dd2f5bfab4..dd2f5bfab4 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/bits/errno.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/errno.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/bits/eventfd.h b/sysdeps/unix/sysv/linux/alpha/bits/eventfd.h
index 2b9b272770..2b9b272770 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/bits/eventfd.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/eventfd.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h b/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h
index db54cc814b..db54cc814b 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/bits/inotify.h b/sysdeps/unix/sysv/linux/alpha/bits/inotify.h
index 315f09cb2f..315f09cb2f 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/bits/inotify.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/inotify.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/bits/ioctls.h b/sysdeps/unix/sysv/linux/alpha/bits/ioctls.h
index 24e498edb8..24e498edb8 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/bits/ioctls.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/ioctls.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/bits/ipc.h b/sysdeps/unix/sysv/linux/alpha/bits/ipc.h
index 8ab80af55c..8ab80af55c 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/bits/ipc.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/ipc.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/bits/mman.h b/sysdeps/unix/sysv/linux/alpha/bits/mman.h
index 650e5e370b..650e5e370b 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/bits/mman.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/mman.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/bits/msq.h b/sysdeps/unix/sysv/linux/alpha/bits/msq.h
index 3fd28ff675..3fd28ff675 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/bits/msq.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/msq.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/bits/netdb.h b/sysdeps/unix/sysv/linux/alpha/bits/netdb.h
index 2f39d705ff..2f39d705ff 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/bits/netdb.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/netdb.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/bits/resource.h b/sysdeps/unix/sysv/linux/alpha/bits/resource.h
index ac9367fd50..ac9367fd50 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/bits/resource.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/resource.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/bits/sem.h b/sysdeps/unix/sysv/linux/alpha/bits/sem.h
index 6bd5007e84..6bd5007e84 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/bits/sem.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/sem.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/bits/shm.h b/sysdeps/unix/sysv/linux/alpha/bits/shm.h
index 78751b00a2..78751b00a2 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/bits/shm.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/shm.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/bits/sigaction.h b/sysdeps/unix/sysv/linux/alpha/bits/sigaction.h
index 9fd37cd198..9fd37cd198 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/bits/sigaction.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/sigaction.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/bits/siginfo.h b/sysdeps/unix/sysv/linux/alpha/bits/siginfo.h
index 9334ab8b5e..9334ab8b5e 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/bits/siginfo.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/siginfo.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/bits/signalfd.h b/sysdeps/unix/sysv/linux/alpha/bits/signalfd.h
index c1b5e97abf..c1b5e97abf 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/bits/signalfd.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/signalfd.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/bits/signum.h b/sysdeps/unix/sysv/linux/alpha/bits/signum.h
index 2d8a321c97..2d8a321c97 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/bits/signum.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/signum.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/bits/sigstack.h b/sysdeps/unix/sysv/linux/alpha/bits/sigstack.h
index 7c2b7d5830..7c2b7d5830 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/bits/sigstack.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/sigstack.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/bits/socket_type.h b/sysdeps/unix/sysv/linux/alpha/bits/socket_type.h
index 69309c8dae..69309c8dae 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/bits/socket_type.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/socket_type.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/bits/stat.h b/sysdeps/unix/sysv/linux/alpha/bits/stat.h
index ec42d1803d..ec42d1803d 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/bits/stat.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/stat.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/bits/statfs.h b/sysdeps/unix/sysv/linux/alpha/bits/statfs.h
index a3dfe0d04c..a3dfe0d04c 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/bits/statfs.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/statfs.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/bits/termios.h b/sysdeps/unix/sysv/linux/alpha/bits/termios.h
index 4310585563..4310585563 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/bits/termios.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/termios.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/bits/timerfd.h b/sysdeps/unix/sysv/linux/alpha/bits/timerfd.h
index f7c62e2cbd..f7c62e2cbd 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/bits/timerfd.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/timerfd.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/bits/typesizes.h b/sysdeps/unix/sysv/linux/alpha/bits/typesizes.h
index 25615cdca1..25615cdca1 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/bits/typesizes.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/typesizes.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/bits/wordsize.h b/sysdeps/unix/sysv/linux/alpha/bits/wordsize.h
index 6c2191e50d..6c2191e50d 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/bits/wordsize.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/wordsize.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/brk.S b/sysdeps/unix/sysv/linux/alpha/brk.S
index b8d658a9d4..b8d658a9d4 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/brk.S
+++ b/sysdeps/unix/sysv/linux/alpha/brk.S
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/clone.S b/sysdeps/unix/sysv/linux/alpha/clone.S
index c5c3300c47..c5c3300c47 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/clone.S
+++ b/sysdeps/unix/sysv/linux/alpha/clone.S
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/configure b/sysdeps/unix/sysv/linux/alpha/configure
index 9afb5874cb..9afb5874cb 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/configure
+++ b/sysdeps/unix/sysv/linux/alpha/configure
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/configure.ac b/sysdeps/unix/sysv/linux/alpha/configure.ac
index a8b6996657..a8b6996657 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/configure.ac
+++ b/sysdeps/unix/sysv/linux/alpha/configure.ac
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/creat.c b/sysdeps/unix/sysv/linux/alpha/creat.c
index 9e661bab04..9e661bab04 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/creat.c
+++ b/sysdeps/unix/sysv/linux/alpha/creat.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/dl-auxv.h b/sysdeps/unix/sysv/linux/alpha/dl-auxv.h
index f58cf54b02..f58cf54b02 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/dl-auxv.h
+++ b/sysdeps/unix/sysv/linux/alpha/dl-auxv.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/dl-brk.S b/sysdeps/unix/sysv/linux/alpha/dl-brk.S
index eeb96544e3..eeb96544e3 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/dl-brk.S
+++ b/sysdeps/unix/sysv/linux/alpha/dl-brk.S
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c b/sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c
index 41e83bcf11..41e83bcf11 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c
+++ b/sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/dl-support.c b/sysdeps/unix/sysv/linux/alpha/dl-support.c
index 290217671c..290217671c 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/dl-support.c
+++ b/sysdeps/unix/sysv/linux/alpha/dl-support.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/dl-sysdep.c b/sysdeps/unix/sysv/linux/alpha/dl-sysdep.c
index 5d0867a100..5d0867a100 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/dl-sysdep.c
+++ b/sysdeps/unix/sysv/linux/alpha/dl-sysdep.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/fdatasync.c b/sysdeps/unix/sysv/linux/alpha/fdatasync.c
index 747696125b..747696125b 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/fdatasync.c
+++ b/sysdeps/unix/sysv/linux/alpha/fdatasync.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/fpu/Implies b/sysdeps/unix/sysv/linux/alpha/fpu/Implies
index d76f511c2e..d76f511c2e 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/fpu/Implies
+++ b/sysdeps/unix/sysv/linux/alpha/fpu/Implies
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S b/sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S
index 3db92d598b..3db92d598b 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S
+++ b/sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/fstatfs64.c b/sysdeps/unix/sysv/linux/alpha/fstatfs64.c
index 5639959adb..5639959adb 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/fstatfs64.c
+++ b/sysdeps/unix/sysv/linux/alpha/fstatfs64.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/fstatvfs.c b/sysdeps/unix/sysv/linux/alpha/fstatvfs.c
index 92e772347b..92e772347b 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/fstatvfs.c
+++ b/sysdeps/unix/sysv/linux/alpha/fstatvfs.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/fstatvfs64.c b/sysdeps/unix/sysv/linux/alpha/fstatvfs64.c
index 0f1e71027a..0f1e71027a 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/fstatvfs64.c
+++ b/sysdeps/unix/sysv/linux/alpha/fstatvfs64.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/fxstat.c b/sysdeps/unix/sysv/linux/alpha/fxstat.c
index c02d75e3b8..c02d75e3b8 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/fxstat.c
+++ b/sysdeps/unix/sysv/linux/alpha/fxstat.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/fxstatat.c b/sysdeps/unix/sysv/linux/alpha/fxstatat.c
index a7312068e5..a7312068e5 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/fxstatat.c
+++ b/sysdeps/unix/sysv/linux/alpha/fxstatat.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/getclktck.c b/sysdeps/unix/sysv/linux/alpha/getclktck.c
index 6636bbe689..6636bbe689 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/getclktck.c
+++ b/sysdeps/unix/sysv/linux/alpha/getclktck.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/getcontext.S b/sysdeps/unix/sysv/linux/alpha/getcontext.S
index eb1046a290..eb1046a290 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/getcontext.S
+++ b/sysdeps/unix/sysv/linux/alpha/getcontext.S
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/getdents.c b/sysdeps/unix/sysv/linux/alpha/getdents.c
index dfecfef924..dfecfef924 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/getdents.c
+++ b/sysdeps/unix/sysv/linux/alpha/getdents.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/getdents64.c b/sysdeps/unix/sysv/linux/alpha/getdents64.c
index 50f1368b74..50f1368b74 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/getdents64.c
+++ b/sysdeps/unix/sysv/linux/alpha/getdents64.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/gethostname.c b/sysdeps/unix/sysv/linux/alpha/gethostname.c
index 1969c178bb..1969c178bb 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/gethostname.c
+++ b/sysdeps/unix/sysv/linux/alpha/gethostname.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/getsysstats.c b/sysdeps/unix/sysv/linux/alpha/getsysstats.c
index 0b39d8951d..0b39d8951d 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/getsysstats.c
+++ b/sysdeps/unix/sysv/linux/alpha/getsysstats.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/glob.c b/sysdeps/unix/sysv/linux/alpha/glob.c
index 47f7d948e4..47f7d948e4 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/glob.c
+++ b/sysdeps/unix/sysv/linux/alpha/glob.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S b/sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S
index d3ea4c207e..d3ea4c207e 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S
+++ b/sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S b/sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S
index 8d13d37f00..8d13d37f00 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S
+++ b/sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/internal_statvfs64.c b/sysdeps/unix/sysv/linux/alpha/internal_statvfs64.c
index 81d18f7bb2..81d18f7bb2 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/internal_statvfs64.c
+++ b/sysdeps/unix/sysv/linux/alpha/internal_statvfs64.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/ioperm.c b/sysdeps/unix/sysv/linux/alpha/ioperm.c
index 3dc3ae8f65..3dc3ae8f65 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/ioperm.c
+++ b/sysdeps/unix/sysv/linux/alpha/ioperm.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/ipc_priv.h b/sysdeps/unix/sysv/linux/alpha/ipc_priv.h
index 67883be101..67883be101 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/ipc_priv.h
+++ b/sysdeps/unix/sysv/linux/alpha/ipc_priv.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/kernel-features.h b/sysdeps/unix/sysv/linux/alpha/kernel-features.h
index 7c38854c70..7c38854c70 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/kernel-features.h
+++ b/sysdeps/unix/sysv/linux/alpha/kernel-features.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h b/sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h
index 4c35d969cf..4c35d969cf 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h
+++ b/sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/kernel_stat.h b/sysdeps/unix/sysv/linux/alpha/kernel_stat.h
index 6708411407..6708411407 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/kernel_stat.h
+++ b/sysdeps/unix/sysv/linux/alpha/kernel_stat.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/kernel_sysinfo.h b/sysdeps/unix/sysv/linux/alpha/kernel_sysinfo.h
index a3edec2269..a3edec2269 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/kernel_sysinfo.h
+++ b/sysdeps/unix/sysv/linux/alpha/kernel_sysinfo.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/kernel_termios.h b/sysdeps/unix/sysv/linux/alpha/kernel_termios.h
index 440e4c569a..440e4c569a 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/kernel_termios.h
+++ b/sysdeps/unix/sysv/linux/alpha/kernel_termios.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/lxstat.c b/sysdeps/unix/sysv/linux/alpha/lxstat.c
index 7ecac5709a..7ecac5709a 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/lxstat.c
+++ b/sysdeps/unix/sysv/linux/alpha/lxstat.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/makecontext.S b/sysdeps/unix/sysv/linux/alpha/makecontext.S
index 40ffd2089d..40ffd2089d 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/makecontext.S
+++ b/sysdeps/unix/sysv/linux/alpha/makecontext.S
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/msgctl.c b/sysdeps/unix/sysv/linux/alpha/msgctl.c
index d65a5b93d6..d65a5b93d6 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/msgctl.c
+++ b/sysdeps/unix/sysv/linux/alpha/msgctl.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nldbl-abi.h b/sysdeps/unix/sysv/linux/alpha/nldbl-abi.h
index bd985cc59c..bd985cc59c 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nldbl-abi.h
+++ b/sysdeps/unix/sysv/linux/alpha/nldbl-abi.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/Makefile b/sysdeps/unix/sysv/linux/alpha/nptl/Makefile
index 8c80840798..8c80840798 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/Makefile
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/Makefile
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/Versions b/sysdeps/unix/sysv/linux/alpha/nptl/Versions
index 437c4da28b..437c4da28b 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/Versions
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/Versions
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c b/sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c
index 0d6da82919..0d6da82919 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h b/sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h
index 950273e063..950273e063 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h b/sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
index 6f85eae5b0..6f85eae5b0 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h b/sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h
index 4e30f94c96..4e30f94c96 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data b/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data
index f264ed84ba..f264ed84ba 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/clone.S b/sysdeps/unix/sysv/linux/alpha/nptl/clone.S
index 675a997e97..675a997e97 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/clone.S
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/clone.S
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/createthread.c b/sysdeps/unix/sysv/linux/alpha/nptl/createthread.c
index 9e88ae992a..9e88ae992a 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/createthread.c
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/createthread.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/fork.c b/sysdeps/unix/sysv/linux/alpha/nptl/fork.c
index 72ea3ccd99..72ea3ccd99 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/fork.c
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/fork.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist b/sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist
index 23ff7fa799..23ff7fa799 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist b/sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist
index f4ca37f44b..f4ca37f44b 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist b/sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist
index c9755d8a33..c9755d8a33 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist b/sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist
index 980e08857a..980e08857a 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist b/sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist
index 1df145f260..1df145f260 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist b/sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist
index 62e6b41edb..62e6b41edb 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist b/sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist
index d9b44b531a..d9b44b531a 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist b/sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist
index 4241e2d887..4241e2d887 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist b/sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist
index 4c75b17e00..4c75b17e00 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist b/sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist
index 808d0f2f74..808d0f2f74 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist b/sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist
index d710117080..d710117080 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist b/sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist
index f33138067c..f33138067c 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist b/sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist
index 7422687e3c..7422687e3c 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/localplt.data b/sysdeps/unix/sysv/linux/alpha/nptl/localplt.data
index 6b2e51599c..6b2e51599c 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/localplt.data
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/localplt.data
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h b/sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h
index 361bd342f1..361bd342f1 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S b/sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S
index 769826e918..769826e918 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c b/sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c
index ab4d54742b..ab4d54742b 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c b/sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c
index befa49723b..befa49723b 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h b/sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h
index 610b583b4a..610b583b4a 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c b/sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c
index 1ac4c6a6b0..1ac4c6a6b0 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c b/sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c
index 9bffef3488..9bffef3488 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c b/sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c
index 24533a0c31..24533a0c31 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c b/sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c
index c1106695e7..c1106695e7 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c b/sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c
index 93d4ad9344..93d4ad9344 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/nptl/vfork.S b/sysdeps/unix/sysv/linux/alpha/nptl/vfork.S
index 083b341e3a..083b341e3a 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/nptl/vfork.S
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/vfork.S
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/oldglob.c b/sysdeps/unix/sysv/linux/alpha/oldglob.c
index 82c097e692..82c097e692 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/oldglob.c
+++ b/sysdeps/unix/sysv/linux/alpha/oldglob.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/pipe.S b/sysdeps/unix/sysv/linux/alpha/pipe.S
index 1e7ec1c199..1e7ec1c199 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/pipe.S
+++ b/sysdeps/unix/sysv/linux/alpha/pipe.S
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/register-dump.h b/sysdeps/unix/sysv/linux/alpha/register-dump.h
index 3afde519bd..3afde519bd 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/register-dump.h
+++ b/sysdeps/unix/sysv/linux/alpha/register-dump.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/rt_sigaction.S b/sysdeps/unix/sysv/linux/alpha/rt_sigaction.S
index 2cde160ec3..2cde160ec3 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/rt_sigaction.S
+++ b/sysdeps/unix/sysv/linux/alpha/rt_sigaction.S
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/semctl.c b/sysdeps/unix/sysv/linux/alpha/semctl.c
index 4cb834ad97..4cb834ad97 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/semctl.c
+++ b/sysdeps/unix/sysv/linux/alpha/semctl.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/setcontext.S b/sysdeps/unix/sysv/linux/alpha/setcontext.S
index 5a64e952c8..5a64e952c8 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/setcontext.S
+++ b/sysdeps/unix/sysv/linux/alpha/setcontext.S
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/setfpucw.c b/sysdeps/unix/sysv/linux/alpha/setfpucw.c
index 5e5a352119..5e5a352119 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/setfpucw.c
+++ b/sysdeps/unix/sysv/linux/alpha/setfpucw.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/shmctl.c b/sysdeps/unix/sysv/linux/alpha/shmctl.c
index f73ed6f246..f73ed6f246 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/shmctl.c
+++ b/sysdeps/unix/sysv/linux/alpha/shmctl.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/sigaction.c b/sysdeps/unix/sysv/linux/alpha/sigaction.c
index 38242c6a7f..38242c6a7f 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/sigaction.c
+++ b/sysdeps/unix/sysv/linux/alpha/sigaction.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/sigcontextinfo.h b/sysdeps/unix/sysv/linux/alpha/sigcontextinfo.h
index 211dc1dbaa..211dc1dbaa 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/sigcontextinfo.h
+++ b/sysdeps/unix/sysv/linux/alpha/sigcontextinfo.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/sigprocmask.c b/sysdeps/unix/sysv/linux/alpha/sigprocmask.c
index a6abaf9577..a6abaf9577 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/sigprocmask.c
+++ b/sysdeps/unix/sysv/linux/alpha/sigprocmask.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/sigsuspend.S b/sysdeps/unix/sysv/linux/alpha/sigsuspend.S
index aa5e6c67d5..aa5e6c67d5 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/sigsuspend.S
+++ b/sysdeps/unix/sysv/linux/alpha/sigsuspend.S
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/sizes.h b/sysdeps/unix/sysv/linux/alpha/sizes.h
index 6eb358189c..6eb358189c 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/sizes.h
+++ b/sysdeps/unix/sysv/linux/alpha/sizes.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/statfs64.c b/sysdeps/unix/sysv/linux/alpha/statfs64.c
index fe39cc4685..fe39cc4685 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/statfs64.c
+++ b/sysdeps/unix/sysv/linux/alpha/statfs64.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/statvfs.c b/sysdeps/unix/sysv/linux/alpha/statvfs.c
index 78069e96f4..78069e96f4 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/statvfs.c
+++ b/sysdeps/unix/sysv/linux/alpha/statvfs.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/statvfs64.c b/sysdeps/unix/sysv/linux/alpha/statvfs64.c
index c80e17751d..c80e17751d 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/statvfs64.c
+++ b/sysdeps/unix/sysv/linux/alpha/statvfs64.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/swapcontext.S b/sysdeps/unix/sysv/linux/alpha/swapcontext.S
index fd202a4201..fd202a4201 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/swapcontext.S
+++ b/sysdeps/unix/sysv/linux/alpha/swapcontext.S
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/sys/acct.h b/sysdeps/unix/sysv/linux/alpha/sys/acct.h
index 5e647d8601..5e647d8601 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/sys/acct.h
+++ b/sysdeps/unix/sysv/linux/alpha/sys/acct.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/sys/io.h b/sysdeps/unix/sysv/linux/alpha/sys/io.h
index a3b94fa9ec..a3b94fa9ec 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/sys/io.h
+++ b/sysdeps/unix/sysv/linux/alpha/sys/io.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/sys/procfs.h b/sysdeps/unix/sysv/linux/alpha/sys/procfs.h
index 916ab764ad..916ab764ad 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/sys/procfs.h
+++ b/sysdeps/unix/sysv/linux/alpha/sys/procfs.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/sys/ucontext.h b/sysdeps/unix/sysv/linux/alpha/sys/ucontext.h
index 43c6b1a262..43c6b1a262 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/sys/ucontext.h
+++ b/sysdeps/unix/sysv/linux/alpha/sys/ucontext.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/sys/user.h b/sysdeps/unix/sysv/linux/alpha/sys/user.h
index 42bb2e6d44..42bb2e6d44 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/sys/user.h
+++ b/sysdeps/unix/sysv/linux/alpha/sys/user.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/syscall.S b/sysdeps/unix/sysv/linux/alpha/syscall.S
index b0088e5eca..b0088e5eca 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/syscall.S
+++ b/sysdeps/unix/sysv/linux/alpha/syscall.S
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/syscalls.list b/sysdeps/unix/sysv/linux/alpha/syscalls.list
index de368801af..319ca90465 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/syscalls.list
+++ b/sysdeps/unix/sysv/linux/alpha/syscalls.list
@@ -67,4 +67,3 @@ wait4 - wait4 4 __wait4 wait4@@GLIBC_2.1
# avoid 64-bit aliases on 32-bit statfs syscalls
fstatfs - fstatfs i:ip __fstatfs fstatfs
statfs - statfs i:sp __statfs statfs
-
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/sysconf.c b/sysdeps/unix/sysv/linux/alpha/sysconf.c
index 467c5bb5f2..467c5bb5f2 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/sysconf.c
+++ b/sysdeps/unix/sysv/linux/alpha/sysconf.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/sysdep.h b/sysdeps/unix/sysv/linux/alpha/sysdep.h
index 1826093e05..1826093e05 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/sysdep.h
+++ b/sysdeps/unix/sysv/linux/alpha/sysdep.h
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/ucontext-offsets.sym b/sysdeps/unix/sysv/linux/alpha/ucontext-offsets.sym
index f95ff75636..f95ff75636 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/ucontext-offsets.sym
+++ b/sysdeps/unix/sysv/linux/alpha/ucontext-offsets.sym
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/wordexp.c b/sysdeps/unix/sysv/linux/alpha/wordexp.c
index 32aefe579b..32aefe579b 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/wordexp.c
+++ b/sysdeps/unix/sysv/linux/alpha/wordexp.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/xstat.c b/sysdeps/unix/sysv/linux/alpha/xstat.c
index 849734925f..849734925f 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/xstat.c
+++ b/sysdeps/unix/sysv/linux/alpha/xstat.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/xstatconv.c b/sysdeps/unix/sysv/linux/alpha/xstatconv.c
index 55a601e086..55a601e086 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/xstatconv.c
+++ b/sysdeps/unix/sysv/linux/alpha/xstatconv.c
diff --git a/ports/sysdeps/unix/sysv/linux/alpha/xstatconv.h b/sysdeps/unix/sysv/linux/alpha/xstatconv.h
index 9b259778f6..9b259778f6 100644
--- a/ports/sysdeps/unix/sysv/linux/alpha/xstatconv.h
+++ b/sysdeps/unix/sysv/linux/alpha/xstatconv.h