aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-12-26 09:30:54 +0000
committerUlrich Drepper <drepper@redhat.com>1998-12-26 09:30:54 +0000
commit85f72e9c2a46601358e5e908053c13709b3003c3 (patch)
tree81d271ef44f1c5eeec78864acc54e471b13c9943 /sysdeps/unix
parent65c64a0b4afc4814d11af5d185772eb48d72e6ce (diff)
downloadglibc-85f72e9c2a46601358e5e908053c13709b3003c3.tar
glibc-85f72e9c2a46601358e5e908053c13709b3003c3.tar.gz
glibc-85f72e9c2a46601358e5e908053c13709b3003c3.tar.bz2
glibc-85f72e9c2a46601358e5e908053c13709b3003c3.zip
Update.
1998-12-25 Ulrich Drepper <drepper@cygnus.com> * elf/dl-hash.h: Move to... * sysdeps/generic/dl-hash.h: ...here. Correct parameter type (must be unsigned char). Remove conditional from inner loop and rearrange binary operations (12-22% performance increase). * sysdeps/i386/i686/dl-hash.h: New file. Yet 10% faster than optimized generic version.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/linux/arm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/Makefile b/sysdeps/unix/sysv/linux/arm/Makefile
index cebaa94134..d76698b405 100644
--- a/sysdeps/unix/sysv/linux/arm/Makefile
+++ b/sysdeps/unix/sysv/linux/arm/Makefile
@@ -1,5 +1,5 @@
ifeq ($(subdir),misc)
-sysdep_routines += setfsgid setfsuid setresgid setresuid
+sysdep_routines += setfsgid setfsuid setresgid setresuid ioperm
endif
ifeq ($(subdir),signal)