diff options
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/configure.tgt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 22456f2..3e0547f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr> + * configure.tgt (x86_64-*-mingw*): Set BUILD_GDBSERVER to yes. + +2010-04-19 Pierre Muller <muller@ics.u-strasbg.fr> + * windows-tdep.c (windows_get_tlb_type): Change current_seh.handle type to void function. diff --git a/gdb/configure.tgt b/gdb/configure.tgt index ee01608..ce063ef 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -590,6 +590,7 @@ x86_64-*-mingw*) gdb_target_obs="amd64-tdep.o amd64-windows-tdep.o \ i386-tdep.o i386-cygwin-tdep.o i387-tdep.o \ solib-target.o windows-tdep.o" + build_gdbserver=yes ;; x86_64-*-netbsd* | x86_64-*-knetbsd*-gnu) # Target: NetBSD/amd64 |