Share Windows thread-suspend and -resume code
[deliverable/binutils-gdb.git] / gdbserver / configure.srv
index ecdd63a310afa032dbfc56a570871567e4f51a42..7acf229fbefaf0fc779127d41806bb806a51c872 100644 (file)
@@ -74,7 +74,7 @@ case "${gdbserver_host}" in
                        srv_linux_thread_db=yes
                        ;;
   arm*-*-mingw32ce*)   srv_regobj=reg-arm.o
-                       srv_tgtobj="win32-low.o win32-arm-low.o"
+                       srv_tgtobj="win32-low.o windows-nat.o win32-arm-low.o"
                        srv_tgtobj="${srv_tgtobj} wincecompat.o"
                        # hostio_last_error implementation is in win32-low.c
                        srv_hostio_err_objs=""
@@ -99,6 +99,7 @@ case "${gdbserver_host}" in
   i[34567]86-*-cygwin*)        srv_regobj=""
                        srv_tgtobj="x86-low.o nat/x86-dregs.o win32-low.o"
                        srv_tgtobj="${srv_tgtobj} win32-i386-low.o"
+                       srv_tgtobj="${srv_tgtobj} nat/windows-nat.o"
                        srv_tgtobj="${srv_tgtobj} arch/i386.o"
                        ;;
   i[34567]86-*-linux*) srv_tgtobj="${srv_tgtobj} arch/i386.o"
@@ -126,6 +127,7 @@ case "${gdbserver_host}" in
                        srv_regobj=""
                        srv_tgtobj="x86-low.o nat/x86-dregs.o win32-low.o"
                        srv_tgtobj="${srv_tgtobj} win32-i386-low.o"
+                       srv_tgtobj="${srv_tgtobj} nat/windows-nat.o"
                        srv_tgtobj="${srv_tgtobj} arch/i386.o"
                        srv_tgtobj="${srv_tgtobj} wincecompat.o"
                        # hostio_last_error implementation is in win32-low.c
@@ -136,6 +138,7 @@ case "${gdbserver_host}" in
   i[34567]86-*-mingw*) srv_regobj=""
                        srv_tgtobj="x86-low.o nat/x86-dregs.o win32-low.o"
                        srv_tgtobj="${srv_tgtobj} win32-i386-low.o"
+                       srv_tgtobj="${srv_tgtobj} nat/windows-nat.o"
                        srv_tgtobj="${srv_tgtobj} arch/i386.o"
                        srv_mingw=yes
                        ;;
@@ -393,12 +396,14 @@ case "${gdbserver_host}" in
   x86_64-*-mingw*)     srv_regobj=""
                        srv_tgtobj="x86-low.o nat/x86-dregs.o i387-fp.o"
                        srv_tgtobj="${srv_tgtobj} win32-low.o win32-i386-low.o"
+                       srv_tgtobj="${srv_tgtobj} nat/windows-nat.o"
                        srv_tgtobj="${srv_tgtobj} arch/amd64.o"
                        srv_mingw=yes
                        ;;
   x86_64-*-cygwin*)    srv_regobj=""
                        srv_tgtobj="x86-low.o nat/x86-dregs.o i387-fp.o"
                        srv_tgtobj="${srv_tgtobj} win32-low.o win32-i386-low.o"
+                       srv_tgtobj="${srv_tgtobj} nat/windows-nat.o"
                        srv_tgtobj="${srv_tgtobj} arch/amd64.o"
                        ;;
 
This page took 0.024717 seconds and 4 git commands to generate.