diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2014-02-10 10:54:47 -0500 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2014-02-10 11:04:39 -0500 |
commit | 4372980f5881e7d537a52e3c49588ce116088061 (patch) | |
tree | 138fbc88313c8cb0cabee393e0c08afd67dac6f1 | |
parent | a1ffb40e32741f992c743e7b16c061fefa3747ac (diff) | |
download | glibc-4372980f5881e7d537a52e3c49588ce116088061.zip glibc-4372980f5881e7d537a52e3c49588ce116088061.tar.gz glibc-4372980f5881e7d537a52e3c49588ce116088061.tar.bz2 |
Move tilegx, tilepro, and linux-generic from ports to libc.
I've moved the TILE-Gx and TILEPro ports to the main sysdeps hierarchy,
along with the linux-generic ports infrastructure. Beyond the README
update, the move was just
git mv ports/sysdeps/tile sysdeps/tile
git mv ports/sysdeps/unix/sysv/linux/tile \
sysdeps/unix/sysv/linux/tile
git mv ports/sysdeps/unix/sysv/linux/generic \
sysdeps/unix/sysv/linux/generic
I updated the relevant ChangeLogs along the lines of the ARM move
in commit c6bfe5c4d75 and tested the 64-bit tilegx build to confirm that
there were no changes in "objdump -dr" output in the shared objects.
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | ports/ChangeLog.linux-generic | 12 | ||||
-rw-r--r-- | ports/ChangeLog.tile | 13 | ||||
-rw-r--r-- | sysdeps/tile/Implies (renamed from ports/sysdeps/tile/Implies) | 0 | ||||
-rw-r--r-- | sysdeps/tile/Makefile (renamed from ports/sysdeps/tile/Makefile) | 0 | ||||
-rw-r--r-- | sysdeps/tile/Versions (renamed from ports/sysdeps/tile/Versions) | 0 | ||||
-rw-r--r-- | sysdeps/tile/__longjmp.S (renamed from ports/sysdeps/tile/__longjmp.S) | 0 | ||||
-rw-r--r-- | sysdeps/tile/__tls_get_addr.S (renamed from ports/sysdeps/tile/__tls_get_addr.S) | 0 | ||||
-rw-r--r-- | sysdeps/tile/_mcount.S (renamed from ports/sysdeps/tile/_mcount.S) | 0 | ||||
-rw-r--r-- | sysdeps/tile/abort-instr.h (renamed from ports/sysdeps/tile/abort-instr.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/backtrace.c (renamed from ports/sysdeps/tile/backtrace.c) | 0 | ||||
-rw-r--r-- | sysdeps/tile/bits/atomic.h (renamed from ports/sysdeps/tile/bits/atomic.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/bits/byteswap.h (renamed from ports/sysdeps/tile/bits/byteswap.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/bits/endian.h (renamed from ports/sysdeps/tile/bits/endian.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/bits/fenv.h (renamed from ports/sysdeps/tile/bits/fenv.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/bits/link.h (renamed from ports/sysdeps/tile/bits/link.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/bits/mathdef.h (renamed from ports/sysdeps/tile/bits/mathdef.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/bits/mathinline.h (renamed from ports/sysdeps/tile/bits/mathinline.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/bits/setjmp.h (renamed from ports/sysdeps/tile/bits/setjmp.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/bsd-_setjmp.S (renamed from ports/sysdeps/tile/bsd-_setjmp.S) | 0 | ||||
-rw-r--r-- | sysdeps/tile/bsd-setjmp.S (renamed from ports/sysdeps/tile/bsd-setjmp.S) | 0 | ||||
-rw-r--r-- | sysdeps/tile/bzero.S (renamed from ports/sysdeps/tile/bzero.S) | 0 | ||||
-rw-r--r-- | sysdeps/tile/crti.S (renamed from ports/sysdeps/tile/crti.S) | 0 | ||||
-rw-r--r-- | sysdeps/tile/crtn.S (renamed from ports/sysdeps/tile/crtn.S) | 0 | ||||
-rw-r--r-- | sysdeps/tile/dl-lookupcfg.h (renamed from ports/sysdeps/tile/dl-lookupcfg.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/dl-machine.h (renamed from ports/sysdeps/tile/dl-machine.h) | 10 | ||||
-rw-r--r-- | sysdeps/tile/dl-runtime.c (renamed from ports/sysdeps/tile/dl-runtime.c) | 0 | ||||
-rw-r--r-- | sysdeps/tile/dl-start.S (renamed from ports/sysdeps/tile/dl-start.S) | 0 | ||||
-rw-r--r-- | sysdeps/tile/dl-tls.c (renamed from ports/sysdeps/tile/dl-tls.c) | 0 | ||||
-rw-r--r-- | sysdeps/tile/dl-tls.h (renamed from ports/sysdeps/tile/dl-tls.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/dl-trampoline.S (renamed from ports/sysdeps/tile/dl-trampoline.S) | 0 | ||||
-rw-r--r-- | sysdeps/tile/ffs.c (renamed from ports/sysdeps/tile/ffs.c) | 0 | ||||
-rw-r--r-- | sysdeps/tile/ffsll.c (renamed from ports/sysdeps/tile/ffsll.c) | 0 | ||||
-rw-r--r-- | sysdeps/tile/gccframe.h (renamed from ports/sysdeps/tile/gccframe.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/jmpbuf-offsets.h (renamed from ports/sysdeps/tile/jmpbuf-offsets.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/jmpbuf-unwind.h (renamed from ports/sysdeps/tile/jmpbuf-unwind.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/ldsodefs.h (renamed from ports/sysdeps/tile/ldsodefs.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/libm-test-ulps (renamed from ports/sysdeps/tile/libm-test-ulps) | 0 | ||||
-rw-r--r-- | sysdeps/tile/machine-gmon.h (renamed from ports/sysdeps/tile/machine-gmon.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/math_private.h (renamed from ports/sysdeps/tile/math_private.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/memcopy.h (renamed from ports/sysdeps/tile/memcopy.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/nptl/Makefile (renamed from ports/sysdeps/tile/nptl/Makefile) | 0 | ||||
-rw-r--r-- | sysdeps/tile/nptl/pthread_spin_lock.c (renamed from ports/sysdeps/tile/nptl/pthread_spin_lock.c) | 0 | ||||
-rw-r--r-- | sysdeps/tile/nptl/pthread_spin_trylock.c (renamed from ports/sysdeps/tile/nptl/pthread_spin_trylock.c) | 0 | ||||
-rw-r--r-- | sysdeps/tile/nptl/pthread_spin_unlock.c (renamed from ports/sysdeps/tile/nptl/pthread_spin_unlock.c) | 0 | ||||
-rw-r--r-- | sysdeps/tile/nptl/pthreaddef.h (renamed from ports/sysdeps/tile/nptl/pthreaddef.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/nptl/tcb-offsets.sym (renamed from ports/sysdeps/tile/nptl/tcb-offsets.sym) | 0 | ||||
-rw-r--r-- | sysdeps/tile/nptl/tls.h (renamed from ports/sysdeps/tile/nptl/tls.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/preconfigure (renamed from ports/sysdeps/tile/preconfigure) | 0 | ||||
-rw-r--r-- | sysdeps/tile/s_fma.c (renamed from ports/sysdeps/tile/s_fma.c) | 0 | ||||
-rw-r--r-- | sysdeps/tile/s_fmaf.c (renamed from ports/sysdeps/tile/s_fmaf.c) | 0 | ||||
-rw-r--r-- | sysdeps/tile/setjmp.S (renamed from ports/sysdeps/tile/setjmp.S) | 0 | ||||
-rw-r--r-- | sysdeps/tile/sfp-machine.h (renamed from ports/sysdeps/tile/sfp-machine.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/shlib-versions (renamed from ports/sysdeps/tile/shlib-versions) | 0 | ||||
-rw-r--r-- | sysdeps/tile/sotruss-lib.c (renamed from ports/sysdeps/tile/sotruss-lib.c) | 0 | ||||
-rw-r--r-- | sysdeps/tile/stackguard-macros.h (renamed from ports/sysdeps/tile/stackguard-macros.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/stackinfo.h (renamed from ports/sysdeps/tile/stackinfo.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/start.S (renamed from ports/sysdeps/tile/start.S) | 0 | ||||
-rw-r--r-- | sysdeps/tile/sysdep.h (renamed from ports/sysdeps/tile/sysdep.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/tilegx/Makefile (renamed from ports/sysdeps/tile/tilegx/Makefile) | 0 | ||||
-rw-r--r-- | sysdeps/tile/tilegx/bits/atomic.h (renamed from ports/sysdeps/tile/tilegx/bits/atomic.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/tilegx/bits/wordsize.h (renamed from ports/sysdeps/tile/tilegx/bits/wordsize.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/tilegx/memchr.c (renamed from ports/sysdeps/tile/tilegx/memchr.c) | 0 | ||||
-rw-r--r-- | sysdeps/tile/tilegx/memcpy.c (renamed from ports/sysdeps/tile/tilegx/memcpy.c) | 0 | ||||
-rw-r--r-- | sysdeps/tile/tilegx/memmove.c (renamed from ports/sysdeps/tile/tilegx/memmove.c) | 0 | ||||
-rw-r--r-- | sysdeps/tile/tilegx/memset.c (renamed from ports/sysdeps/tile/tilegx/memset.c) | 0 | ||||
-rw-r--r-- | sysdeps/tile/tilegx/memusage.h (renamed from ports/sysdeps/tile/tilegx/memusage.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/tilegx/rawmemchr.c (renamed from ports/sysdeps/tile/tilegx/rawmemchr.c) | 0 | ||||
-rw-r--r-- | sysdeps/tile/tilegx/strchr.c (renamed from ports/sysdeps/tile/tilegx/strchr.c) | 0 | ||||
-rw-r--r-- | sysdeps/tile/tilegx/strchrnul.c (renamed from ports/sysdeps/tile/tilegx/strchrnul.c) | 0 | ||||
-rw-r--r-- | sysdeps/tile/tilegx/string-endian.h (renamed from ports/sysdeps/tile/tilegx/string-endian.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/tilegx/strlen.c (renamed from ports/sysdeps/tile/tilegx/strlen.c) | 0 | ||||
-rw-r--r-- | sysdeps/tile/tilegx/strrchr.c (renamed from ports/sysdeps/tile/tilegx/strrchr.c) | 0 | ||||
-rw-r--r-- | sysdeps/tile/tilegx/tilegx32/Implies (renamed from ports/sysdeps/tile/tilegx/tilegx32/Implies) | 0 | ||||
-rw-r--r-- | sysdeps/tile/tilegx/tilegx64/Implies (renamed from ports/sysdeps/tile/tilegx/tilegx64/Implies) | 0 | ||||
-rw-r--r-- | sysdeps/tile/tilepro/Implies (renamed from ports/sysdeps/tile/tilepro/Implies) | 0 | ||||
-rw-r--r-- | sysdeps/tile/tilepro/bits/atomic.h (renamed from ports/sysdeps/tile/tilepro/bits/atomic.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/tilepro/bits/wordsize.h (renamed from ports/sysdeps/tile/tilepro/bits/wordsize.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/tilepro/memchr.c (renamed from ports/sysdeps/tile/tilepro/memchr.c) | 0 | ||||
-rw-r--r-- | sysdeps/tile/tilepro/memcpy.S (renamed from ports/sysdeps/tile/tilepro/memcpy.S) | 0 | ||||
-rw-r--r-- | sysdeps/tile/tilepro/memset.c (renamed from ports/sysdeps/tile/tilepro/memset.c) | 0 | ||||
-rw-r--r-- | sysdeps/tile/tilepro/memusage.h (renamed from ports/sysdeps/tile/tilepro/memusage.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/tilepro/rawmemchr.c (renamed from ports/sysdeps/tile/tilepro/rawmemchr.c) | 0 | ||||
-rw-r--r-- | sysdeps/tile/tilepro/strchr.c (renamed from ports/sysdeps/tile/tilepro/strchr.c) | 0 | ||||
-rw-r--r-- | sysdeps/tile/tilepro/strchrnul.c (renamed from ports/sysdeps/tile/tilepro/strchrnul.c) | 0 | ||||
-rw-r--r-- | sysdeps/tile/tilepro/strlen.c (renamed from ports/sysdeps/tile/tilepro/strlen.c) | 0 | ||||
-rw-r--r-- | sysdeps/tile/tilepro/strrchr.c (renamed from ports/sysdeps/tile/tilepro/strrchr.c) | 0 | ||||
-rw-r--r-- | sysdeps/tile/tls-macros.h (renamed from ports/sysdeps/tile/tls-macros.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/tst-audit.h (renamed from ports/sysdeps/tile/tst-audit.h) | 0 | ||||
-rw-r--r-- | sysdeps/tile/wordcopy.c (renamed from ports/sysdeps/tile/wordcopy.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/Makefile (renamed from ports/sysdeps/unix/sysv/linux/generic/Makefile) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/____longjmp_chk.c (renamed from ports/sysdeps/unix/sysv/linux/generic/____longjmp_chk.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/access.c (renamed from ports/sysdeps/unix/sysv/linux/generic/access.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/bits/fcntl.h (renamed from ports/sysdeps/unix/sysv/linux/generic/bits/fcntl.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/bits/msq.h (renamed from ports/sysdeps/unix/sysv/linux/generic/bits/msq.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/bits/sem.h (renamed from ports/sysdeps/unix/sysv/linux/generic/bits/sem.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/bits/shm.h (renamed from ports/sysdeps/unix/sysv/linux/generic/bits/shm.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/bits/stat.h (renamed from ports/sysdeps/unix/sysv/linux/generic/bits/stat.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/bits/statfs.h (renamed from ports/sysdeps/unix/sysv/linux/generic/bits/statfs.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/bits/typesizes.h (renamed from ports/sysdeps/unix/sysv/linux/generic/bits/typesizes.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/brk.c (renamed from ports/sysdeps/unix/sysv/linux/generic/brk.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/chmod.c (renamed from ports/sysdeps/unix/sysv/linux/generic/chmod.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/chown.c (renamed from ports/sysdeps/unix/sysv/linux/generic/chown.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/creat.c (renamed from ports/sysdeps/unix/sysv/linux/generic/creat.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/dl-origin.c (renamed from ports/sysdeps/unix/sysv/linux/generic/dl-origin.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/dup2.c (renamed from ports/sysdeps/unix/sysv/linux/generic/dup2.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/epoll_create.c (renamed from ports/sysdeps/unix/sysv/linux/generic/epoll_create.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/epoll_wait.c (renamed from ports/sysdeps/unix/sysv/linux/generic/epoll_wait.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/futimesat.c (renamed from ports/sysdeps/unix/sysv/linux/generic/futimesat.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/getdents.c (renamed from ports/sysdeps/unix/sysv/linux/generic/getdents.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/getdents64.c (renamed from ports/sysdeps/unix/sysv/linux/generic/getdents64.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/inotify_init.c (renamed from ports/sysdeps/unix/sysv/linux/generic/inotify_init.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/kernel_stat.h (renamed from ports/sysdeps/unix/sysv/linux/generic/kernel_stat.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/lchown.c (renamed from ports/sysdeps/unix/sysv/linux/generic/lchown.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/link.c (renamed from ports/sysdeps/unix/sysv/linux/generic/link.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/lxstat.c (renamed from ports/sysdeps/unix/sysv/linux/generic/lxstat.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/mkdir.c (renamed from ports/sysdeps/unix/sysv/linux/generic/mkdir.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/not-cancel.h (renamed from ports/sysdeps/unix/sysv/linux/generic/not-cancel.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h (renamed from ports/sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/open.c (renamed from ports/sysdeps/unix/sysv/linux/generic/open.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/open64.c (renamed from ports/sysdeps/unix/sysv/linux/generic/open64.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/pause.c (renamed from ports/sysdeps/unix/sysv/linux/generic/pause.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/pipe.c (renamed from ports/sysdeps/unix/sysv/linux/generic/pipe.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/poll.c (renamed from ports/sysdeps/unix/sysv/linux/generic/poll.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/readlink.c (renamed from ports/sysdeps/unix/sysv/linux/generic/readlink.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/readlink_chk.c (renamed from ports/sysdeps/unix/sysv/linux/generic/readlink_chk.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/recv.c (renamed from ports/sysdeps/unix/sysv/linux/generic/recv.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/rename.c (renamed from ports/sysdeps/unix/sysv/linux/generic/rename.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/rmdir.c (renamed from ports/sysdeps/unix/sysv/linux/generic/rmdir.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/select.c (renamed from ports/sysdeps/unix/sysv/linux/generic/select.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/send.c (renamed from ports/sysdeps/unix/sysv/linux/generic/send.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/symlink.c (renamed from ports/sysdeps/unix/sysv/linux/generic/symlink.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/syscalls.list (renamed from ports/sysdeps/unix/sysv/linux/generic/syscalls.list) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/sysctl.c (renamed from ports/sysdeps/unix/sysv/linux/generic/sysctl.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/sysdep.h (renamed from ports/sysdeps/unix/sysv/linux/generic/sysdep.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/umount.c (renamed from ports/sysdeps/unix/sysv/linux/generic/umount.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/unlink.c (renamed from ports/sysdeps/unix/sysv/linux/generic/unlink.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/ustat.c (renamed from ports/sysdeps/unix/sysv/linux/generic/ustat.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/utimes.c (renamed from ports/sysdeps/unix/sysv/linux/generic/utimes.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/wordsize-32/Versions (renamed from ports/sysdeps/unix/sysv/linux/generic/wordsize-32/Versions) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c (renamed from ports/sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/wordsize-32/fstatfs.c (renamed from ports/sysdeps/unix/sysv/linux/generic/wordsize-32/fstatfs.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/wordsize-32/ftruncate.c (renamed from ports/sysdeps/unix/sysv/linux/generic/wordsize-32/ftruncate.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/wordsize-32/ftruncate64.c (renamed from ports/sysdeps/unix/sysv/linux/generic/wordsize-32/ftruncate64.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/wordsize-32/fxstat.c (renamed from ports/sysdeps/unix/sysv/linux/generic/wordsize-32/fxstat.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c (renamed from ports/sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/wordsize-32/getdents.c (renamed from ports/sysdeps/unix/sysv/linux/generic/wordsize-32/getdents.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/wordsize-32/llseek.c (renamed from ports/sysdeps/unix/sysv/linux/generic/wordsize-32/llseek.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/wordsize-32/lseek.c (renamed from ports/sysdeps/unix/sysv/linux/generic/wordsize-32/lseek.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat.c (renamed from ports/sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat64.c (renamed from ports/sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat64.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/wordsize-32/mmap.c (renamed from ports/sysdeps/unix/sysv/linux/generic/wordsize-32/mmap.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/wordsize-32/overflow.h (renamed from ports/sysdeps/unix/sysv/linux/generic/wordsize-32/overflow.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/wordsize-32/posix_fadvise.c (renamed from ports/sysdeps/unix/sysv/linux/generic/wordsize-32/posix_fadvise.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (renamed from ports/sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c (renamed from ports/sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c (renamed from ports/sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c (renamed from ports/sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c (renamed from ports/sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c (renamed from ports/sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c (renamed from ports/sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c (renamed from ports/sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/wordsize-32/sendfile.c (renamed from ports/sysdeps/unix/sysv/linux/generic/wordsize-32/sendfile.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/wordsize-32/statfs.c (renamed from ports/sysdeps/unix/sysv/linux/generic/wordsize-32/statfs.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/wordsize-32/syscalls.list (renamed from ports/sysdeps/unix/sysv/linux/generic/wordsize-32/syscalls.list) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/wordsize-32/truncate.c (renamed from ports/sysdeps/unix/sysv/linux/generic/wordsize-32/truncate.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/wordsize-32/truncate64.c (renamed from ports/sysdeps/unix/sysv/linux/generic/wordsize-32/truncate64.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/wordsize-32/xstat.c (renamed from ports/sysdeps/unix/sysv/linux/generic/wordsize-32/xstat.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/wordsize-32/xstat64.c (renamed from ports/sysdeps/unix/sysv/linux/generic/wordsize-32/xstat64.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/xmknod.c (renamed from ports/sysdeps/unix/sysv/linux/generic/xmknod.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/generic/xstat.c (renamed from ports/sysdeps/unix/sysv/linux/generic/xstat.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/Makefile (renamed from ports/sysdeps/unix/sysv/linux/tile/Makefile) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/Versions (renamed from ports/sysdeps/unix/sysv/linux/tile/Versions) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/bits/environments.h (renamed from ports/sysdeps/unix/sysv/linux/tile/bits/environments.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h (renamed from ports/sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/bits/local_lim.h (renamed from ports/sysdeps/unix/sysv/linux/tile/bits/local_lim.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/bits/mman.h (renamed from ports/sysdeps/unix/sysv/linux/tile/bits/mman.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/bits/sigaction.h (renamed from ports/sysdeps/unix/sysv/linux/tile/bits/sigaction.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/bits/siginfo.h (renamed from ports/sysdeps/unix/sysv/linux/tile/bits/siginfo.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/cacheflush.c (renamed from ports/sysdeps/unix/sysv/linux/tile/cacheflush.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/configure (renamed from ports/sysdeps/unix/sysv/linux/tile/configure) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/configure.ac (renamed from ports/sysdeps/unix/sysv/linux/tile/configure.ac) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/dl-static.c (renamed from ports/sysdeps/unix/sysv/linux/tile/dl-static.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/getcontext.S (renamed from ports/sysdeps/unix/sysv/linux/tile/getcontext.S) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/gettimeofday.c (renamed from ports/sysdeps/unix/sysv/linux/tile/gettimeofday.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/init-first.c (renamed from ports/sysdeps/unix/sysv/linux/tile/init-first.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/kernel-features.h (renamed from ports/sysdeps/unix/sysv/linux/tile/kernel-features.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/ldsodefs.h (renamed from ports/sysdeps/unix/sysv/linux/tile/ldsodefs.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/makecontext.c (renamed from ports/sysdeps/unix/sysv/linux/tile/makecontext.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/nptl/Makefile (renamed from ports/sysdeps/unix/sysv/linux/tile/nptl/Makefile) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h (renamed from ports/sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h (renamed from ports/sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/nptl/clone.S (renamed from ports/sysdeps/unix/sysv/linux/tile/nptl/clone.S) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/nptl/createthread.c (renamed from ports/sysdeps/unix/sysv/linux/tile/nptl/createthread.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/nptl/fork.c (renamed from ports/sysdeps/unix/sysv/linux/tile/nptl/fork.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h (renamed from ports/sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S (renamed from ports/sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c (renamed from ports/sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h (renamed from ports/sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/nptl/vfork.S (renamed from ports/sysdeps/unix/sysv/linux/tile/nptl/vfork.S) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/nptl/waitpid.S (renamed from ports/sysdeps/unix/sysv/linux/tile/nptl/waitpid.S) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/profil-counter.h (renamed from ports/sysdeps/unix/sysv/linux/tile/profil-counter.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/set_dataplane.c (renamed from ports/sysdeps/unix/sysv/linux/tile/set_dataplane.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/setcontext.S (renamed from ports/sysdeps/unix/sysv/linux/tile/setcontext.S) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/sigcontextinfo.h (renamed from ports/sysdeps/unix/sysv/linux/tile/sigcontextinfo.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/swapcontext.S (renamed from ports/sysdeps/unix/sysv/linux/tile/swapcontext.S) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/sys/cachectl.h (renamed from ports/sysdeps/unix/sysv/linux/tile/sys/cachectl.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/sys/dataplane.h (renamed from ports/sysdeps/unix/sysv/linux/tile/sys/dataplane.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/sys/procfs.h (renamed from ports/sysdeps/unix/sysv/linux/tile/sys/procfs.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/sys/ptrace.h (renamed from ports/sysdeps/unix/sysv/linux/tile/sys/ptrace.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/sys/reg.h (renamed from ports/sysdeps/unix/sysv/linux/tile/sys/reg.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/sys/ucontext.h (renamed from ports/sysdeps/unix/sysv/linux/tile/sys/ucontext.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/sys/user.h (renamed from ports/sysdeps/unix/sysv/linux/tile/sys/user.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/syscall.S (renamed from ports/sysdeps/unix/sysv/linux/tile/syscall.S) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/sysdep.c (renamed from ports/sysdeps/unix/sysv/linux/tile/sysdep.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/sysdep.h (renamed from ports/sysdeps/unix/sysv/linux/tile/sysdep.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/Makefile (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/Makefile) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/configure (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/configure) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/configure.ac (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/configure.ac) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/ioctl.S (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/ioctl.S) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/ldconfig.h (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/ldconfig.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/ldd-rewrite.sed (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/ldd-rewrite.sed) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/register-dump.h (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/register-dump.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/sched_getcpu.c (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/sched_getcpu.c) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/Implies (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/Implies) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/Makefile (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/Makefile) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/Implies (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/Implies) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/Makefile (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/Makefile) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilepro/Implies (renamed from ports/sysdeps/unix/sysv/linux/tile/tilepro/Implies) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilepro/ldconfig.h (renamed from ports/sysdeps/unix/sysv/linux/tile/tilepro/ldconfig.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data (renamed from ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist (renamed from ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/tilepro/register-dump.h (renamed from ports/sysdeps/unix/sysv/linux/tile/tilepro/register-dump.h) | 0 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tile/ucontext_i.h (renamed from ports/sysdeps/unix/sysv/linux/tile/ucontext_i.h) | 0 |
275 files changed, 41 insertions, 7 deletions
@@ -1,3 +1,12 @@ +2014-02-10 Chris Metcalf <cmetcalf@tilera.com> + + * sysdeps/tile: Move directory from ports/sysdeps/tile. + * sysdeps/unix/sysv/linux/generic: Move directory from + ports/sysdeps/unix/sysv/linux/generic. + * sysdeps/unix/sysv/linux/tile: Move directory from + ports/sysdeps/unix/sysv/linux/tile. + * README: Update listing for tile*-*-linux-gnu. + 2014-02-10 OndÅ™ej BÃlka <neleai@seznam.cz> * assert/assert.c (__assert_fail_base): Use glibc_likely instead __builtin_expect. @@ -34,6 +34,8 @@ The GNU C Library supports these configurations for using Linux kernels: sh[34]-*-linux-gnu sparc*-*-linux-gnu sparc64*-*-linux-gnu + tilegx-*-linux-gnu + tilepro-*-linux-gnu The code for other CPU configurations supported by volunteers outside of the core glibc maintenance effort is contained in the `ports' add-on, @@ -46,8 +48,6 @@ located in the `ports' subdirectory of the source tree. m68k-*-linux-gnu mips-*-linux-gnu mips64-*-linux-gnu - tilegx-*-linux-gnu - tilepro-*-linux-gnu If you are interested in doing a port, please contact the glibc maintainers; see http://www.gnu.org/software/libc/ for more diff --git a/ports/ChangeLog.linux-generic b/ports/ChangeLog.linux-generic index c8acddc..19ace44 100644 --- a/ports/ChangeLog.linux-generic +++ b/ports/ChangeLog.linux-generic @@ -1,3 +1,15 @@ +This file describes changes to the linux-generic infrastructure while +it was in the ports add-on directory. This code is no longer maintained +here and so future changes to it should be listed in the top-level +ChangeLog file. + + + +2014-02-10 Chris Metcalf <cmetcalf@tilera.com> + + * sysdeps/unix/sysv/linux/generic: Move directory to + ../sysdeps/unix/sysv/linux/generic. + 2013-11-13 Chung-Lin Tang <cltang@codesourcery.com> * sysdeps/unix/sysv/linux/generic/bits/stat.h (__field64): Use diff --git a/ports/ChangeLog.tile b/ports/ChangeLog.tile index cb8d4d0..cc8328a 100644 --- a/ports/ChangeLog.tile +++ b/ports/ChangeLog.tile @@ -1,3 +1,16 @@ +This file describes changes to the TILE-Gx and TILEPro ports while they +were in the ports add-on directory. These ports are no longer part of +an add-on and so future changes to them should be listed in the top-level +ChangeLog file, not here. + + + +2014-02-10 Chris Metcalf <cmetcalf@tilera.com> + + * sysdeps/tile: Move directory to ../sysdeps/tile. + * sysdeps/unix/sysv/linux/tile: Move directory to + ../sysdeps/unix/sysv/linux/tile. + 2014-01-03 Chris Metcalf <cmetcalf@tilera.com> * sysdeps/tile/libm-test-ulps: Regenerated. diff --git a/ports/sysdeps/tile/Implies b/sysdeps/tile/Implies index 5b29b26..5b29b26 100644 --- a/ports/sysdeps/tile/Implies +++ b/sysdeps/tile/Implies diff --git a/ports/sysdeps/tile/Makefile b/sysdeps/tile/Makefile index 3cd4d1e..3cd4d1e 100644 --- a/ports/sysdeps/tile/Makefile +++ b/sysdeps/tile/Makefile diff --git a/ports/sysdeps/tile/Versions b/sysdeps/tile/Versions index b275d7f..b275d7f 100644 --- a/ports/sysdeps/tile/Versions +++ b/sysdeps/tile/Versions diff --git a/ports/sysdeps/tile/__longjmp.S b/sysdeps/tile/__longjmp.S index 2edcecc..2edcecc 100644 --- a/ports/sysdeps/tile/__longjmp.S +++ b/sysdeps/tile/__longjmp.S diff --git a/ports/sysdeps/tile/__tls_get_addr.S b/sysdeps/tile/__tls_get_addr.S index e624fbc..e624fbc 100644 --- a/ports/sysdeps/tile/__tls_get_addr.S +++ b/sysdeps/tile/__tls_get_addr.S diff --git a/ports/sysdeps/tile/_mcount.S b/sysdeps/tile/_mcount.S index c3648af..c3648af 100644 --- a/ports/sysdeps/tile/_mcount.S +++ b/sysdeps/tile/_mcount.S diff --git a/ports/sysdeps/tile/abort-instr.h b/sysdeps/tile/abort-instr.h index 0f57da5..0f57da5 100644 --- a/ports/sysdeps/tile/abort-instr.h +++ b/sysdeps/tile/abort-instr.h diff --git a/ports/sysdeps/tile/backtrace.c b/sysdeps/tile/backtrace.c index 27ce597..27ce597 100644 --- a/ports/sysdeps/tile/backtrace.c +++ b/sysdeps/tile/backtrace.c diff --git a/ports/sysdeps/tile/bits/atomic.h b/sysdeps/tile/bits/atomic.h index 2cbb086..2cbb086 100644 --- a/ports/sysdeps/tile/bits/atomic.h +++ b/sysdeps/tile/bits/atomic.h diff --git a/ports/sysdeps/tile/bits/byteswap.h b/sysdeps/tile/bits/byteswap.h index 1e10077..1e10077 100644 --- a/ports/sysdeps/tile/bits/byteswap.h +++ b/sysdeps/tile/bits/byteswap.h diff --git a/ports/sysdeps/tile/bits/endian.h b/sysdeps/tile/bits/endian.h index 835042a..835042a 100644 --- a/ports/sysdeps/tile/bits/endian.h +++ b/sysdeps/tile/bits/endian.h diff --git a/ports/sysdeps/tile/bits/fenv.h b/sysdeps/tile/bits/fenv.h index b5092c5..b5092c5 100644 --- a/ports/sysdeps/tile/bits/fenv.h +++ b/sysdeps/tile/bits/fenv.h diff --git a/ports/sysdeps/tile/bits/link.h b/sysdeps/tile/bits/link.h index abc3496..abc3496 100644 --- a/ports/sysdeps/tile/bits/link.h +++ b/sysdeps/tile/bits/link.h diff --git a/ports/sysdeps/tile/bits/mathdef.h b/sysdeps/tile/bits/mathdef.h index d043b4a..d043b4a 100644 --- a/ports/sysdeps/tile/bits/mathdef.h +++ b/sysdeps/tile/bits/mathdef.h diff --git a/ports/sysdeps/tile/bits/mathinline.h b/sysdeps/tile/bits/mathinline.h index f6f9102..f6f9102 100644 --- a/ports/sysdeps/tile/bits/mathinline.h +++ b/sysdeps/tile/bits/mathinline.h diff --git a/ports/sysdeps/tile/bits/setjmp.h b/sysdeps/tile/bits/setjmp.h index a9ba3b9..a9ba3b9 100644 --- a/ports/sysdeps/tile/bits/setjmp.h +++ b/sysdeps/tile/bits/setjmp.h diff --git a/ports/sysdeps/tile/bsd-_setjmp.S b/sysdeps/tile/bsd-_setjmp.S index 4e6a2da..4e6a2da 100644 --- a/ports/sysdeps/tile/bsd-_setjmp.S +++ b/sysdeps/tile/bsd-_setjmp.S diff --git a/ports/sysdeps/tile/bsd-setjmp.S b/sysdeps/tile/bsd-setjmp.S index 1da848d..1da848d 100644 --- a/ports/sysdeps/tile/bsd-setjmp.S +++ b/sysdeps/tile/bsd-setjmp.S diff --git a/ports/sysdeps/tile/bzero.S b/sysdeps/tile/bzero.S index 584c955..584c955 100644 --- a/ports/sysdeps/tile/bzero.S +++ b/sysdeps/tile/bzero.S diff --git a/ports/sysdeps/tile/crti.S b/sysdeps/tile/crti.S index 55eb238..55eb238 100644 --- a/ports/sysdeps/tile/crti.S +++ b/sysdeps/tile/crti.S diff --git a/ports/sysdeps/tile/crtn.S b/sysdeps/tile/crtn.S index 184ef8a..184ef8a 100644 --- a/ports/sysdeps/tile/crtn.S +++ b/sysdeps/tile/crtn.S diff --git a/ports/sysdeps/tile/dl-lookupcfg.h b/sysdeps/tile/dl-lookupcfg.h index 16c7cd8..16c7cd8 100644 --- a/ports/sysdeps/tile/dl-lookupcfg.h +++ b/sysdeps/tile/dl-lookupcfg.h diff --git a/ports/sysdeps/tile/dl-machine.h b/sysdeps/tile/dl-machine.h index 8a24a92..d686a65 100644 --- a/ports/sysdeps/tile/dl-machine.h +++ b/sysdeps/tile/dl-machine.h @@ -238,8 +238,8 @@ dl_platform_init (void) static inline ElfW(Addr) elf_machine_fixup_plt (struct link_map *map, lookup_t t, - const ElfW(Rela) *reloc, - ElfW(Addr) *reloc_addr, ElfW(Addr) value) + const ElfW(Rela) *reloc, + ElfW(Addr) *reloc_addr, ElfW(Addr) value) { return *reloc_addr = value; } @@ -247,7 +247,7 @@ elf_machine_fixup_plt (struct link_map *map, lookup_t t, /* Return the final value of a plt relocation. */ static inline ElfW(Addr) elf_machine_plt_value (struct link_map *map, const ElfW(Rela) *reloc, - ElfW(Addr) value) + ElfW(Addr) value) { return value; } @@ -517,8 +517,8 @@ static const struct reloc_howto howto[] = auto inline void __attribute__ ((always_inline)) elf_machine_rela (struct link_map *map, const ElfW(Rela) *reloc, - const ElfW(Sym) *sym, const struct r_found_version *version, - void *const reloc_addr_arg, int skip_ifunc) + const ElfW(Sym) *sym, const struct r_found_version *version, + void *const reloc_addr_arg, int skip_ifunc) { ElfW(Addr) *const reloc_addr = reloc_addr_arg; const unsigned int r_type = ELFW_R_TYPE (reloc->r_info); diff --git a/ports/sysdeps/tile/dl-runtime.c b/sysdeps/tile/dl-runtime.c index 3bfb830..3bfb830 100644 --- a/ports/sysdeps/tile/dl-runtime.c +++ b/sysdeps/tile/dl-runtime.c diff --git a/ports/sysdeps/tile/dl-start.S b/sysdeps/tile/dl-start.S index d13f609..d13f609 100644 --- a/ports/sysdeps/tile/dl-start.S +++ b/sysdeps/tile/dl-start.S diff --git a/ports/sysdeps/tile/dl-tls.c b/sysdeps/tile/dl-tls.c index c98527d..c98527d 100644 --- a/ports/sysdeps/tile/dl-tls.c +++ b/sysdeps/tile/dl-tls.c diff --git a/ports/sysdeps/tile/dl-tls.h b/sysdeps/tile/dl-tls.h index 03b9433..03b9433 100644 --- a/ports/sysdeps/tile/dl-tls.h +++ b/sysdeps/tile/dl-tls.h diff --git a/ports/sysdeps/tile/dl-trampoline.S b/sysdeps/tile/dl-trampoline.S index 7a4914e..7a4914e 100644 --- a/ports/sysdeps/tile/dl-trampoline.S +++ b/sysdeps/tile/dl-trampoline.S diff --git a/ports/sysdeps/tile/ffs.c b/sysdeps/tile/ffs.c index 3e52f8c..3e52f8c 100644 --- a/ports/sysdeps/tile/ffs.c +++ b/sysdeps/tile/ffs.c diff --git a/ports/sysdeps/tile/ffsll.c b/sysdeps/tile/ffsll.c index 180eaa8..180eaa8 100644 --- a/ports/sysdeps/tile/ffsll.c +++ b/sysdeps/tile/ffsll.c diff --git a/ports/sysdeps/tile/gccframe.h b/sysdeps/tile/gccframe.h index 22a5463..22a5463 100644 --- a/ports/sysdeps/tile/gccframe.h +++ b/sysdeps/tile/gccframe.h diff --git a/ports/sysdeps/tile/jmpbuf-offsets.h b/sysdeps/tile/jmpbuf-offsets.h index c16175f..c16175f 100644 --- a/ports/sysdeps/tile/jmpbuf-offsets.h +++ b/sysdeps/tile/jmpbuf-offsets.h diff --git a/ports/sysdeps/tile/jmpbuf-unwind.h b/sysdeps/tile/jmpbuf-unwind.h index 3925e90..3925e90 100644 --- a/ports/sysdeps/tile/jmpbuf-unwind.h +++ b/sysdeps/tile/jmpbuf-unwind.h diff --git a/ports/sysdeps/tile/ldsodefs.h b/sysdeps/tile/ldsodefs.h index 682d4f2..682d4f2 100644 --- a/ports/sysdeps/tile/ldsodefs.h +++ b/sysdeps/tile/ldsodefs.h diff --git a/ports/sysdeps/tile/libm-test-ulps b/sysdeps/tile/libm-test-ulps index 60bdc47..60bdc47 100644 --- a/ports/sysdeps/tile/libm-test-ulps +++ b/sysdeps/tile/libm-test-ulps diff --git a/ports/sysdeps/tile/machine-gmon.h b/sysdeps/tile/machine-gmon.h index 39ea9f4..39ea9f4 100644 --- a/ports/sysdeps/tile/machine-gmon.h +++ b/sysdeps/tile/machine-gmon.h diff --git a/ports/sysdeps/tile/math_private.h b/sysdeps/tile/math_private.h index 90dcc3f..90dcc3f 100644 --- a/ports/sysdeps/tile/math_private.h +++ b/sysdeps/tile/math_private.h diff --git a/ports/sysdeps/tile/memcopy.h b/sysdeps/tile/memcopy.h index e8326ee..e8326ee 100644 --- a/ports/sysdeps/tile/memcopy.h +++ b/sysdeps/tile/memcopy.h diff --git a/ports/sysdeps/tile/nptl/Makefile b/sysdeps/tile/nptl/Makefile index 0dea187..0dea187 100644 --- a/ports/sysdeps/tile/nptl/Makefile +++ b/sysdeps/tile/nptl/Makefile diff --git a/ports/sysdeps/tile/nptl/pthread_spin_lock.c b/sysdeps/tile/nptl/pthread_spin_lock.c index 9414121..9414121 100644 --- a/ports/sysdeps/tile/nptl/pthread_spin_lock.c +++ b/sysdeps/tile/nptl/pthread_spin_lock.c diff --git a/ports/sysdeps/tile/nptl/pthread_spin_trylock.c b/sysdeps/tile/nptl/pthread_spin_trylock.c index bf96e61..bf96e61 100644 --- a/ports/sysdeps/tile/nptl/pthread_spin_trylock.c +++ b/sysdeps/tile/nptl/pthread_spin_trylock.c diff --git a/ports/sysdeps/tile/nptl/pthread_spin_unlock.c b/sysdeps/tile/nptl/pthread_spin_unlock.c index 0c4ac07..0c4ac07 100644 --- a/ports/sysdeps/tile/nptl/pthread_spin_unlock.c +++ b/sysdeps/tile/nptl/pthread_spin_unlock.c diff --git a/ports/sysdeps/tile/nptl/pthreaddef.h b/sysdeps/tile/nptl/pthreaddef.h index f399725..f399725 100644 --- a/ports/sysdeps/tile/nptl/pthreaddef.h +++ b/sysdeps/tile/nptl/pthreaddef.h diff --git a/ports/sysdeps/tile/nptl/tcb-offsets.sym b/sysdeps/tile/nptl/tcb-offsets.sym index 6740bc9..6740bc9 100644 --- a/ports/sysdeps/tile/nptl/tcb-offsets.sym +++ b/sysdeps/tile/nptl/tcb-offsets.sym diff --git a/ports/sysdeps/tile/nptl/tls.h b/sysdeps/tile/nptl/tls.h index d226188..d226188 100644 --- a/ports/sysdeps/tile/nptl/tls.h +++ b/sysdeps/tile/nptl/tls.h diff --git a/ports/sysdeps/tile/preconfigure b/sysdeps/tile/preconfigure index 9dba5b1..9dba5b1 100644 --- a/ports/sysdeps/tile/preconfigure +++ b/sysdeps/tile/preconfigure diff --git a/ports/sysdeps/tile/s_fma.c b/sysdeps/tile/s_fma.c index d9613fa..d9613fa 100644 --- a/ports/sysdeps/tile/s_fma.c +++ b/sysdeps/tile/s_fma.c diff --git a/ports/sysdeps/tile/s_fmaf.c b/sysdeps/tile/s_fmaf.c index aa5c9b2..aa5c9b2 100644 --- a/ports/sysdeps/tile/s_fmaf.c +++ b/sysdeps/tile/s_fmaf.c diff --git a/ports/sysdeps/tile/setjmp.S b/sysdeps/tile/setjmp.S index a2f3425..a2f3425 100644 --- a/ports/sysdeps/tile/setjmp.S +++ b/sysdeps/tile/setjmp.S diff --git a/ports/sysdeps/tile/sfp-machine.h b/sysdeps/tile/sfp-machine.h index ff8beef..ff8beef 100644 --- a/ports/sysdeps/tile/sfp-machine.h +++ b/sysdeps/tile/sfp-machine.h diff --git a/ports/sysdeps/tile/shlib-versions b/sysdeps/tile/shlib-versions index f50868f..f50868f 100644 --- a/ports/sysdeps/tile/shlib-versions +++ b/sysdeps/tile/shlib-versions diff --git a/ports/sysdeps/tile/sotruss-lib.c b/sysdeps/tile/sotruss-lib.c index 6681770..6681770 100644 --- a/ports/sysdeps/tile/sotruss-lib.c +++ b/sysdeps/tile/sotruss-lib.c diff --git a/ports/sysdeps/tile/stackguard-macros.h b/sysdeps/tile/stackguard-macros.h index f2e041b..f2e041b 100644 --- a/ports/sysdeps/tile/stackguard-macros.h +++ b/sysdeps/tile/stackguard-macros.h diff --git a/ports/sysdeps/tile/stackinfo.h b/sysdeps/tile/stackinfo.h index 45c28a7..45c28a7 100644 --- a/ports/sysdeps/tile/stackinfo.h +++ b/sysdeps/tile/stackinfo.h diff --git a/ports/sysdeps/tile/start.S b/sysdeps/tile/start.S index 49661f2..49661f2 100644 --- a/ports/sysdeps/tile/start.S +++ b/sysdeps/tile/start.S diff --git a/ports/sysdeps/tile/sysdep.h b/sysdeps/tile/sysdep.h index 32aca49..32aca49 100644 --- a/ports/sysdeps/tile/sysdep.h +++ b/sysdeps/tile/sysdep.h diff --git a/ports/sysdeps/tile/tilegx/Makefile b/sysdeps/tile/tilegx/Makefile index 4281dd9..4281dd9 100644 --- a/ports/sysdeps/tile/tilegx/Makefile +++ b/sysdeps/tile/tilegx/Makefile diff --git a/ports/sysdeps/tile/tilegx/bits/atomic.h b/sysdeps/tile/tilegx/bits/atomic.h index ce12db0..ce12db0 100644 --- a/ports/sysdeps/tile/tilegx/bits/atomic.h +++ b/sysdeps/tile/tilegx/bits/atomic.h diff --git a/ports/sysdeps/tile/tilegx/bits/wordsize.h b/sysdeps/tile/tilegx/bits/wordsize.h index 5d4e4b4..5d4e4b4 100644 --- a/ports/sysdeps/tile/tilegx/bits/wordsize.h +++ b/sysdeps/tile/tilegx/bits/wordsize.h diff --git a/ports/sysdeps/tile/tilegx/memchr.c b/sysdeps/tile/tilegx/memchr.c index ee17d9a..ee17d9a 100644 --- a/ports/sysdeps/tile/tilegx/memchr.c +++ b/sysdeps/tile/tilegx/memchr.c diff --git a/ports/sysdeps/tile/tilegx/memcpy.c b/sysdeps/tile/tilegx/memcpy.c index 5d5df19..5d5df19 100644 --- a/ports/sysdeps/tile/tilegx/memcpy.c +++ b/sysdeps/tile/tilegx/memcpy.c diff --git a/ports/sysdeps/tile/tilegx/memmove.c b/sysdeps/tile/tilegx/memmove.c index 38323ce..38323ce 100644 --- a/ports/sysdeps/tile/tilegx/memmove.c +++ b/sysdeps/tile/tilegx/memmove.c diff --git a/ports/sysdeps/tile/tilegx/memset.c b/sysdeps/tile/tilegx/memset.c index d41b205..d41b205 100644 --- a/ports/sysdeps/tile/tilegx/memset.c +++ b/sysdeps/tile/tilegx/memset.c diff --git a/ports/sysdeps/tile/tilegx/memusage.h b/sysdeps/tile/tilegx/memusage.h index 7a9e661..7a9e661 100644 --- a/ports/sysdeps/tile/tilegx/memusage.h +++ b/sysdeps/tile/tilegx/memusage.h diff --git a/ports/sysdeps/tile/tilegx/rawmemchr.c b/sysdeps/tile/tilegx/rawmemchr.c index bd6d3c7..bd6d3c7 100644 --- a/ports/sysdeps/tile/tilegx/rawmemchr.c +++ b/sysdeps/tile/tilegx/rawmemchr.c diff --git a/ports/sysdeps/tile/tilegx/strchr.c b/sysdeps/tile/tilegx/strchr.c index 0ce73ce..0ce73ce 100644 --- a/ports/sysdeps/tile/tilegx/strchr.c +++ b/sysdeps/tile/tilegx/strchr.c diff --git a/ports/sysdeps/tile/tilegx/strchrnul.c b/sysdeps/tile/tilegx/strchrnul.c index 34c4317..34c4317 100644 --- a/ports/sysdeps/tile/tilegx/strchrnul.c +++ b/sysdeps/tile/tilegx/strchrnul.c diff --git a/ports/sysdeps/tile/tilegx/string-endian.h b/sysdeps/tile/tilegx/string-endian.h index 0c4d517..0c4d517 100644 --- a/ports/sysdeps/tile/tilegx/string-endian.h +++ b/sysdeps/tile/tilegx/string-endian.h diff --git a/ports/sysdeps/tile/tilegx/strlen.c b/sysdeps/tile/tilegx/strlen.c index d0c06dc..d0c06dc 100644 --- a/ports/sysdeps/tile/tilegx/strlen.c +++ b/sysdeps/tile/tilegx/strlen.c diff --git a/ports/sysdeps/tile/tilegx/strrchr.c b/sysdeps/tile/tilegx/strrchr.c index f201cfa..f201cfa 100644 --- a/ports/sysdeps/tile/tilegx/strrchr.c +++ b/sysdeps/tile/tilegx/strrchr.c diff --git a/ports/sysdeps/tile/tilegx/tilegx32/Implies b/sysdeps/tile/tilegx/tilegx32/Implies index 993b7f4..993b7f4 100644 --- a/ports/sysdeps/tile/tilegx/tilegx32/Implies +++ b/sysdeps/tile/tilegx/tilegx32/Implies diff --git a/ports/sysdeps/tile/tilegx/tilegx64/Implies b/sysdeps/tile/tilegx/tilegx64/Implies index eb0686e..eb0686e 100644 --- a/ports/sysdeps/tile/tilegx/tilegx64/Implies +++ b/sysdeps/tile/tilegx/tilegx64/Implies diff --git a/ports/sysdeps/tile/tilepro/Implies b/sysdeps/tile/tilepro/Implies index 709e1dc..709e1dc 100644 --- a/ports/sysdeps/tile/tilepro/Implies +++ b/sysdeps/tile/tilepro/Implies diff --git a/ports/sysdeps/tile/tilepro/bits/atomic.h b/sysdeps/tile/tilepro/bits/atomic.h index cbbf64c..cbbf64c 100644 --- a/ports/sysdeps/tile/tilepro/bits/atomic.h +++ b/sysdeps/tile/tilepro/bits/atomic.h diff --git a/ports/sysdeps/tile/tilepro/bits/wordsize.h b/sysdeps/tile/tilepro/bits/wordsize.h index da587a2..da587a2 100644 --- a/ports/sysdeps/tile/tilepro/bits/wordsize.h +++ b/sysdeps/tile/tilepro/bits/wordsize.h diff --git a/ports/sysdeps/tile/tilepro/memchr.c b/sysdeps/tile/tilepro/memchr.c index 87e64d2..87e64d2 100644 --- a/ports/sysdeps/tile/tilepro/memchr.c +++ b/sysdeps/tile/tilepro/memchr.c diff --git a/ports/sysdeps/tile/tilepro/memcpy.S b/sysdeps/tile/tilepro/memcpy.S index 1d496a4..1d496a4 100644 --- a/ports/sysdeps/tile/tilepro/memcpy.S +++ b/sysdeps/tile/tilepro/memcpy.S diff --git a/ports/sysdeps/tile/tilepro/memset.c b/sysdeps/tile/tilepro/memset.c index 85d6b81..85d6b81 100644 --- a/ports/sysdeps/tile/tilepro/memset.c +++ b/sysdeps/tile/tilepro/memset.c diff --git a/ports/sysdeps/tile/tilepro/memusage.h b/sysdeps/tile/tilepro/memusage.h index 1ce1a29..1ce1a29 100644 --- a/ports/sysdeps/tile/tilepro/memusage.h +++ b/sysdeps/tile/tilepro/memusage.h diff --git a/ports/sysdeps/tile/tilepro/rawmemchr.c b/sysdeps/tile/tilepro/rawmemchr.c index 46d9593..46d9593 100644 --- a/ports/sysdeps/tile/tilepro/rawmemchr.c +++ b/sysdeps/tile/tilepro/rawmemchr.c diff --git a/ports/sysdeps/tile/tilepro/strchr.c b/sysdeps/tile/tilepro/strchr.c index ecdbcfe..ecdbcfe 100644 --- a/ports/sysdeps/tile/tilepro/strchr.c +++ b/sysdeps/tile/tilepro/strchr.c diff --git a/ports/sysdeps/tile/tilepro/strchrnul.c b/sysdeps/tile/tilepro/strchrnul.c index 2dccfe1..2dccfe1 100644 --- a/ports/sysdeps/tile/tilepro/strchrnul.c +++ b/sysdeps/tile/tilepro/strchrnul.c diff --git a/ports/sysdeps/tile/tilepro/strlen.c b/sysdeps/tile/tilepro/strlen.c index c40ee56..c40ee56 100644 --- a/ports/sysdeps/tile/tilepro/strlen.c +++ b/sysdeps/tile/tilepro/strlen.c diff --git a/ports/sysdeps/tile/tilepro/strrchr.c b/sysdeps/tile/tilepro/strrchr.c index 1c7f5e7..1c7f5e7 100644 --- a/ports/sysdeps/tile/tilepro/strrchr.c +++ b/sysdeps/tile/tilepro/strrchr.c diff --git a/ports/sysdeps/tile/tls-macros.h b/sysdeps/tile/tls-macros.h index 20c924f..20c924f 100644 --- a/ports/sysdeps/tile/tls-macros.h +++ b/sysdeps/tile/tls-macros.h diff --git a/ports/sysdeps/tile/tst-audit.h b/sysdeps/tile/tst-audit.h index e5fe61f..e5fe61f 100644 --- a/ports/sysdeps/tile/tst-audit.h +++ b/sysdeps/tile/tst-audit.h diff --git a/ports/sysdeps/tile/wordcopy.c b/sysdeps/tile/wordcopy.c index 5ed0e94..5ed0e94 100644 --- a/ports/sysdeps/tile/wordcopy.c +++ b/sysdeps/tile/wordcopy.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/Makefile b/sysdeps/unix/sysv/linux/generic/Makefile index c1daee2..c1daee2 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/Makefile +++ b/sysdeps/unix/sysv/linux/generic/Makefile diff --git a/ports/sysdeps/unix/sysv/linux/generic/____longjmp_chk.c b/sysdeps/unix/sysv/linux/generic/____longjmp_chk.c index 579cf39..579cf39 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/____longjmp_chk.c +++ b/sysdeps/unix/sysv/linux/generic/____longjmp_chk.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/access.c b/sysdeps/unix/sysv/linux/generic/access.c index d09ede2..d09ede2 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/access.c +++ b/sysdeps/unix/sysv/linux/generic/access.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/bits/fcntl.h b/sysdeps/unix/sysv/linux/generic/bits/fcntl.h index bdf9171..bdf9171 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/bits/fcntl.h +++ b/sysdeps/unix/sysv/linux/generic/bits/fcntl.h diff --git a/ports/sysdeps/unix/sysv/linux/generic/bits/msq.h b/sysdeps/unix/sysv/linux/generic/bits/msq.h index f3fcd8d..f3fcd8d 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/bits/msq.h +++ b/sysdeps/unix/sysv/linux/generic/bits/msq.h diff --git a/ports/sysdeps/unix/sysv/linux/generic/bits/sem.h b/sysdeps/unix/sysv/linux/generic/bits/sem.h index 3c9aea8..3c9aea8 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/bits/sem.h +++ b/sysdeps/unix/sysv/linux/generic/bits/sem.h diff --git a/ports/sysdeps/unix/sysv/linux/generic/bits/shm.h b/sysdeps/unix/sysv/linux/generic/bits/shm.h index 0dbed61..0dbed61 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/bits/shm.h +++ b/sysdeps/unix/sysv/linux/generic/bits/shm.h diff --git a/ports/sysdeps/unix/sysv/linux/generic/bits/stat.h b/sysdeps/unix/sysv/linux/generic/bits/stat.h index faa2800..faa2800 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/bits/stat.h +++ b/sysdeps/unix/sysv/linux/generic/bits/stat.h diff --git a/ports/sysdeps/unix/sysv/linux/generic/bits/statfs.h b/sysdeps/unix/sysv/linux/generic/bits/statfs.h index e32cf76..e32cf76 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/bits/statfs.h +++ b/sysdeps/unix/sysv/linux/generic/bits/statfs.h diff --git a/ports/sysdeps/unix/sysv/linux/generic/bits/typesizes.h b/sysdeps/unix/sysv/linux/generic/bits/typesizes.h index eda847d..eda847d 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/bits/typesizes.h +++ b/sysdeps/unix/sysv/linux/generic/bits/typesizes.h diff --git a/ports/sysdeps/unix/sysv/linux/generic/brk.c b/sysdeps/unix/sysv/linux/generic/brk.c index 214d8fd..214d8fd 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/brk.c +++ b/sysdeps/unix/sysv/linux/generic/brk.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/chmod.c b/sysdeps/unix/sysv/linux/generic/chmod.c index 4ff6c86..4ff6c86 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/chmod.c +++ b/sysdeps/unix/sysv/linux/generic/chmod.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/chown.c b/sysdeps/unix/sysv/linux/generic/chown.c index d14d574..d14d574 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/chown.c +++ b/sysdeps/unix/sysv/linux/generic/chown.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/creat.c b/sysdeps/unix/sysv/linux/generic/creat.c index f5d0460..f5d0460 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/creat.c +++ b/sysdeps/unix/sysv/linux/generic/creat.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/dl-origin.c b/sysdeps/unix/sysv/linux/generic/dl-origin.c index c010076..c010076 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/dl-origin.c +++ b/sysdeps/unix/sysv/linux/generic/dl-origin.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/dup2.c b/sysdeps/unix/sysv/linux/generic/dup2.c index fb8e01a..fb8e01a 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/dup2.c +++ b/sysdeps/unix/sysv/linux/generic/dup2.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/epoll_create.c b/sysdeps/unix/sysv/linux/generic/epoll_create.c index a6f144d..a6f144d 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/epoll_create.c +++ b/sysdeps/unix/sysv/linux/generic/epoll_create.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/epoll_wait.c b/sysdeps/unix/sysv/linux/generic/epoll_wait.c index 4cd50e4..4cd50e4 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/epoll_wait.c +++ b/sysdeps/unix/sysv/linux/generic/epoll_wait.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/futimesat.c b/sysdeps/unix/sysv/linux/generic/futimesat.c index 0e9c983..0e9c983 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/futimesat.c +++ b/sysdeps/unix/sysv/linux/generic/futimesat.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/getdents.c b/sysdeps/unix/sysv/linux/generic/getdents.c index 14dbbc7..14dbbc7 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/getdents.c +++ b/sysdeps/unix/sysv/linux/generic/getdents.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/getdents64.c b/sysdeps/unix/sysv/linux/generic/getdents64.c index 272799b..272799b 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/getdents64.c +++ b/sysdeps/unix/sysv/linux/generic/getdents64.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/inotify_init.c b/sysdeps/unix/sysv/linux/generic/inotify_init.c index ced7fe8..ced7fe8 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/inotify_init.c +++ b/sysdeps/unix/sysv/linux/generic/inotify_init.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/kernel_stat.h b/sysdeps/unix/sysv/linux/generic/kernel_stat.h index 371a7c5..371a7c5 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/kernel_stat.h +++ b/sysdeps/unix/sysv/linux/generic/kernel_stat.h diff --git a/ports/sysdeps/unix/sysv/linux/generic/lchown.c b/sysdeps/unix/sysv/linux/generic/lchown.c index a371820..a371820 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/lchown.c +++ b/sysdeps/unix/sysv/linux/generic/lchown.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/link.c b/sysdeps/unix/sysv/linux/generic/link.c index 12cf700..12cf700 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/link.c +++ b/sysdeps/unix/sysv/linux/generic/link.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/lxstat.c b/sysdeps/unix/sysv/linux/generic/lxstat.c index 8bb1d8e..8bb1d8e 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/lxstat.c +++ b/sysdeps/unix/sysv/linux/generic/lxstat.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/mkdir.c b/sysdeps/unix/sysv/linux/generic/mkdir.c index 45ccf35..45ccf35 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/mkdir.c +++ b/sysdeps/unix/sysv/linux/generic/mkdir.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/not-cancel.h b/sysdeps/unix/sysv/linux/generic/not-cancel.h index b8df253..b8df253 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/not-cancel.h +++ b/sysdeps/unix/sysv/linux/generic/not-cancel.h diff --git a/ports/sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h b/sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h index e6a0d13..e6a0d13 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h +++ b/sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h diff --git a/ports/sysdeps/unix/sysv/linux/generic/open.c b/sysdeps/unix/sysv/linux/generic/open.c index 4f73fa0..4f73fa0 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/open.c +++ b/sysdeps/unix/sysv/linux/generic/open.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/open64.c b/sysdeps/unix/sysv/linux/generic/open64.c index 93d79e3..93d79e3 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/open64.c +++ b/sysdeps/unix/sysv/linux/generic/open64.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/pause.c b/sysdeps/unix/sysv/linux/generic/pause.c index 3804ce6..3804ce6 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/pause.c +++ b/sysdeps/unix/sysv/linux/generic/pause.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/pipe.c b/sysdeps/unix/sysv/linux/generic/pipe.c index 53bf614..53bf614 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/pipe.c +++ b/sysdeps/unix/sysv/linux/generic/pipe.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/poll.c b/sysdeps/unix/sysv/linux/generic/poll.c index 6234277..6234277 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/poll.c +++ b/sysdeps/unix/sysv/linux/generic/poll.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/readlink.c b/sysdeps/unix/sysv/linux/generic/readlink.c index 6f25649..6f25649 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/readlink.c +++ b/sysdeps/unix/sysv/linux/generic/readlink.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/readlink_chk.c b/sysdeps/unix/sysv/linux/generic/readlink_chk.c index f73b3c5..f73b3c5 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/readlink_chk.c +++ b/sysdeps/unix/sysv/linux/generic/readlink_chk.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/recv.c b/sysdeps/unix/sysv/linux/generic/recv.c index 1d950eb..1d950eb 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/recv.c +++ b/sysdeps/unix/sysv/linux/generic/recv.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/rename.c b/sysdeps/unix/sysv/linux/generic/rename.c index 73e03c0..73e03c0 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/rename.c +++ b/sysdeps/unix/sysv/linux/generic/rename.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/rmdir.c b/sysdeps/unix/sysv/linux/generic/rmdir.c index ff5d309..ff5d309 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/rmdir.c +++ b/sysdeps/unix/sysv/linux/generic/rmdir.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/select.c b/sysdeps/unix/sysv/linux/generic/select.c index 03f9603..03f9603 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/select.c +++ b/sysdeps/unix/sysv/linux/generic/select.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/send.c b/sysdeps/unix/sysv/linux/generic/send.c index 2db610d..2db610d 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/send.c +++ b/sysdeps/unix/sysv/linux/generic/send.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/symlink.c b/sysdeps/unix/sysv/linux/generic/symlink.c index ad36c2c..ad36c2c 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/symlink.c +++ b/sysdeps/unix/sysv/linux/generic/symlink.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/syscalls.list b/sysdeps/unix/sysv/linux/generic/syscalls.list index 4b2e747..4b2e747 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/syscalls.list +++ b/sysdeps/unix/sysv/linux/generic/syscalls.list diff --git a/ports/sysdeps/unix/sysv/linux/generic/sysctl.c b/sysdeps/unix/sysv/linux/generic/sysctl.c index e94237a..e94237a 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/sysctl.c +++ b/sysdeps/unix/sysv/linux/generic/sysctl.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/sysdep.h b/sysdeps/unix/sysv/linux/generic/sysdep.h index f1ba258..f1ba258 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/sysdep.h +++ b/sysdeps/unix/sysv/linux/generic/sysdep.h diff --git a/ports/sysdeps/unix/sysv/linux/generic/umount.c b/sysdeps/unix/sysv/linux/generic/umount.c index 115dcaa..115dcaa 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/umount.c +++ b/sysdeps/unix/sysv/linux/generic/umount.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/unlink.c b/sysdeps/unix/sysv/linux/generic/unlink.c index 6fc6779..6fc6779 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/unlink.c +++ b/sysdeps/unix/sysv/linux/generic/unlink.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/ustat.c b/sysdeps/unix/sysv/linux/generic/ustat.c index a45e818..a45e818 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/ustat.c +++ b/sysdeps/unix/sysv/linux/generic/ustat.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/utimes.c b/sysdeps/unix/sysv/linux/generic/utimes.c index e0abd72..e0abd72 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/utimes.c +++ b/sysdeps/unix/sysv/linux/generic/utimes.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/Versions b/sysdeps/unix/sysv/linux/generic/wordsize-32/Versions index cdc6022..cdc6022 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/Versions +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/Versions diff --git a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c index 2637f03..2637f03 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/fstatfs.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/fstatfs.c index bff1f49..bff1f49 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/fstatfs.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/fstatfs.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/ftruncate.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/ftruncate.c index f153a04..f153a04 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/ftruncate.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/ftruncate.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/ftruncate64.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/ftruncate64.c index e430145..e430145 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/ftruncate64.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/ftruncate64.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/fxstat.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/fxstat.c index 41850c3..41850c3 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/fxstat.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/fxstat.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c index 94769b6..94769b6 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/getdents.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/getdents.c index e4b6ee0..e4b6ee0 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/getdents.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/getdents.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/llseek.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/llseek.c index ce9eb9b..ce9eb9b 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/llseek.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/llseek.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/lseek.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/lseek.c index 96d8a35..96d8a35 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/lseek.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/lseek.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat.c index 143f727..143f727 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat64.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat64.c index 39d385c..39d385c 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat64.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat64.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/mmap.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/mmap.c index be8ac7b..be8ac7b 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/mmap.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/mmap.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/overflow.h b/sysdeps/unix/sysv/linux/generic/wordsize-32/overflow.h index 2acc2e5..2acc2e5 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/overflow.h +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/overflow.h diff --git a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/posix_fadvise.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/posix_fadvise.c index cc29817..cc29817 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/posix_fadvise.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/posix_fadvise.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c index 2bffd1f..2bffd1f 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c index 093b874..093b874 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c index 1dae127..1dae127 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c index 32cc314..32cc314 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c index 909255b..909255b 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c index cbdb9e9..cbdb9e9 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c index a166e32..a166e32 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c index 33f4e80..33f4e80 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/sendfile.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/sendfile.c index c35e54a..c35e54a 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/sendfile.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/sendfile.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/statfs.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/statfs.c index 7987457..7987457 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/statfs.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/statfs.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/syscalls.list b/sysdeps/unix/sysv/linux/generic/wordsize-32/syscalls.list index f055c68..f055c68 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/syscalls.list +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/syscalls.list diff --git a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/truncate.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/truncate.c index fb31d14..fb31d14 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/truncate.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/truncate.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/truncate64.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/truncate64.c index ff19d61..ff19d61 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/truncate64.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/truncate64.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/xstat.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/xstat.c index e9ca7ae..e9ca7ae 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/xstat.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/xstat.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/xstat64.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/xstat64.c index 0986222..0986222 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/wordsize-32/xstat64.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/xstat64.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/xmknod.c b/sysdeps/unix/sysv/linux/generic/xmknod.c index e08bb0e..e08bb0e 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/xmknod.c +++ b/sysdeps/unix/sysv/linux/generic/xmknod.c diff --git a/ports/sysdeps/unix/sysv/linux/generic/xstat.c b/sysdeps/unix/sysv/linux/generic/xstat.c index 7e37e9c..7e37e9c 100644 --- a/ports/sysdeps/unix/sysv/linux/generic/xstat.c +++ b/sysdeps/unix/sysv/linux/generic/xstat.c diff --git a/ports/sysdeps/unix/sysv/linux/tile/Makefile b/sysdeps/unix/sysv/linux/tile/Makefile index 0bcb95f..0bcb95f 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/Makefile +++ b/sysdeps/unix/sysv/linux/tile/Makefile diff --git a/ports/sysdeps/unix/sysv/linux/tile/Versions b/sysdeps/unix/sysv/linux/tile/Versions index 9b40d28..9b40d28 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/Versions +++ b/sysdeps/unix/sysv/linux/tile/Versions diff --git a/ports/sysdeps/unix/sysv/linux/tile/bits/environments.h b/sysdeps/unix/sysv/linux/tile/bits/environments.h index d7003aa..d7003aa 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/bits/environments.h +++ b/sysdeps/unix/sysv/linux/tile/bits/environments.h diff --git a/ports/sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h b/sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h index c4aec16..c4aec16 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h +++ b/sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h diff --git a/ports/sysdeps/unix/sysv/linux/tile/bits/local_lim.h b/sysdeps/unix/sysv/linux/tile/bits/local_lim.h index 4e5605f..4e5605f 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/bits/local_lim.h +++ b/sysdeps/unix/sysv/linux/tile/bits/local_lim.h diff --git a/ports/sysdeps/unix/sysv/linux/tile/bits/mman.h b/sysdeps/unix/sysv/linux/tile/bits/mman.h index f97f275..f97f275 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/bits/mman.h +++ b/sysdeps/unix/sysv/linux/tile/bits/mman.h diff --git a/ports/sysdeps/unix/sysv/linux/tile/bits/sigaction.h b/sysdeps/unix/sysv/linux/tile/bits/sigaction.h index 76a6aae..76a6aae 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/bits/sigaction.h +++ b/sysdeps/unix/sysv/linux/tile/bits/sigaction.h diff --git a/ports/sysdeps/unix/sysv/linux/tile/bits/siginfo.h b/sysdeps/unix/sysv/linux/tile/bits/siginfo.h index 089edb2..089edb2 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/bits/siginfo.h +++ b/sysdeps/unix/sysv/linux/tile/bits/siginfo.h diff --git a/ports/sysdeps/unix/sysv/linux/tile/cacheflush.c b/sysdeps/unix/sysv/linux/tile/cacheflush.c index fcf725c..fcf725c 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/cacheflush.c +++ b/sysdeps/unix/sysv/linux/tile/cacheflush.c diff --git a/ports/sysdeps/unix/sysv/linux/tile/configure b/sysdeps/unix/sysv/linux/tile/configure index 02f6c8c..02f6c8c 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/configure +++ b/sysdeps/unix/sysv/linux/tile/configure diff --git a/ports/sysdeps/unix/sysv/linux/tile/configure.ac b/sysdeps/unix/sysv/linux/tile/configure.ac index b983e28..b983e28 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/configure.ac +++ b/sysdeps/unix/sysv/linux/tile/configure.ac diff --git a/ports/sysdeps/unix/sysv/linux/tile/dl-static.c b/sysdeps/unix/sysv/linux/tile/dl-static.c index 8a749f2..8a749f2 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/dl-static.c +++ b/sysdeps/unix/sysv/linux/tile/dl-static.c diff --git a/ports/sysdeps/unix/sysv/linux/tile/getcontext.S b/sysdeps/unix/sysv/linux/tile/getcontext.S index dcfb653..dcfb653 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/getcontext.S +++ b/sysdeps/unix/sysv/linux/tile/getcontext.S diff --git a/ports/sysdeps/unix/sysv/linux/tile/gettimeofday.c b/sysdeps/unix/sysv/linux/tile/gettimeofday.c index 6f62ab9..6f62ab9 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/gettimeofday.c +++ b/sysdeps/unix/sysv/linux/tile/gettimeofday.c diff --git a/ports/sysdeps/unix/sysv/linux/tile/init-first.c b/sysdeps/unix/sysv/linux/tile/init-first.c index 9790d22..9790d22 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/init-first.c +++ b/sysdeps/unix/sysv/linux/tile/init-first.c diff --git a/ports/sysdeps/unix/sysv/linux/tile/kernel-features.h b/sysdeps/unix/sysv/linux/tile/kernel-features.h index 5b81128..5b81128 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/kernel-features.h +++ b/sysdeps/unix/sysv/linux/tile/kernel-features.h diff --git a/ports/sysdeps/unix/sysv/linux/tile/ldsodefs.h b/sysdeps/unix/sysv/linux/tile/ldsodefs.h index 7794268..7794268 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/ldsodefs.h +++ b/sysdeps/unix/sysv/linux/tile/ldsodefs.h diff --git a/ports/sysdeps/unix/sysv/linux/tile/makecontext.c b/sysdeps/unix/sysv/linux/tile/makecontext.c index 2ed30f4..2ed30f4 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/makecontext.c +++ b/sysdeps/unix/sysv/linux/tile/makecontext.c diff --git a/ports/sysdeps/unix/sysv/linux/tile/nptl/Makefile b/sysdeps/unix/sysv/linux/tile/nptl/Makefile index e98c9bd..e98c9bd 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/nptl/Makefile +++ b/sysdeps/unix/sysv/linux/tile/nptl/Makefile diff --git a/ports/sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h b/sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h index f469352..f469352 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h +++ b/sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h diff --git a/ports/sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h b/sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h index 475617d..475617d 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h +++ b/sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h diff --git a/ports/sysdeps/unix/sysv/linux/tile/nptl/clone.S b/sysdeps/unix/sysv/linux/tile/nptl/clone.S index f48dba5..f48dba5 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/nptl/clone.S +++ b/sysdeps/unix/sysv/linux/tile/nptl/clone.S diff --git a/ports/sysdeps/unix/sysv/linux/tile/nptl/createthread.c b/sysdeps/unix/sysv/linux/tile/nptl/createthread.c index 8472ad5..8472ad5 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/nptl/createthread.c +++ b/sysdeps/unix/sysv/linux/tile/nptl/createthread.c diff --git a/ports/sysdeps/unix/sysv/linux/tile/nptl/fork.c b/sysdeps/unix/sysv/linux/tile/nptl/fork.c index 6cd83e9..6cd83e9 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/nptl/fork.c +++ b/sysdeps/unix/sysv/linux/tile/nptl/fork.c diff --git a/ports/sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h b/sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h index 46149f1..46149f1 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h +++ b/sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h diff --git a/ports/sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S b/sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S index a6ccb1f..a6ccb1f 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S +++ b/sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S diff --git a/ports/sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c b/sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c index 1b38999..1b38999 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c +++ b/sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c diff --git a/ports/sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h b/sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h index 2333338..2333338 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h +++ b/sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h diff --git a/ports/sysdeps/unix/sysv/linux/tile/nptl/vfork.S b/sysdeps/unix/sysv/linux/tile/nptl/vfork.S index 014cccf..014cccf 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/nptl/vfork.S +++ b/sysdeps/unix/sysv/linux/tile/nptl/vfork.S diff --git a/ports/sysdeps/unix/sysv/linux/tile/nptl/waitpid.S b/sysdeps/unix/sysv/linux/tile/nptl/waitpid.S index 9aa793e..9aa793e 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/nptl/waitpid.S +++ b/sysdeps/unix/sysv/linux/tile/nptl/waitpid.S diff --git a/ports/sysdeps/unix/sysv/linux/tile/profil-counter.h b/sysdeps/unix/sysv/linux/tile/profil-counter.h index 4ab1666..4ab1666 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/profil-counter.h +++ b/sysdeps/unix/sysv/linux/tile/profil-counter.h diff --git a/ports/sysdeps/unix/sysv/linux/tile/set_dataplane.c b/sysdeps/unix/sysv/linux/tile/set_dataplane.c index d53ea9f..d53ea9f 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/set_dataplane.c +++ b/sysdeps/unix/sysv/linux/tile/set_dataplane.c diff --git a/ports/sysdeps/unix/sysv/linux/tile/setcontext.S b/sysdeps/unix/sysv/linux/tile/setcontext.S index 76a797d..76a797d 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/setcontext.S +++ b/sysdeps/unix/sysv/linux/tile/setcontext.S diff --git a/ports/sysdeps/unix/sysv/linux/tile/sigcontextinfo.h b/sysdeps/unix/sysv/linux/tile/sigcontextinfo.h index 3f2680d..3f2680d 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/sigcontextinfo.h +++ b/sysdeps/unix/sysv/linux/tile/sigcontextinfo.h diff --git a/ports/sysdeps/unix/sysv/linux/tile/swapcontext.S b/sysdeps/unix/sysv/linux/tile/swapcontext.S index ef24e39..ef24e39 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/swapcontext.S +++ b/sysdeps/unix/sysv/linux/tile/swapcontext.S diff --git a/ports/sysdeps/unix/sysv/linux/tile/sys/cachectl.h b/sysdeps/unix/sysv/linux/tile/sys/cachectl.h index 540f95e..540f95e 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/sys/cachectl.h +++ b/sysdeps/unix/sysv/linux/tile/sys/cachectl.h diff --git a/ports/sysdeps/unix/sysv/linux/tile/sys/dataplane.h b/sysdeps/unix/sysv/linux/tile/sys/dataplane.h index d333ec0..d333ec0 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/sys/dataplane.h +++ b/sysdeps/unix/sysv/linux/tile/sys/dataplane.h diff --git a/ports/sysdeps/unix/sysv/linux/tile/sys/procfs.h b/sysdeps/unix/sysv/linux/tile/sys/procfs.h index 440ce45..440ce45 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/sys/procfs.h +++ b/sysdeps/unix/sysv/linux/tile/sys/procfs.h diff --git a/ports/sysdeps/unix/sysv/linux/tile/sys/ptrace.h b/sysdeps/unix/sysv/linux/tile/sys/ptrace.h index be31308..be31308 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/sys/ptrace.h +++ b/sysdeps/unix/sysv/linux/tile/sys/ptrace.h diff --git a/ports/sysdeps/unix/sysv/linux/tile/sys/reg.h b/sysdeps/unix/sysv/linux/tile/sys/reg.h index 1ab17ce..1ab17ce 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/sys/reg.h +++ b/sysdeps/unix/sysv/linux/tile/sys/reg.h diff --git a/ports/sysdeps/unix/sysv/linux/tile/sys/ucontext.h b/sysdeps/unix/sysv/linux/tile/sys/ucontext.h index ac540f4..ac540f4 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/sys/ucontext.h +++ b/sysdeps/unix/sysv/linux/tile/sys/ucontext.h diff --git a/ports/sysdeps/unix/sysv/linux/tile/sys/user.h b/sysdeps/unix/sysv/linux/tile/sys/user.h index c871f1a..c871f1a 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/sys/user.h +++ b/sysdeps/unix/sysv/linux/tile/sys/user.h diff --git a/ports/sysdeps/unix/sysv/linux/tile/syscall.S b/sysdeps/unix/sysv/linux/tile/syscall.S index 11463f3..11463f3 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/syscall.S +++ b/sysdeps/unix/sysv/linux/tile/syscall.S diff --git a/ports/sysdeps/unix/sysv/linux/tile/sysdep.c b/sysdeps/unix/sysv/linux/tile/sysdep.c index ffd1eef..ffd1eef 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/sysdep.c +++ b/sysdeps/unix/sysv/linux/tile/sysdep.c diff --git a/ports/sysdeps/unix/sysv/linux/tile/sysdep.h b/sysdeps/unix/sysv/linux/tile/sysdep.h index f2214f6..f2214f6 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/sysdep.h +++ b/sysdeps/unix/sysv/linux/tile/sysdep.h diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/Makefile b/sysdeps/unix/sysv/linux/tile/tilegx/Makefile index 4f101f3..4f101f3 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/Makefile +++ b/sysdeps/unix/sysv/linux/tile/tilegx/Makefile diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/configure b/sysdeps/unix/sysv/linux/tile/tilegx/configure index 0a6a63f..0a6a63f 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/configure +++ b/sysdeps/unix/sysv/linux/tile/tilegx/configure diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/configure.ac b/sysdeps/unix/sysv/linux/tile/tilegx/configure.ac index 87d86bd..87d86bd 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/configure.ac +++ b/sysdeps/unix/sysv/linux/tile/tilegx/configure.ac diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/ioctl.S b/sysdeps/unix/sysv/linux/tile/tilegx/ioctl.S index c121299..c121299 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/ioctl.S +++ b/sysdeps/unix/sysv/linux/tile/tilegx/ioctl.S diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/ldconfig.h b/sysdeps/unix/sysv/linux/tile/tilegx/ldconfig.h index c5eaeb6..c5eaeb6 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/ldconfig.h +++ b/sysdeps/unix/sysv/linux/tile/tilegx/ldconfig.h diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/ldd-rewrite.sed b/sysdeps/unix/sysv/linux/tile/tilegx/ldd-rewrite.sed index 8b0bb69..8b0bb69 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/ldd-rewrite.sed +++ b/sysdeps/unix/sysv/linux/tile/tilegx/ldd-rewrite.sed diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/register-dump.h b/sysdeps/unix/sysv/linux/tile/tilegx/register-dump.h index 2c629c5..2c629c5 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/register-dump.h +++ b/sysdeps/unix/sysv/linux/tile/tilegx/register-dump.h diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/sched_getcpu.c b/sysdeps/unix/sysv/linux/tile/tilegx/sched_getcpu.c index beba3f4..beba3f4 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/sched_getcpu.c +++ b/sysdeps/unix/sysv/linux/tile/tilegx/sched_getcpu.c diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/Implies b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/Implies index 9090d3f..9090d3f 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/Implies +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/Implies diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/Makefile b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/Makefile index 1e9d29b..1e9d29b 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/Makefile +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/Makefile diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data index 1a7bcb3..1a7bcb3 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist index 4367346..4367346 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist index 4af9128..4af9128 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist index 29e602a..29e602a 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist index caf74b8..caf74b8 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist index 608e5df..608e5df 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist index 27a7228..27a7228 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist index cb0d1a4..cb0d1a4 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist index e421793..e421793 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist index f3c2600..f3c2600 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist index 6482616..6482616 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist index 87fec06..87fec06 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist index 934ce9a..934ce9a 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist index 50c312a..50c312a 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/Implies b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/Implies index e4e0800..e4e0800 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/Implies +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/Implies diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/Makefile b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/Makefile index c8991d3..c8991d3 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/Makefile +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/Makefile diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data index ac925cc..ac925cc 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist index f914e4b..f914e4b 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist index 4af9128..4af9128 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist index 29e602a..29e602a 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist index 68d975b..68d975b 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist index 608e5df..608e5df 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist index 27a7228..27a7228 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist index cb0d1a4..cb0d1a4 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist index e421793..e421793 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist index f3c2600..f3c2600 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist index dcb82ac..dcb82ac 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist index 87fec06..87fec06 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist index 934ce9a..934ce9a 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist index 50c312a..50c312a 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilepro/Implies b/sysdeps/unix/sysv/linux/tile/tilepro/Implies index 0023bb7..0023bb7 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilepro/Implies +++ b/sysdeps/unix/sysv/linux/tile/tilepro/Implies diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilepro/ldconfig.h b/sysdeps/unix/sysv/linux/tile/tilepro/ldconfig.h index 86a81d4..86a81d4 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilepro/ldconfig.h +++ b/sysdeps/unix/sysv/linux/tile/tilepro/ldconfig.h diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data b/sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data index 303f457..303f457 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data +++ b/sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist b/sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist index 4367346..4367346 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist b/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist index 4af9128..4af9128 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist b/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist index 29e602a..29e602a 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist b/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist index caf74b8..caf74b8 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist b/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist index 608e5df..608e5df 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist b/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist index 27a7228..27a7228 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist b/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist index cb0d1a4..cb0d1a4 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist b/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist index e421793..e421793 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist b/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist index f3c2600..f3c2600 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist b/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist index 6482616..6482616 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist b/sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist index 87fec06..87fec06 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist b/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist index 934ce9a..934ce9a 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist b/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist index 50c312a..50c312a 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist +++ b/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist diff --git a/ports/sysdeps/unix/sysv/linux/tile/tilepro/register-dump.h b/sysdeps/unix/sysv/linux/tile/tilepro/register-dump.h index 45298ec..45298ec 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/tilepro/register-dump.h +++ b/sysdeps/unix/sysv/linux/tile/tilepro/register-dump.h diff --git a/ports/sysdeps/unix/sysv/linux/tile/ucontext_i.h b/sysdeps/unix/sysv/linux/tile/ucontext_i.h index fe329cd..fe329cd 100644 --- a/ports/sysdeps/unix/sysv/linux/tile/ucontext_i.h +++ b/sysdeps/unix/sysv/linux/tile/ucontext_i.h |