about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-03-06 08:30:22 +0000
committerUlrich Drepper <drepper@redhat.com>1998-03-06 08:30:22 +0000
commit7c57c32dc1039538412e7c7b4207993a2e580b4a (patch)
tree37bfdbdbe95b9937b6ef511929e297429c1f5197
parent9f2990dbbf39786d7396caf65006093fc4f52b2e (diff)
downloadglibc-7c57c32dc1039538412e7c7b4207993a2e580b4a.tar.gz
glibc-7c57c32dc1039538412e7c7b4207993a2e580b4a.tar.xz
glibc-7c57c32dc1039538412e7c7b4207993a2e580b4a.zip
Update.
1998-03-05  Ulrich Drepper  <drepper@cygnus.com>

	* posix/Makefile (tests): Add wordexp-test.
	* posix/wordexp-test.c: New file.  Testsuite for wrodexp.
	Patches by Tim Waugh <tim@cyberelk.demon.co.uk>.

1998-03-05 16:04  Ulrich Drepper  <drepper@cygnus.com>

	* elf/Makefile ($(objpfx)rtldtbl.h): Add genrtldtbl.awk to the
	dependencies.

	* elf/link.h (struct r_search_path_elem): Add two new field for
	lib path debugging.
	* elf/rtld.c: Recognize LD_DEBUG environment variable and set
	variable accordingly.
	* elf/dl-load.c: If _dl_debug_libs is nonzero print what library
	is considered next along with information about load paths.
	* sysdeps/generic/dl-cache.c: Likewise.
	* elf/dl-support.c: Define _dl_debug_libs.
	* elf/genrtldtbl.awk: Add initializers for two new field in
	struct r_search_path_elem.

1998-03-06 10:40  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
-rw-r--r--ChangeLog24
1 files changed, 23 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 548a1c6cfe..b4b56a3229 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,26 @@
-Fri Mar  6 10:40:30 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
+
+	* posix/Makefile (tests): Add wordexp-test.
+	* posix/wordexp-test.c: New file.  Testsuite for wrodexp.
+	Patches by Tim Waugh <tim@cyberelk.demon.co.uk>.
+
+1998-03-05 16:04  Ulrich Drepper  <drepper@cygnus.com>
+
+	* elf/Makefile ($(objpfx)rtldtbl.h): Add genrtldtbl.awk to the
+	dependencies.
+
+	* elf/link.h (struct r_search_path_elem): Add two new field for
+	lib path debugging.
+	* elf/rtld.c: Recognize LD_DEBUG environment variable and set
+	variable accordingly.
+	* elf/dl-load.c: If _dl_debug_libs is nonzero print what library
+	is considered next along with information about load paths.
+	* sysdeps/generic/dl-cache.c: Likewise.
+	* elf/dl-support.c: Define _dl_debug_libs.
+	* elf/genrtldtbl.awk: Add initializers for two new field in
+	struct r_search_path_elem.
+
+1998-03-06 10:40  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
 
 	* sysdeps/m68k/add_n.S: Use ENTRY and END macros.
 	* sysdeps/m68k/lshift.S: Likewise.