* configure.srv (i[34567]86-*-mingw32ce*): Add i386-low.o to
authorPedro Alves <palves@redhat.com>
Sun, 5 Jul 2009 19:30:09 +0000 (19:30 +0000)
committerPedro Alves <palves@redhat.com>
Sun, 5 Jul 2009 19:30:09 +0000 (19:30 +0000)
srv_tgtobj.

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

index 4c3a3a1..6ad4356 100644 (file)
@@ -1,4 +1,9 @@
 2009-07-04  Danny Backx  <dannybackx@users.sourceforge.net>
+
+       * configure.srv (i[34567]86-*-mingw32ce*): Add i386-low.o to
+       srv_tgtobj.
+
+2009-07-04  Danny Backx  <dannybackx@users.sourceforge.net>
            Pedro Alves  <pedro@codesourcery.com>
 
        * win32-i386-low.c (i386_get_thread_context): Handle systems that
index a3ffcb4..0fc0d85 100644 (file)
@@ -63,7 +63,7 @@ case "${target}" in
                        ;;
   i[34567]86-*-mingw32ce*)
                        srv_regobj=reg-i386.o
-                       srv_tgtobj="win32-low.o win32-i386-low.o"
+                       srv_tgtobj="i386-low.o win32-low.o win32-i386-low.o"
                        srv_tgtobj="${srv_tgtobj} wincecompat.o"
                        # hostio_last_error implementation is in win32-low.c
                        srv_hostio_err_objs=""