diff options
author | Richard Henderson <rth@twiddle.net> | 2014-02-12 06:54:57 -0800 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2014-02-12 07:00:06 -0800 |
commit | 68b7efaadb1b6045a56277ea62d324c20ac0b633 (patch) | |
tree | 07b51c9866373430373fb90b252d46c23cc1707e | |
parent | 8fd7b0d5591e59ed5cb3078b351bd49314a66cef (diff) | |
download | glibc-68b7efaadb1b6045a56277ea62d324c20ac0b633.zip glibc-68b7efaadb1b6045a56277ea62d324c20ac0b633.tar.gz glibc-68b7efaadb1b6045a56277ea62d324c20ac0b633.tar.bz2 |
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-- | ChangeLog | 8 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | ports/ChangeLog.alpha | 7 | ||||
-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
@@ -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 @@ -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 5d79445..13e1edd 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 d03783b..d03783b 100644 --- a/ports/sysdeps/alpha/Implies +++ b/sysdeps/alpha/Implies diff --git a/ports/sysdeps/alpha/Makefile b/sysdeps/alpha/Makefile index 1cf77fb..1cf77fb 100644 --- a/ports/sysdeps/alpha/Makefile +++ b/sysdeps/alpha/Makefile diff --git a/ports/sysdeps/alpha/Subdirs b/sysdeps/alpha/Subdirs index 87eadf3..87eadf3 100644 --- a/ports/sysdeps/alpha/Subdirs +++ b/sysdeps/alpha/Subdirs diff --git a/ports/sysdeps/alpha/Versions b/sysdeps/alpha/Versions index ae8fde7..ae8fde7 100644 --- a/ports/sysdeps/alpha/Versions +++ b/sysdeps/alpha/Versions diff --git a/ports/sysdeps/alpha/__longjmp.S b/sysdeps/alpha/__longjmp.S index de35479..de35479 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 f612875..f612875 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 038a371..038a371 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 fcbc401..fcbc401 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 09494c2..09494c2 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 459221f..459221f 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 0c53022..0c53022 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 4a53e92..4a53e92 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 0e7fc17..0e7fc17 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 9e56fc8..9e56fc8 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 3a3526d..3a3526d 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 f5cbc26..f5cbc26 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 0208501..0208501 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 f871561..bcadd63 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 6a8b92c..6a8b92c 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 81522d5..81522d5 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 49d19c4..49d19c4 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 7033b2a..7033b2a 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 d599f7a..d599f7a 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 9e3f12d..9e3f12d 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 7e3c02c..7e3c02c 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 a11bbec..a11bbec 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 451b2e0..451b2e0 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 914720c..914720c 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 328f8ec..328f8ec 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 22ab1bf..22ab1bf 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 36b8721..36b8721 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 0c0c90d..0c0c90d 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 27ce597..27ce597 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 77a05b0..77a05b0 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 abbbc7c..abbbc7c 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 8a16e14..8a16e14 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 69b4d95..69b4d95 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 064a69e..064a69e 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 d92e6f8..d92e6f8 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 4e6a2da..4e6a2da 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 1da848d..1da848d 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 36e891c..36e891c 100644 --- a/ports/sysdeps/alpha/bzero.S +++ b/sysdeps/alpha/bzero.S diff --git a/ports/sysdeps/alpha/configure b/sysdeps/alpha/configure index 0403c63..f1e4103 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 eadc57a..eadc57a 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 f49d136..f49d136 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 3b95bfa..3b95bfa 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 65573e6..65573e6 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 088001a..088001a 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 94a7fd0..94a7fd0 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 5c54bb5..5c54bb5 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 c552bd2..c552bd2 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 f66dfad..f66dfad 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 67845cd..67845cd 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 63db19c..63db19c 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 ee707e6..ee707e6 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 02a8c17..02a8c17 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 e9c86df..e9c86df 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 65bab9f..65bab9f 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 2f3b66b..2f3b66b 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 8d762ef..8d762ef 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 b2f46d8..b2f46d8 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 c9b0e03..c9b0e03 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 4dba9b5..4dba9b5 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 3d64b56..3d64b56 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 6526526..6526526 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 46a67ce..46a67ce 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 b94dec0..b94dec0 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 576a105..576a105 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 64b3adf..64b3adf 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 bd56cae..bd56cae 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 0862159..958c699 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 ad523f5..ad523f5 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 99bdbdf..99bdbdf 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 e7612a4..e7612a4 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 f9eb203..f9eb203 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 ef688f2..ef688f2 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 e4d4f83..e4d4f83 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 e2d1911..e2d1911 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 30758b7..30758b7 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 9c36785..9c36785 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 e903de9..e903de9 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 b5b41ce..b5b41ce 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 af1f630..af1f630 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 8cad9b2..8cad9b2 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 b271c93..b271c93 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 3682008..3682008 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 521ec1f..521ec1f 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 f0c5549..f0c5549 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 1a59c00..1a59c00 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 22ab3b9..22ab3b9 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 fa1fe75..fa1fe75 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 81eec28..81eec28 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 bae1367..bae1367 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 717c15c..717c15c 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 dc2060e..dc2060e 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 1e46a52..1e46a52 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 1ac5da3..1ac5da3 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 1d68158..1d68158 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 87ce984..87ce984 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 6d88fbe..6d88fbe 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 d925a81..d925a81 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 ba6515f..ba6515f 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 2e51820..2e51820 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 13f5f1b..13f5f1b 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 2e68f4f..2e68f4f 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 8e1903a..8e1903a 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 72ff735..72ff735 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 6a53ec8..6a53ec8 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 ffc8fc1..ffc8fc1 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 3fc3c17..3fc3c17 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 75028e3..75028e3 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 6c639e0..6c639e0 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 b6f8669..b6f8669 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 59b7f0e..59b7f0e 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 82d9e2e..82d9e2e 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 fe4c40b..fe4c40b 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 775de9f..775de9f 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 3c2d62b..3c2d62b 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 f061f84..f061f84 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 10ab7fe..10ab7fe 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 adfb4cc..adfb4cc 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 af41e43..af41e43 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 5db97be..5db97be 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 18f2885..18f2885 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 b212fbd..b212fbd 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 73bdf31..73bdf31 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 80949bc..80949bc 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 814e25b..814e25b 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 dedb98e..dedb98e 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 650004d..650004d 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 ed6c997..ed6c997 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 e769330..e769330 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 d5e3edc..d5e3edc 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 1a2a3ac..1a2a3ac 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 62a8e72..62a8e72 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 a07ffa3..a07ffa3 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 9216c03..9216c03 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 a631cd1..a631cd1 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 c36cdb6..c36cdb6 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 90f9b9d..90f9b9d 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 c0b7663..c0b7663 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 c9904c8..c9904c8 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 2e4842c..2e4842c 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 1303cbd..1303cbd 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 63b0fd8..63b0fd8 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 f0c750d..f0c750d 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 a910589..a910589 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 80c450a..80c450a 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 046762d..046762d 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 5030172..5030172 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 6d80690..6d80690 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 5353168..5353168 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 a364474..a364474 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 e7474d3..e7474d3 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 e077f96..e077f96 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 841f654..841f654 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 28a8ac8..28a8ac8 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 4e56fd9..4e56fd9 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 c21a791..c21a791 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 4894f0b..4894f0b 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 a9b2f23..a9b2f23 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 09559b9..6412a13 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 4a06421..4a06421 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 8708cf8..8708cf8 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 f8691e1..f8691e1 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 6d56d26..6d56d26 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 809bac3..809bac3 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 b458795..b458795 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 f79837c..f79837c 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 cd4b9af..cd4b9af 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 5410a78..5410a78 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 3901287..3901287 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 256e5ef..256e5ef 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 e93a2ad..e93a2ad 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 9cd5655..9cd5655 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 c28aa4f..c28aa4f 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 adeda84..adeda84 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 5562098..5562098 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 f062a08..f062a08 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 a01cd95..a01cd95 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 1eef949..1eef949 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 94e3f31..94e3f31 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 4d1c8543..4d1c8543 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 39fe823..39fe823 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 cfdf386..cfdf386 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 6deb9d9..6deb9d9 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 cceccaf..cceccaf 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 51a263d..51a263d 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 026bf56..026bf56 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 cf195c1..cf195c1 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 8b989d9..8b989d9 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 82a109d..82a109d 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 0b856a4..0b856a4 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 ba46ab3..ba46ab3 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 a9fa893..a9fa893 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 ce8d5ad..ce8d5ad 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 3e55220..3e55220 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 28aa49e..28aa49e 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 10a8f5c..10a8f5c 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 db864d8..db864d8 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 e85f0cf..e85f0cf 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 3296174..3296174 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 a12f31e..a12f31e 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 bf77fd2..bf77fd2 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 961b0e3..961b0e3 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 1db3779..1db3779 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 00489c2..00489c2 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 06fab75..06fab75 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 7c6682e..7c6682e 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 441aa02..441aa02 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 70e319a..70e319a 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 a1010b8..a1010b8 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 6e6dc02..6e6dc02 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 a24c66c..a24c66c 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 f966bf1..f966bf1 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 a39ee61..a39ee61 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 7425026..7425026 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 1616efe..1616efe 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 9676fee..9676fee 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 b3cec3a..b3cec3a 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 d6ca4c1..d6ca4c1 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 a7699f0..a7699f0 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 a0cbba3..a0cbba3 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 57b96d6..57b96d6 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 142df9c..142df9c 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 0d7000d..0d7000d 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 617c388..617c388 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 82a3dd4..82a3dd4 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 01b043a..01b043a 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 e5aa4a0..e5aa4a0 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 0bbaae1..0bbaae1 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 dd2f5bf..dd2f5bf 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 2b9b272..2b9b272 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 db54cc8..db54cc8 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 315f09c..315f09c 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 24e498e..24e498e 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 8ab80af..8ab80af 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 650e5e3..650e5e3 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 3fd28ff..3fd28ff 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 2f39d70..2f39d70 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 ac9367f..ac9367f 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 6bd5007..6bd5007 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 78751b0..78751b0 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 9fd37cd..9fd37cd 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 9334ab8..9334ab8 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 c1b5e97..c1b5e97 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 2d8a321..2d8a321 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 7c2b7d5..7c2b7d5 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 69309c8..69309c8 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 ec42d18..ec42d18 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 a3dfe0d..a3dfe0d 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 4310585..4310585 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 f7c62e2..f7c62e2 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 25615cd..25615cd 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 6c2191e..6c2191e 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 b8d658a..b8d658a 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 c5c3300..c5c3300 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 9afb587..9afb587 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 a8b6996..a8b6996 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 9e661ba..9e661ba 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 f58cf54..f58cf54 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 eeb9654..eeb9654 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 41e83bc..41e83bc 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 2902176..2902176 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 5d0867a..5d0867a 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 7476961..7476961 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 d76f511..d76f511 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 3db92d5..3db92d5 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 5639959..5639959 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 92e7723..92e7723 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 0f1e710..0f1e710 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 c02d75e..c02d75e 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 a731206..a731206 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 6636bbe..6636bbe 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 eb1046a..eb1046a 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 dfecfef..dfecfef 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 50f1368..50f1368 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 1969c17..1969c17 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 0b39d89..0b39d89 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 47f7d94..47f7d94 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 d3ea4c2..d3ea4c2 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 8d13d37..8d13d37 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 81d18f7..81d18f7 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 3dc3ae8..3dc3ae8 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 67883be..67883be 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 7c38854..7c38854 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 4c35d96..4c35d96 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 6708411..6708411 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 a3edec2..a3edec2 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 440e4c5..440e4c5 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 7ecac57..7ecac57 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 40ffd20..40ffd20 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 d65a5b9..d65a5b9 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 bd985cc..bd985cc 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 8c80840..8c80840 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 437c4da..437c4da 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 0d6da82..0d6da82 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 950273e..950273e 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 6f85eae..6f85eae 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 4e30f94..4e30f94 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 f264ed8..f264ed8 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 675a997..675a997 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 9e88ae9..9e88ae9 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 72ea3cc..72ea3cc 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 23ff7fa..23ff7fa 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 f4ca37f..f4ca37f 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 c9755d8..c9755d8 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 980e088..980e088 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 1df145f..1df145f 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 62e6b41..62e6b41 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 d9b44b5..d9b44b5 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 4241e2d..4241e2d 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 4c75b17..4c75b17 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 808d0f2..808d0f2 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 d710117..d710117 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 f331380..f331380 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 7422687..7422687 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 6b2e515..6b2e515 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 361bd34..361bd34 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 769826e..769826e 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 ab4d547..ab4d547 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 befa497..befa497 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 610b583..610b583 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 1ac4c6a..1ac4c6a 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 9bffef3..9bffef3 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 24533a0..24533a0 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 c110669..c110669 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 93d4ad9..93d4ad9 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 083b341..083b341 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 82c097e..82c097e 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 1e7ec1c..1e7ec1c 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 3afde51..3afde51 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 2cde160..2cde160 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 4cb834a..4cb834a 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 5a64e95..5a64e95 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 5e5a352..5e5a352 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 f73ed6f..f73ed6f 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 38242c6..38242c6 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 211dc1d..211dc1d 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 a6abaf9..a6abaf9 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 aa5e6c6..aa5e6c6 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 6eb3581..6eb3581 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 fe39cc4..fe39cc4 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 78069e9..78069e9 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 c80e177..c80e177 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 fd202a4..fd202a4 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 5e647d8..5e647d8 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 a3b94fa..a3b94fa 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 916ab76..916ab76 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 43c6b1a..43c6b1a 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 42bb2e6..42bb2e6 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 b0088e5..b0088e5 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 de36880..319ca90 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 467c5bb..467c5bb 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 1826093..1826093 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 f95ff75..f95ff75 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 32aefe5..32aefe5 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 8497349..8497349 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 55a601e..55a601e 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 9b25977..9b25977 100644 --- a/ports/sysdeps/unix/sysv/linux/alpha/xstatconv.h +++ b/sysdeps/unix/sysv/linux/alpha/xstatconv.h |