glibc/sysdeps/mach/hurd
Ulrich Drepper 0a54e4010f Update.
1997-07-26 04:14  Ulrich Drepper  <drepper@cygnus.com>

	* elf/Makefile (distribute): Add genrtldtbl.awk.
	(before-compile): Add rtldtbl.h.
	(GAWK): New variable.
	(generated): Add trusted-dirs.h and rtldtbl.h.
	($(objpfx)rtldtbl.h): New rule.  File is needed by dl-load.c.
	* elf/dl-load.c: Rewrite.  Now use cache and look for shared
	objects in machine dependent directories.
	* elf/dl-object.c (_dl_new_object): Initialize l_rpath_dirs member.
	* elf/dl-support.c: Rename function to non_dynamic_init and add
	initialization for _dl_platform, _dl_platformlen, _dl_pagesize
	and call to initializer for search path.
	* elf/elf.h: Add AT_PLATFORM and AT_HWCAP.
	* elf/genrtldtbl.awk: New file.
	* elf/link.h: Add type definitions and declarations for search
	path cache.
	* elf/rtld.c: Add definitions of variables used for search path cache.
	* sysdeps/generic/dl-sysdep.c: Let auxiliary vector initialize
	_dl_platform.  Initialize _dl_pagesize early and use this value.
	* sysdeps/i386/dl-machine.h: Add code for _dl_platform handling.
	* sysdeps/mach/hurd/dl-sysdep.c: Initialize _dl_pagesize.
	* sysdeps/unix/sysv/linux/dl-sysdep.c: Use _dl_pagesize instead
	of calling getpagesize.

	* elf/dl-error.c (_dl_signal_error): Make message nicer.

	* nss/libnss_files.map: Fix typo.
	Reported by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>.

	* sysdeps/generic/strsep.c: Optimize case where separator set contains
	only one character.

	* sysdeps/libm-ieee754/s_ccosh.c: Correct sign of result for real
	== +-Inf.
	* sysdeps/libm-ieee754/s_ccoshf.c: Likewise.
	* sysdeps/libm-ieee754/s_ccoshl.c: Likewise.

1997-07-25 09:15  H.J. Lu  <hjl@gnu.ai.mit.edu>

	* sysdeps/sparc/udiv_qrnnd.S: Check PIC instead of __PIC__.
	* sysdeps/unix/sysv/linux/sparc/__sigtrampoline.S: Likewise.
	* sysdeps/unix/mips/sysdep.S: Likewise.
	* sysdeps/unix/sysv/linux/mips/clone.S: Likewise.

	* sysdeps/mips/bsd-_setjmp.S: Remove __PIC__ comment.
	* sysdeps/mips/bsd-setjmp.S: Likewise.

	* sysdeps/mips/dl-machine.h: Remove extra stuff.
	* sysdeps/mips/mips64/dl-machine.h: Likewise.

1997-07-25 18:55  Philip Blundell  <Philip.Blundell@pobox.com>

	* sysdeps/standalone/arm/sysdep.c: New file.

1997-07-25 13:25  Philip Blundell  <Philip.Blundell@pobox.com>

	* aout/Makefile: New file.
	* Makeconfig (binfmt-subdir): Assume a.out when not ELF.

	* sysdeps/generic/machine-gmon.h: Add warning about limitations of
	__builtin_return_address().
	* sysdeps/arm/machine-gmon.h: New file, use assembly to avoid
	above problem.

1997-07-25 16:24  H.J. Lu  <hjl@gnu.ai.mit.edu>

	* elf/dl-deps.c (_dl_map_object_deps): Fix a typo.

1997-07-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* math/libm-test.c (ccos_test, ccosh_test): Fix sign in some
	tests.

1997-07-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* sunrpc/clnt_udp.c (clntudp_call): Rename cu_wait from timeout to
	not shadow the variable in the outer scope.
1997-07-26 02:33:30 +00:00
..
alpha Update. 1997-06-23 21:55:26 +00:00
bits Updated. 1997-06-26 00:23:09 +00:00
hppa Update. 1997-06-23 21:55:26 +00:00
i386 Update. 1997-06-23 21:55:26 +00:00
mips Update. 1997-06-23 21:55:26 +00:00
net Update. 1997-07-06 22:02:42 +00:00
sys Update. 1997-06-23 21:55:26 +00:00
_exit.c Update. 1997-05-26 23:01:17 +00:00
.cvsignore initial import 1995-02-18 01:27:10 +00:00
abi-tag.h Update. 1997-06-27 23:09:40 +00:00
accept.c Updated. 1997-06-26 22:23:01 +00:00
access.c Update. 1997-06-23 21:55:26 +00:00
adjtime.c Update. 1997-05-26 23:01:17 +00:00
bind.c Updated. 1997-06-26 22:23:01 +00:00
brk.c Update. 1997-05-26 23:01:17 +00:00
chdir.c Update. 1997-05-26 23:01:17 +00:00
chflags.c Update. 1997-05-26 23:01:17 +00:00
chmod.c Update. 1997-05-26 23:01:17 +00:00
chown.c Update. 1997-05-26 23:01:17 +00:00
chroot.c Update. 1997-05-26 23:01:17 +00:00
close.c Update. 1997-05-26 23:01:17 +00:00
closedir.c Update. 1997-06-23 21:55:26 +00:00
configure update from main archive 970121 1997-01-23 04:24:20 +00:00
configure.in update from main archive 970121 1997-01-23 04:24:20 +00:00
connect.c Updated. 1997-06-26 22:23:01 +00:00
cthreads.c Update. 1997-07-06 22:02:42 +00:00
defs.c Update. 1997-05-26 23:01:17 +00:00
dirfd.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
dirstream.h Update. 1997-06-23 21:55:26 +00:00
Dist update from main archive 961126 1996-11-27 06:13:15 +00:00
dl-cache.c Update. 1997-06-23 21:55:26 +00:00
dl-sysdep.c Update. 1997-07-26 02:33:30 +00:00
dup2.c Update. 1997-05-26 23:01:17 +00:00
err_hurd.sub initial import 1995-02-18 01:27:10 +00:00
errnos.awk Update. 1997-07-06 22:02:42 +00:00
euidaccess.c Update. 1997-06-23 21:55:26 +00:00
execve.c Update. 1997-05-26 23:01:17 +00:00
fchdir.c Update. 1997-07-06 22:02:42 +00:00
fchflags.c Update. 1997-05-26 23:01:17 +00:00
fchmod.c Update. 1997-05-26 23:01:17 +00:00
fchown.c Update. 1997-05-26 23:01:17 +00:00
fcntl.c Update. 1997-05-26 23:01:17 +00:00
fdatasync.c Update. 1997-06-23 21:55:26 +00:00
fdopen.c Update. 1997-05-26 23:01:17 +00:00
fexecve.c Update. 1997-06-23 21:55:26 +00:00
flock.c Update. 1997-05-26 23:01:17 +00:00
fork.c Update. 1997-06-23 21:55:26 +00:00
fpathconf.c Update. 1997-06-23 21:55:26 +00:00
fstatfs.c Update. 1997-06-23 21:55:26 +00:00
fsync.c Update. 1997-05-26 23:01:17 +00:00
ftruncate.c Update. 1997-05-26 23:01:17 +00:00
fxstat.c Update. 1997-06-23 21:55:26 +00:00
getcwd.c Update. 1997-06-23 21:55:26 +00:00
getdents.c update from main archive 970121 1997-01-23 04:24:20 +00:00
getdtsz.c Update. 1997-05-26 23:01:17 +00:00
getegid.c Update. 1997-05-26 23:01:17 +00:00
geteuid.c Update. 1997-05-26 23:01:17 +00:00
getgid.c Update. 1997-05-26 23:01:17 +00:00
getgroups.c Update. 1997-05-26 23:01:17 +00:00
gethostid.c Update. 1997-05-26 23:01:17 +00:00
gethostname.c Update. 1997-05-26 23:01:17 +00:00
getitimer.c Update. 1997-05-26 23:01:17 +00:00
getlogin_r.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
getlogin.c Update. 1997-05-26 23:01:17 +00:00
getpeername.c Update. 1997-07-06 22:02:42 +00:00
getpgid.c Update. 1997-05-26 23:01:17 +00:00
getpid.c Update. 1997-05-26 23:01:17 +00:00
getppid.c Update. 1997-05-26 23:01:17 +00:00
getpriority.c Update. 1997-06-23 21:55:26 +00:00
getrlimit.c Update. 1997-06-23 21:55:26 +00:00
getsid.c Update. 1997-06-23 21:55:26 +00:00
getsockname.c Updated. 1997-06-26 22:23:01 +00:00
getsockopt.c Update. 1997-05-26 23:01:17 +00:00
getuid.c Update. 1997-05-26 23:01:17 +00:00
group_member.c Update. 1997-06-23 21:55:26 +00:00
Implies Wed May 22 01:48:54 1996 Ulrich Drepper <drepper@cygnus.com> 1996-05-22 02:11:55 +00:00
ioctl.c Update. 1997-06-21 02:59:26 +00:00
isatty.c Update. 1997-05-26 23:01:17 +00:00
jmp-unwind.c Update. 1997-06-21 02:59:26 +00:00
kill.c Update. 1997-06-23 21:55:26 +00:00
lchown.c Update. 1997-06-23 21:55:26 +00:00
libc_p-ldscript update from main archive 961203 1996-12-04 01:41:39 +00:00
libc-ldscript update from main archive 961203 1996-12-04 01:41:39 +00:00
link.c Update. 1997-05-26 23:01:17 +00:00
listen.c Update. 1997-05-26 23:01:17 +00:00
lseek.c Update. 1997-05-26 23:01:17 +00:00
lxstat.c Update. 1997-06-23 21:55:26 +00:00
Makefile Update. 1997-07-06 22:02:42 +00:00
mig-reply.c Update. 1997-06-23 21:55:26 +00:00
mkdir.c Update. 1997-05-26 23:01:17 +00:00
mmap.c Update. 1997-07-19 21:18:32 +00:00
open.c Updated. 1997-06-26 22:23:01 +00:00
opendir.c Update. 1997-06-23 21:55:26 +00:00
pathconf.c Update. 1997-06-23 21:55:26 +00:00
pipe.c Update. 1997-05-26 23:01:17 +00:00
pipestream.c *** empty log message *** 1996-10-08 18:38:08 +00:00
prof-freq.c update from main archive 960909 1996-09-10 02:00:15 +00:00
profil.c Update. 1997-06-23 21:55:26 +00:00
ptrace.c Update. 1997-06-23 21:55:26 +00:00
read.c Update. 1997-05-26 23:01:17 +00:00
readdir_r.c Update. 1997-06-23 21:55:26 +00:00
readdir.c Update. 1997-06-23 21:55:26 +00:00
readlink.c Update. 1997-05-26 23:01:17 +00:00
reboot.c Update. 1997-05-26 23:01:17 +00:00
recv.c Update. 1997-05-26 23:01:17 +00:00
recvfrom.c Updated. 1997-06-26 22:23:01 +00:00
rename.c Updated. 1997-06-26 22:23:01 +00:00
rewinddir.c Update. 1997-05-26 23:01:17 +00:00
rmdir.c Update. 1997-05-26 23:01:17 +00:00
sbrk.c Update. 1997-05-26 23:01:17 +00:00
seekdir.c Update. 1997-05-26 23:01:17 +00:00
select.c update. 1997-07-11 01:19:07 +00:00
send.c Update. 1997-06-23 21:55:26 +00:00
sendto.c Update. 1997-06-23 21:55:26 +00:00
setegid.c Update. 1997-05-26 23:01:17 +00:00
seteuid.c Update. 1997-05-26 23:01:17 +00:00
setgid.c Update. 1997-05-26 23:01:17 +00:00
setgroups.c Update. 1997-05-26 23:01:17 +00:00
sethostid.c Update. 1997-05-26 23:01:17 +00:00
sethostname.c Update. 1997-05-26 23:01:17 +00:00
setitimer.c Update. 1997-05-21 01:48:59 +00:00
setlogin.c Update. 1997-05-26 23:01:17 +00:00
setpgid.c Update. 1997-05-26 23:01:17 +00:00
setpriority.c Update. 1997-06-23 21:55:26 +00:00
setregid.c Update. 1997-05-26 23:01:17 +00:00
setreuid.c Update. 1997-05-26 23:01:17 +00:00
setrlimit.c Update. 1997-05-26 23:01:17 +00:00
setsid.c Update. 1997-05-26 23:01:17 +00:00
setsockopt.c Update. 1997-05-26 23:01:17 +00:00
settimeofday.c Update. 1997-05-26 23:01:17 +00:00
setuid.c Update. 1997-05-26 23:01:17 +00:00
shutdown.c Update. 1997-05-26 23:01:17 +00:00
sigaction.c Update. 1997-05-26 23:01:17 +00:00
sigaltstack.c Updated. 1997-06-26 22:23:01 +00:00
sigpending.c Update. 1997-05-26 23:01:17 +00:00
sigprocmask.c Update. 1997-05-26 23:01:17 +00:00
sigstack.c Update. 1997-05-26 23:01:17 +00:00
sigsuspend.c Update. 1997-05-26 23:01:17 +00:00
sigwait.c *** empty log message *** 1997-01-17 19:27:54 +00:00
socket.c Update. 1997-05-26 23:01:17 +00:00
socketpair.c Update. 1997-05-26 23:01:17 +00:00
statfs.c Update. 1997-06-23 21:55:26 +00:00
stdio_init.c Update. 1997-05-26 23:01:17 +00:00
Subdirs initial import 1995-02-18 01:27:10 +00:00
symlink.c Update. 1997-05-26 23:01:17 +00:00
sync.c Update. 1997-05-26 23:01:17 +00:00
sysd-stdio.c Updated. 1997-06-26 22:23:01 +00:00
telldir.c Update. 1997-05-26 23:01:17 +00:00
truncate.c Update. 1997-05-26 23:01:17 +00:00
ttyname_r.c update from main arcive 961210 1996-12-11 01:40:39 +00:00
ttyname.c Update. 1997-06-23 21:55:26 +00:00
umask.c Update. 1997-05-26 23:01:17 +00:00
uname.c Update. 1997-06-23 21:55:26 +00:00
unlink.c Update. 1997-05-26 23:01:17 +00:00
utimes.c Update. 1997-05-26 23:01:17 +00:00
vdprintf.c update from main archive 970124 1997-01-25 02:36:37 +00:00
wait4.c Update. 1997-05-26 23:01:17 +00:00
write.c Update. 1997-05-26 23:01:17 +00:00
xmknod.c update from main arcive 961210 1996-12-11 01:40:39 +00:00
xstat.c Update. 1997-06-23 21:55:26 +00:00