* elf/dl-reloc.c: Include "dynamic-link.h" at file scope.
authorRoland McGrath <roland@gnu.org>
Sun, 14 Jul 1996 11:39:25 +0000 (11:39 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 14 Jul 1996 11:39:25 +0000 (11:39 +0000)
commitf51d1dfd35f793488ee32c8226cb8955ed75acbe
tree0a157b3355be9569bd6217a20218e2fedd6f42d7
parentc928de790200bc7a81224377d35a91a6103387de
* elf/dl-reloc.c: Include "dynamic-link.h" at file scope.

* elf/rtld.c: Include <string.h>.

* elf/dynamic-link.h (ELF_DYNAMIC_DO_REL, ELF_DYNAMIC_DO_RELA,
ELF_DYNAMIC_RELOCATE): No longer take RESOLVE argument.
Conditionalize defns on [RESOLVE].
* elf/do-rel.h (elf_dynamic_do_rel): Likewise.
* sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
Instead use RESOLVE macro with same args.
(elf_machine_rel): Conditionalize defn on [RESOLVE].
* elf/dl-reloc.c (RESOLVE): New macro, define before including
"dynamic-link.h".  It replaces `resolve' local function.
* elf/dl-runtime.c: Likewise.
* elf/rtld.c: Likewise.
ChangeLog
elf/dl-reloc.c
elf/dl-runtime.c
elf/do-rel.h
elf/dynamic-link.h
elf/rtld.c
sysdeps/i386/dl-machine.h