* elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0cvs/fedora-glibc-20061109T1949
commit2692deea65f13becedc2ce283fbc97a3c139f165
authorUlrich Drepper <drepper@redhat.com>
Thu, 9 Nov 2006 16:12:22 +0000 (9 16:12 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 9 Nov 2006 16:12:22 +0000 (9 16:12 +0000)
tree121c160e88030e5cc5769233d73d9f577dce2996
parenta9a6bf36c159dc0eda7fc9a9985fb737da4be07a
* elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0

rather than r->r_brk.

2006-11-08  Jakub Jelinek  <jakub@redhat.com>

* elf/dl-load.c (decompose_rpath): Return bool rather than void.
If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
return false, otherwise return true.
(cache_rpath): Return decompose_rpath return value.

2006-11-07  Jakub Jelinek  <jakub@redhat.com>

* include/libc-symbols.h (declare_symbol): Rename to...
(declare_symbol_alias): ... this.  Add ORIGINAL argument, imply
strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
.size directive.
* sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
changes.
* sysdeps/gnu/siglist.c: Likewise.
ChangeLog
elf/dl-debug.c
elf/dl-load.c
include/libc-symbols.h
sysdeps/gnu/errlist-compat.awk
sysdeps/gnu/siglist.c
sysdeps/powerpc/fpu/math_private.h