* win32-nat.c (win32_make_so): Use cygwin-style path to avoid warnings when
using MS-DOS paths.
This commit is contained in:
parent
d391083d3c
commit
610dd7f9a6
@ -1,3 +1,8 @@
|
||||
2008-01-06 Christopher Faylor <me+cygwin@cgf.cx>
|
||||
|
||||
* win32-nat.c (win32_make_so): Use cygwin-style path to avoid warnings
|
||||
when using MS-DOS paths.
|
||||
|
||||
2008-01-05 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* NEWS: Mention --pid and --core command line behaviour changes.
|
||||
|
@ -656,7 +656,7 @@ win32_make_so (const char *name, DWORD load_addr)
|
||||
asection *text = NULL;
|
||||
CORE_ADDR text_vma;
|
||||
|
||||
abfd = bfd_openr (name, "pei-i386");
|
||||
abfd = bfd_openr (so->so_name, "pei-i386");
|
||||
|
||||
if (!abfd)
|
||||
return so;
|
||||
|
@ -656,7 +656,7 @@ win32_make_so (const char *name, DWORD load_addr)
|
||||
asection *text = NULL;
|
||||
CORE_ADDR text_vma;
|
||||
|
||||
abfd = bfd_openr (name, "pei-i386");
|
||||
abfd = bfd_openr (so->so_name, "pei-i386");
|
||||
|
||||
if (!abfd)
|
||||
return so;
|
||||
|
Loading…
Reference in New Issue
Block a user