glibc/sysdeps/unix/sysv/linux/mips
Adhemerval Zanella 60dce8b904 Remove socket.S implementation
This patch removes the socket.S implementation for all ports and replace
it by a C implementation using socketcall.  For ports that implement
the syscall directly, there is no change.

The patch idea is to simplify the socket function implementation that
uses the socketcall to be based on C implemetation instead of a pseudo
assembly implementation with arch specific parts.  The patch then remove
the assembly implementatation for the ports which uses socketcall
(i386, microblaze, mips, powerpc, sparc, m68k, s390 and sh).

I have cross-build GLIBC for afore-mentioned ports and tested on both
i386 and ppc32 without regressions.
2015-05-22 17:38:06 -03:00
..
bits
mips32 Remove socket.S implementation 2015-05-22 17:38:06 -03:00
mips64 __ASSUME_FALLOCATE is always true on 32-bit architectures 2015-05-05 08:28:35 +02:00
sys
____longjmp_chk.c
_test_and_set.c
arch-fork.h
brk.c
clone.S
configure
configure.ac
dl-cache.h
dl-static.c
getcontext.S
getmsg.c
getrlimit64.c
getsysstats.c
Implies
ipc_priv.h
kernel_rt_sigframe.h
kernel_sigaction.h
kernel_stat.h
kernel_termios.h
kernel-features.h
ldsodefs.h
libc-abis
makecontext.S
Makefile
pipe.S
pread64.c
pread.c
profil-counter.h
pt-vfork.S
putmsg.c
pwrite64.c
pwrite.c
readelflib.c
register-dump.h
setcontext.S
setrlimit64.c
shlib-versions
sigaction.c
sigcontextinfo.h
swapcontext.S
syscalls.list
sysdep-cancel.h
ucontext_i.sym
ustat.c
Versions
vfork.S
xstatconv.c