mirror of git://sourceware.org/git/glibc.git
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>
|
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-sym.c (do_sym): Avoid using global variable.
|
||||||
|
|
||||||
* elf/dl-addr.c (_dl_addr): Really use match everywhere.
|
* elf/dl-addr.c (_dl_addr): Really use match everywhere.
|
||||||
|
|
|
||||||
|
|
@ -62,10 +62,8 @@ do_test (void)
|
||||||
result = foo ();
|
result = foo ();
|
||||||
|
|
||||||
out:
|
out:
|
||||||
#if 0
|
|
||||||
unlink (PFX "test-subdir/in-subdir.so");
|
unlink (PFX "test-subdir/in-subdir.so");
|
||||||
rmdir (testsubdir);
|
rmdir (testsubdir);
|
||||||
#endif
|
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue