glibc/sysdeps/unix/sysv/linux/hppa
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 hppa: fix __O_SYNC to match the kernel 2015-02-27 01:46:01 -05:00
sys
____longjmp_chk.c
arch-fork.h
brk.c
c++-types.data
clone.S
fcntl.c
fxstat.c
fxstatat.c
getcontext.S
getdents64.c
getrlimit64.c
Implies
internaltypes.h
kernel_sigaction.h
kernel_stat.h
kernel-features.h Correct __ASSUME_PRLIMIT64 for hppa/microblaze/sh (bug 17779). 2015-03-02 23:05:55 +00:00
ld.abilist
libanl.abilist
libBrokenLocale.abilist
libc.abilist
libcrypt.abilist
libdl.abilist
libm.abilist
libnsl.abilist
libpthread.abilist
libresolv.abilist
librt.abilist
libthread_db.abilist
libutil.abilist
lowlevellock.h
lxstat.c
makecontext.c
Makefile
mmap.c
profil-counter.h
pt-vfork.S
pthread_cond_broadcast.c
pthread_cond_destroy.c
pthread_cond_init.c
pthread_cond_signal.c
pthread_cond_timedwait.c
pthread_cond_wait.c
pthread.h
pthreadP.h
setcontext.S Bug 18125: Call exit after last linked context. 2015-05-08 11:29:38 -04:00
shlib-versions
swapcontext.c
syscall.c
syscalls.list
sysdep-cancel.h
sysdep.c
sysdep.h hppa: fix build failure with RTLD_PRIVATE_ERRNO 2015-02-24 00:10:42 -05:00
ucontext_i.sym
umount.c
utimes.c
Versions
xstat.c