aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/configure.srv
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2002-02-27 06:18:09 +0000
committerDaniel Jacobowitz <drow@false.org>2002-02-27 06:18:09 +0000
commita02e4a61b2bcdf34f85dac7e81b5cfc218f1b76d (patch)
treefcac30a8032d65f35f8957e1d05548cc4a56bfb5 /gdb/gdbserver/configure.srv
parentce0eebec89d16a4339025428816ec84dcbfd4a9f (diff)
downloadgdb-a02e4a61b2bcdf34f85dac7e81b5cfc218f1b76d.zip
gdb-a02e4a61b2bcdf34f85dac7e81b5cfc218f1b76d.tar.gz
gdb-a02e4a61b2bcdf34f85dac7e81b5cfc218f1b76d.tar.bz2
2002-02-27 Daniel Jacobowitz <drow@mvista.com>
* regformats/reg-i386-linux.dat: New file, with $orig_eax. * gdbserver/Makefile.in: Add rules for reg-i386-linux.o. * gdbserver/configure.srv: Change i386-*-linux* to use reg-i386-linux.o.
Diffstat (limited to 'gdb/gdbserver/configure.srv')
-rw-r--r--gdb/gdbserver/configure.srv2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/configure.srv b/gdb/gdbserver/configure.srv
index 4b2ee7d..6c0b00d 100644
--- a/gdb/gdbserver/configure.srv
+++ b/gdb/gdbserver/configure.srv
@@ -17,7 +17,7 @@ case "${target}" in
arm*-*-linux*) srv_regobj=reg-arm.o
srv_tgtobj="linux-low.o linux-arm-low.o"
;;
- i[3456]86-*-linux*) srv_regobj=reg-i386.o
+ i[3456]86-*-linux*) srv_regobj=reg-i386-linux.o
srv_tgtobj="linux-low.o linux-i386-low.o"
;;
ia64-*-linux*) srv_regobj=reg-ia64.o