* win32-i386-low.c: Rename to ...

* win32-low.c: ... this.
	* configure.srv: Replace win32-i386-low.o with win32-low.o.
	* Makefile.in: Likewise.
This commit is contained in:
Pedro Alves 2007-03-28 22:00:15 +00:00
parent 74174d2e39
commit 544afa546f
4 changed files with 10 additions and 3 deletions

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

View 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)

View 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