* win32-tdep.h, win32-tdep.c: New files.

* i386-cygwin-tdep.h: Delete.
        * i386-cygwin-tdep.c: Include win32-tdep.h instead of
        i386-cygwin-tdep.h.
        (win32_xfer_shared_library): Delete.  Moved to win32-tdep.c.
        * win32-nat.c: Likewise.
        * configure.tgt: Add win32-tdep.o to the list of target object
        files for i386-cygwin and i386-mingw targets.
This commit is contained in:
Joel Brobecker
2009-01-11 13:10:44 +00:00
parent 7e63b4e466
commit bfb87e33ab
9 changed files with 129 additions and 29 deletions

View File

@@ -60,7 +60,7 @@
#include "i386-tdep.h"
#include "i387-tdep.h"
#include "i386-cygwin-tdep.h"
#include "win32-tdep.h"
#include "win32-nat.h"
static struct target_ops win32_ops;