diff options
author | Roland McGrath <roland@gnu.org> | 1995-11-16 02:37:06 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-11-16 02:37:06 +0000 |
commit | 8738e7f8b0c6d6254a31450dc528bddc8bdae0f7 (patch) | |
tree | 5e7e75d0e75996d699cfdeb09575a4fcb6e57c59 /ChangeLog | |
parent | ec967c06ac7474fa58266ea309d6488ee3c53851 (diff) | |
download | glibc-8738e7f8b0c6d6254a31450dc528bddc8bdae0f7.tar.gz glibc-8738e7f8b0c6d6254a31450dc528bddc8bdae0f7.tar.xz glibc-8738e7f8b0c6d6254a31450dc528bddc8bdae0f7.zip |
* elf/dl-lookup.c (_dl_lookup_symbol): Undefined symbol is no cvs/libc-951116
error if weak. * elf/Makefile (default-rpath): New variable. (CPPFLAGS): Append -DDEFAULT_RPATH=.... * elf/dl-load.c (_dl_map_object): Use DEFAULT_RPATH instead of hard-coded "/lib:/usr/lib".
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1261c47a7c..656afec833 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ Wed Nov 15 19:22:07 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + * elf/dl-lookup.c (_dl_lookup_symbol): Undefined symbol is no + error if weak. + + * elf/Makefile (default-rpath): New variable. + (CPPFLAGS): Append -DDEFAULT_RPATH=.... + * elf/dl-load.c (_dl_map_object): Use DEFAULT_RPATH instead of + hard-coded "/lib:/usr/lib". + * sysdeps/mach/hurd/dl-sysdep.c: Include _itoa.h from stdio-common instead of stdio. (_dl_sysdep_start): If passed user entry is zero and |