Wed Nov 15 19:22:07 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
authorRoland McGrath <roland@gnu.org>
Thu, 16 Nov 1995 00:44:18 +0000 (00:44 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 16 Nov 1995 00:44:18 +0000 (00:44 +0000)
commitec967c06ac7474fa58266ea309d6488ee3c53851
treedcea408ef904d340938ac85866816b4c024319d8
parent2ede96c9362f1950ef309f4fb9662aea60fe9777
Wed Nov 15 19:22:07 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>

* sysdeps/mach/hurd/dl-sysdep.c: Include _itoa.h from stdio-common
instead of stdio.
(_dl_sysdep_start): If passed user entry is zero and
EXEC_STACK_ARGS flag set, reset user entry to &_start.

* elf/rtld.c (dl_main): Only call _dl_setup_hash if there is a
DT_HASH element.

* libc-symbols.h [HAVE_ELF] (symbol_set_declare): Gratuitously
repeat weak decl using weak_symbol macro, in case using broken GCC
(<2.8).

Wed Nov 15 18:49:55 1995  Ulrich Drepper  <drepper@ipd.info.uni-karlsruhe.de>

* sysdeps/i386/isnanl.c: New file.
* sysdeps/i386/isinfl.c: New file.
ChangeLog
elf/rtld.c
libc-symbols.h
sysdeps/i386/isinfl.c [new file with mode: 0644]
sysdeps/i386/isnanl.c [new file with mode: 0644]
sysdeps/mach/hurd/dl-sysdep.c