From 544afa546f1b9674088b7b309f85c5309fccf6a6 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Wed, 28 Mar 2007 22:00:15 +0000 Subject: [PATCH] * win32-i386-low.c: Rename to ... * win32-low.c: ... this. * configure.srv: Replace win32-i386-low.o with win32-low.o. * Makefile.in: Likewise. --- gdb/gdbserver/ChangeLog | 7 +++++++ gdb/gdbserver/Makefile.in | 2 +- gdb/gdbserver/configure.srv | 4 ++-- gdb/gdbserver/{win32-i386-low.c => win32-low.c} | 0 4 files changed, 10 insertions(+), 3 deletions(-) rename gdb/gdbserver/{win32-i386-low.c => win32-low.c} (100%) diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index eed968d7627..3910a638773 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,10 @@ +2007-03-28 Pedro Alves + + * 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 * remote-utils.c (monitor_output): Constify msg parameter. diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in index 5b2a3ed0e2e..4292c4492a0 100644 --- a/gdb/gdbserver/Makefile.in +++ b/gdb/gdbserver/Makefile.in @@ -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) diff --git a/gdb/gdbserver/configure.srv b/gdb/gdbserver/configure.srv index 2cfb7fcb83e..cc5f86456d0 100644 --- a/gdb/gdbserver/configure.srv +++ b/gdb/gdbserver/configure.srv @@ -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 diff --git a/gdb/gdbserver/win32-i386-low.c b/gdb/gdbserver/win32-low.c similarity index 100% rename from gdb/gdbserver/win32-i386-low.c rename to gdb/gdbserver/win32-low.c -- 2.30.2