* win32-i386-low.c: Rename to ...
authorPedro Alves <palves@redhat.com>
Wed, 28 Mar 2007 22:00:15 +0000 (22:00 +0000)
committerPedro Alves <palves@redhat.com>
Wed, 28 Mar 2007 22:00:15 +0000 (22:00 +0000)
* win32-low.c: ... this.
* configure.srv: Replace win32-i386-low.o with win32-low.o.
* Makefile.in: Likewise.

gdb/gdbserver/ChangeLog
gdb/gdbserver/Makefile.in
gdb/gdbserver/configure.srv
gdb/gdbserver/win32-low.c [moved from gdb/gdbserver/win32-i386-low.c with 100% similarity]

index eed968d..3910a63 100644 (file)
@@ -1,3 +1,10 @@
+2007-03-28  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+       * win32-i386-low.c: Rename to ...
+       * win32-low.c: ... this.
+       * configure.srv: Replace win32-i386-low.o with win32-low.o.
+       * Makefile.in: Likewise.
+
 2007-03-27  Pedro Alves  <pedro_alves@portugalmail.pt>
 
        * remote-utils.c (monitor_output): Constify msg parameter.
index 5b2a3ed..4292c44 100644 (file)
@@ -311,7 +311,7 @@ linux-sh-low.o: linux-sh-low.c $(linux_low_h) $(server_h)
 linux-x86-64-low.o: linux-x86-64-low.c $(linux_low_h) $(server_h) \
        $(gdb_proc_service_h)
 
-win32-i386-low.o: win32-i386-low.c $(server_h) $(regdef_h) $(regcache_h)
+win32-low.o: win32-low.c $(server_h) $(regdef_h) $(regcache_h)
 
 spu-low.o: spu-low.c $(server_h)
 
index 2cfb7fc..cc5f864 100644 (file)
@@ -44,7 +44,7 @@ case "${target}" in
                        srv_linux_thread_db=yes
                        ;;
   i[34567]86-*-cygwin*)        srv_regobj=reg-i386.o
-                       srv_tgtobj="win32-i386-low.o"
+                       srv_tgtobj="win32-low.o"
                        ;;
   i[34567]86-*-linux*) srv_regobj=reg-i386-linux.o
                        srv_tgtobj="linux-low.o linux-i386-low.o i387-fp.o"
@@ -53,7 +53,7 @@ case "${target}" in
                        srv_linux_thread_db=yes
                        ;;
   i[34567]86-*-mingw*) srv_regobj=reg-i386.o
-                       srv_tgtobj="win32-i386-low.o"
+                       srv_tgtobj="win32-low.o"
                        srv_mingw=yes
                        ;;
   ia64-*-linux*)       srv_regobj=reg-ia64.o