glibc/sysdeps/unix/sysv/linux/sparc
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
sparc32 Remove socket.S implementation 2015-05-22 17:38:06 -03:00
sparc64 Remove socket.S implementation 2015-05-22 17:38:06 -03:00
sys
Implies
Makefile
Versions
a.out.h
aio_cancel.c
arch-fork.h
configure
configure.ac
dl-cache.h
getshmlba.c
getsysstats.c
kernel-features.h
kernel_termios.h
ldd-rewrite.sed
lowlevellock.h Convert sparc over to lowlevellock-futex.h 2015-04-16 13:05:41 -07:00
pt-vfork.S
readelflib.c
rt-sysdep.c
syscalls.list
sysdep.c
sysdep.h
system.c