* elf/dl-deps.c (_dl_map_object_deps): Start TAILP at last preload.
commitc928de790200bc7a81224377d35a91a6103387de
authorRoland McGrath <roland@gnu.org>
Sun, 14 Jul 1996 10:04:21 +0000 (14 10:04 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 14 Jul 1996 10:04:21 +0000 (14 10:04 +0000)
tree470cac87d54b6d7fe1d25f3a4b0864779de900fe
parent2064087b5f1a0a3a189fcd6a3012376f5545be31
* elf/dl-deps.c (_dl_map_object_deps): Start TAILP at last preload.

* elf/dl-open.c (_dl_open): Force an indirect call for
_dl_relocate_object so there is no chance a PLT fixup will be done
and clobber _dl_global_scope before our call happens.

* sysdeps/i386/fpu/__math.h (tan): Correct output constraint from =u
to =t; must operate on top of fp reg stack, not second from top.
Correct input constraint to 0 from t; must be explicit when input and
output are the same register.
(floor): Use __volatile instead of volatile.
(ceil): Likewise.

* manual/Makefile ($(objpfx)stamp%-$(subdir)): Separate rule from
other targets.
ChangeLog
elf/dl-deps.c
elf/dl-open.c
manual/Makefile
sysdeps/i386/fpu/__math.h