mirror of git://sourceware.org/git/glibc.git
Since kernel 2.6.0 all Linux version accept the system call number in register 1 for svc 0. There is no need to have special handling that uses EX for system calls < 256. This will simplify and speed up that code. A microbenchmark doing "syscall(__NR_getpid);" in a loops gets faster by ~12%. * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Simplify code by always using SVC 0 instead of EX. * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise. |
||
---|---|---|
.. | ||
Implies | ||
Makefile | ||
Versions | ||
____longjmp_chk.c | ||
__makecontext_ret.S | ||
c++-types.data | ||
clone.S | ||
configure | ||
configure.ac | ||
dl-cache.h | ||
getcontext.S | ||
kernel_stat.h | ||
ld.abilist | ||
libBrokenLocale.abilist | ||
libc.abilist | ||
libcrypt.abilist | ||
libdl.abilist | ||
libm.abilist | ||
libnsl.abilist | ||
libpthread.abilist | ||
libresolv.abilist | ||
librt.abilist | ||
libthread_db.abilist | ||
libutil.abilist | ||
makecontext.c | ||
profil-counter.h | ||
register-dump.h | ||
setcontext.S | ||
shlib-versions | ||
sigaction.c | ||
sigpending.c | ||
sigprocmask.c | ||
swapcontext.S | ||
syscall.S | ||
sysdep-cancel.h | ||
sysdep.S | ||
sysdep.h | ||
timer_create.c | ||
timer_delete.c | ||
timer_getoverr.c | ||
timer_gettime.c | ||
timer_settime.c | ||
vfork.S |