Browse Source

* configure.srv (x86_64-*-mingw*): New configuration for Windows

64-bit executables.
gdb_7_2-branch
Pierre Muller 17 years ago
parent
commit
e0a61e099d
  1. 5
      gdb/gdbserver/ChangeLog
  2. 6
      gdb/gdbserver/configure.srv

5
gdb/gdbserver/ChangeLog

@ -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.

6
gdb/gdbserver/configure.srv

@ -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

Loading…
Cancel
Save