be able to read them in certain situations.
+2001-10-20 Christopher Faylor <cgf@redhat.com>
+
+ * win32-nat.c (handle_load_dll): Avoid strlwr'ing loaded DLLs or cygwin
+ may not be able to read them in certain situations.
+
2001-10-18 Andrew Cagney <ac131313@redhat.com>
* config/powerpc/nbsd.mt (SIM_OBS, SIM): Define.
found_nul = 0;
old_chain = make_cleanup (null_cleanup, 0);
+ bufptr = NULL;
if (len > 0)
{
buffer = (char *) xmalloc (len * width);
if (!dll_name)
return 1;
- (void) strlwr (dll_name);
-
while ((p = strchr (dll_name, '\\')))
*p = '/';
if (!dll_name)
return 1;
- (void) strlwr (dll_name);
-
while ((p = strchr (dll_name, '\\')))
*p = '/';