Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
	* elf/tst-dlopenrpath.c (do_test): Enable code which was disabled
	for debugging.
  • Loading branch information
Ulrich Drepper committed Oct 11, 2004
1 parent 173a06e commit 7234946
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 0 additions & 2 deletions elf/tst-dlopenrpath.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,8 @@ do_test (void)
result = foo ();

out:
#if 0
unlink (PFX "test-subdir/in-subdir.so");
rmdir (testsubdir);
#endif

return result;
}
Expand Down

0 comments on commit 7234946

Please sign in to comment.