mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Update.
* elf/tst-dlopenrpath.c (do_test): Enable code which was disabled for debugging.
This commit is contained in:
parent
173a06ecd8
commit
7234946661
@ -1,5 +1,8 @@
|
||||
2004-10-11 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* 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.
|
||||
|
@ -62,10 +62,8 @@ do_test (void)
|
||||
result = foo ();
|
||||
|
||||
out:
|
||||
#if 0
|
||||
unlink (PFX "test-subdir/in-subdir.so");
|
||||
rmdir (testsubdir);
|
||||
#endif
|
||||
|
||||
return result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user