Wed Mar 27 14:52:11 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
commit53f770e0f9d405ea8d1888254c6f7ce431b04c6e
authorRoland McGrath <roland@gnu.org>
Wed, 27 Mar 1996 23:23:59 +0000 (27 23:23 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 27 Mar 1996 23:23:59 +0000 (27 23:23 +0000)
tree5f70c2032007667e315d94e29320f2c8d650f448
parent3ef987a23c3d81079cfccdc217997a13fd9c1cd1
Wed Mar 27 14:52:11 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>

* elf/rtld.c (dl_main): Call _dl_sysdep_start_cleanup after
_dl_relocate_object loop.  Avoid relocating RTLD_MAP in that loop, and
do it individually if necessary after _dl_sysdep_start_cleanup call.

* stdlib/Makefile (mpn-routines): Add divrem.

Tue Mar 26 22:54:14  Ulrich Drepper  <drepper@gnu.ai.mit.edu>

* stdio-common/printf_fp.c (__printf_fp): Use mpn_divmod
instead of __mpn_divmod.

Wed Mar 27 10:26:21 1996  David Mosberger-Tang  <davidm@azstarnet.com>

* sysdeps/alpha/setjmp.S: Must establish global pointer before
  address of __sigsetjmp_aux can be loaded.

Wed Mar 27 02:23:19 1996 Ulrich Drepper <drepper@gnu.ai.mit.edu>

* sysdeps/i386/i586/memset.S: New file.  Highly optimized
version for i586 contributed by Torbjorn Granlund.
Adapted for use as bzero.
* sysdeps/i386/i586/bzero.S: Use sysdeps/i386/i586/memset.S
code to implement bzero().

Tue Mar 26 20:01:17 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>

* stdlib/Makefile (mpn-routines): Remove divmod.
ChangeLog
elf/rtld.c
stdio-common/printf_fp.c
stdlib/Makefile
sysdeps/alpha/setjmp.S
sysdeps/i386/i586/bzero.S [new file with mode: 0644]
sysdeps/i386/i586/memset.S [new file with mode: 0644]