From d8a68f645a6d6af0a96f38c8e19d5e6c5a85c6f7 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 3 Jun 2005 01:07:40 +0000 Subject: [PATCH] * dlfcn.cc (get_full_path_of_dll): Use a relative path when converting so that the standard Windows rules for finding a library will be used if no path is given. Stop explicitly searching /usr/bin since that is now in effect. --- winsup/cygwin/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 8ab500d0d..fc409bb92 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,10 @@ +2005-06-02 Christopher Faylor + + * dlfcn.cc (get_full_path_of_dll): Use a relative path when converting + so that the standard Windows rules for finding a library will be used + if no path is given. Stop explicitly searching /usr/bin since that is + now in effect. + 2005-06-01 Christopher Faylor Revert 2005-05-30 close_all_files changes.