* configure.srv (x86_64-*-mingw*): New configuration for Windows
authorPierre Muller <muller@sourceware.org>
Tue, 20 Apr 2010 00:19:35 +0000 (00:19 +0000)
committerPierre Muller <muller@sourceware.org>
Tue, 20 Apr 2010 00:19:35 +0000 (00:19 +0000)
64-bit executables.

gdb/gdbserver/ChangeLog
gdb/gdbserver/configure.srv

index be325b5f81475ef31d48422bcee3cbbbff35c631..2d6b844a48d5d07fa1b18c601cb0a9faf2c0fc77 100644 (file)
@@ -1,3 +1,8 @@
+2010-04-19  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * configure.srv (x86_64-*-mingw*): New configuration for Windows
+       64-bit executables.
+
 2010-04-19  Pierre Muller  <muller@ics.u-strasbg.fr>
 
        * win32-i386-low.c: Add 64-bit support.
index c5323909bed338b95fd16113203db8e36a3cef53..4aca0b9017cfea431b06aa6d310408dbb3202363 100644 (file)
@@ -231,6 +231,12 @@ case "${target}" in
                        srv_linux_regsets=yes
                        srv_linux_thread_db=yes
                        ;;
+  x86_64-*-mingw*)     srv_regobj="$srv_amd64_regobj"
+                       srv_tgtobj="i386-low.o i387-fp.o win32-low.o win32-i386-low.o"
+                       srv_xmlfiles="$srv_i386_xmlfiles $srv_amd64_xmlfiles"
+                       srv_mingw=yes
+                       ;;
+
   xscale*-*-linux*)    srv_regobj=reg-arm.o
                        srv_tgtobj="linux-low.o linux-arm-low.o"
                        srv_linux_usrregs=yes
This page took 0.031461 seconds and 4 git commands to generate.