aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2006-04-28 15:12:02 +0000
committerRichard Sandiford <rdsandiford@googlemail.com>2006-04-28 15:12:02 +0000
commit9249fc61b73fd380b39b75d65867c79270379be8 (patch)
tree87ed5c1882d53b30b90e4cc018eee77e862862c1
parentc1bc7fd90c39577fa0582538a929c27ac7ad026d (diff)
downloadfsf-binutils-gdb-9249fc61b73fd380b39b75d65867c79270379be8.zip
fsf-binutils-gdb-9249fc61b73fd380b39b75d65867c79270379be8.tar.gz
fsf-binutils-gdb-9249fc61b73fd380b39b75d65867c79270379be8.tar.bz2
* gdb/gdbserver/configure.srv (m68k*-*-linux*): Use reg-cf.o.
-rw-r--r--ChangeLog.csl4
-rw-r--r--gdb/gdbserver/configure.srv3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 00b1088..684d3d1 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,7 @@
+2006-04-28 Richard Sandiford <richard@codesourcery.com>
+
+ * gdb/gdbserver/configure.srv (m68k*-*-linux*): Use reg-cf.o.
+
2006-04-19 Daniel Jacobowitz <dan@codesourcery.com>
* gdb/doc/gdb.texinfo (Remote configuration): Mention "set remote
diff --git a/gdb/gdbserver/configure.srv b/gdb/gdbserver/configure.srv
index 5249c6a..bccf4c9 100644
--- a/gdb/gdbserver/configure.srv
+++ b/gdb/gdbserver/configure.srv
@@ -48,7 +48,8 @@ case "${target}" in
srv_linux_usrregs=yes
srv_linux_thread_db=yes
;;
- m68*-*-linux*) srv_regobj=reg-m68k.o
+ m68*-*-linux*) # FIXME, we really need a way of distinguishing
+ srv_regobj=reg-cf.o
srv_tgtobj="linux-low.o linux-m68k-low.o"
srv_linux_usrregs=yes
srv_linux_regsets=yes