diff options
author | Joel Brobecker <brobecker@gnat.com> | 2009-01-11 13:10:44 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2009-01-11 13:10:44 +0000 |
commit | bfb87e33ab2006cc3ab23d18fd921425223337c5 (patch) | |
tree | 8b706330a399ceef799e85d580997c832ec33937 /gdb/configure.tgt | |
parent | 7e63b4e466c57fbcaaf1caa1ca7be1a8ed129934 (diff) | |
download | gdb-bfb87e33ab2006cc3ab23d18fd921425223337c5.zip gdb-bfb87e33ab2006cc3ab23d18fd921425223337c5.tar.gz gdb-bfb87e33ab2006cc3ab23d18fd921425223337c5.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index b9cd21b..f2b8ffb 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -201,13 +201,13 @@ i[34567]86-*-gnu*) i[34567]86-*-cygwin*) # Target: Intel 386 running win32 gdb_target_obs="i386-tdep.o i386-cygwin-tdep.o i387-tdep.o \ - solib-target.o corelow.o" + solib-target.o corelow.o win32-tdep.o" build_gdbserver=yes ;; i[34567]86-*-mingw32*) # Target: Intel 386 running win32 gdb_target_obs="i386-tdep.o i386-cygwin-tdep.o i387-tdep.o \ - solib-target.o corelow.o" + solib-target.o corelow.o win32-tdep.o" build_gdbserver=yes ;; i[34567]86-*-*) |