diff options
author | Pedro Alves <palves@redhat.com> | 2007-03-28 22:00:15 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2007-03-28 22:00:15 +0000 |
commit | 544afa546f1b9674088b7b309f85c5309fccf6a6 (patch) | |
tree | febe879bebf4916833ad2efa85535ac38a8d7769 /gdb/gdbserver/configure.srv | |
parent | 74174d2e39eb80df2d5c665c5453394ab927db8c (diff) | |
download | gdb-544afa546f1b9674088b7b309f85c5309fccf6a6.zip gdb-544afa546f1b9674088b7b309f85c5309fccf6a6.tar.gz gdb-544afa546f1b9674088b7b309f85c5309fccf6a6.tar.bz2 |
* win32-i386-low.c: Rename to ...
* win32-low.c: ... this.
* configure.srv: Replace win32-i386-low.o with win32-low.o.
* Makefile.in: Likewise.
Diffstat (limited to 'gdb/gdbserver/configure.srv')
-rw-r--r-- | gdb/gdbserver/configure.srv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/gdbserver/configure.srv b/gdb/gdbserver/configure.srv index 2cfb7fc..cc5f864 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 |