From: Ulrich Drepper Date: Mon, 11 Oct 2004 10:16:31 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/fedora-glibc-20041012T1128~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72349466619ac3c5e7a222c391c274b781df3afe;p=thirdparty%2Fglibc.git Update. * elf/tst-dlopenrpath.c (do_test): Enable code which was disabled for debugging. --- diff --git a/ChangeLog b/ChangeLog index c8e1c70301b..aeedc39ebac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-10-11 Ulrich Drepper + * elf/tst-dlopenrpath.c (do_test): Enable code which was disabled + for debugging. + * elf/dl-sym.c (do_sym): Avoid using global variable. * elf/dl-addr.c (_dl_addr): Really use match everywhere. diff --git a/elf/tst-dlopenrpath.c b/elf/tst-dlopenrpath.c index 964f103b8c3..bd4d888f34f 100644 --- a/elf/tst-dlopenrpath.c +++ b/elf/tst-dlopenrpath.c @@ -62,10 +62,8 @@ do_test (void) result = foo (); out: -#if 0 unlink (PFX "test-subdir/in-subdir.so"); rmdir (testsubdir); -#endif return result; }