mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-18 02:50:09 +00:00
710f7bab59
* elf/dl-lookup.c (_dl_lookup_symbol): Take new arg RELOC_ADDR and don't allow a defn resolving to that address. * elf/link.h: Update prototype and comment. * elf/dl-runtime.c (fixup): Define local `resolve' function and pass it to elf_machine_relplt. * elf/dl-reloc.c (_dl_relocate_object: resolve): Take new arg RELOC_ADDR and pass it through to _dl_lookup_symbol. * elf/do-rel.h (elf_dynamic_do_rel): Pass RESOLVE to elf_machine_rel instead of calling it ourselves and passing its results. (elf_dynamic_do_rel): RESOLVE fn takes new arg RELOC_ADDR. * elf/rtld.c (dl_main): Pass 0 for RELOC_ADDR to _dl_lookup_symbol. * sysdeps/i386/dl-machine.h (elf_machine_rel): Remove SYM_LOADADDR arg. Add RESOLVE function ptr arg. Call *RESOLVE as necessary. * sysdeps/m68k/dl-machine.h (elf_machine_rela): Likewise. * sysdeps/stub/dl-machine.h: Likewise. * csu/initfini.c (_fini): Add extern decl for i_am_not_a_leaf. * elf/dlfcn.h (dl_open_mode): Enumerated type removed. (RTLD_LAZY, RTLD_NOW): Define these as macros instead. (RTLD_GLOBAL): New macro. (dlopen): Take arg of type int instead of dl_open_mode. * elf/dlopen.c: Likewise. * math/math.h (_Mldbl): New macro, either produces L suffix or not. (M_*): Use it for these constants. |
||
---|---|---|
.. | ||
elf | ||
fpu | ||
i486 | ||
i586 | ||
__longjmp.S | ||
abort.c | ||
add_n.S | ||
addmul_1.S | ||
asm-syntax.h | ||
bsd-_setjmp.S | ||
bsd-setjmp.S | ||
bytesex.h | ||
bzero.c | ||
dl-machine.h | ||
ffs.c | ||
gmp-mparam.h | ||
Implies | ||
init-first.c | ||
jmp_buf.h | ||
ldbl2mpn.c | ||
lshift.S | ||
Makefile | ||
memchr.S | ||
memcmp.S | ||
memcopy.h | ||
memset.c | ||
mul_1.S | ||
rshift.S | ||
setjmp.S | ||
stpcpy.S | ||
stpncpy.S | ||
strchr.S | ||
strcspn.S | ||
strlen.c | ||
strpbrk.S | ||
strrchr.S | ||
strspn.S | ||
strtok_r.S | ||
strtok.S | ||
sub_n.S | ||
submul_1.S |