From: Ulrich Drepper Date: Fri, 6 Mar 1998 08:30:22 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/libc-ud-980319~63 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=7c57c32dc1039538412e7c7b4207993a2e580b4a;p=glibc.git Update. 1998-03-05 Ulrich Drepper * posix/Makefile (tests): Add wordexp-test. * posix/wordexp-test.c: New file. Testsuite for wrodexp. Patches by Tim Waugh . 1998-03-05 16:04 Ulrich Drepper * 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 --- 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 +1998-03-05 Ulrich Drepper + + * posix/Makefile (tests): Add wordexp-test. + * posix/wordexp-test.c: New file. Testsuite for wrodexp. + Patches by Tim Waugh . + +1998-03-05 16:04 Ulrich Drepper + + * 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 * sysdeps/m68k/add_n.S: Use ENTRY and END macros. * sysdeps/m68k/lshift.S: Likewise.