public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [RFC] configure.tgt: Update mips*-*-* to use remote-mips.o
@ 2011-01-19 21:20 Kevin Buettner
  2011-01-19 21:39 ` Paul Koning
  0 siblings, 1 reply; 14+ messages in thread
From: Kevin Buettner @ 2011-01-19 21:20 UTC (permalink / raw)
  To: gdb-patches

I spent some time last year fixing bitrot in remote-mips.c, but
forgot to update configure.tgt so that it's actually used by mips
targets.

Any objections to the patch below?

Kevin

	* configure.tgt (mips*-*-*): Add remote-mips.o to gdb_target_obs.

Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.241
diff -u -p -r1.241 configure.tgt
--- configure.tgt	14 Jan 2011 18:16:34 -0000	1.241
+++ configure.tgt	19 Jan 2011 20:51:20 -0000
@@ -373,7 +373,7 @@ mips64*-*-openbsd*)
 	;;
 mips*-*-*)
 	# Target: MIPS
-	gdb_target_obs="mips-tdep.o"
+	gdb_target_obs="mips-tdep.o remote-mips.o"
 	gdb_sim=../sim/mips/libsim.a
 	;;
 

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-01-24 22:04 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-19 21:20 [RFC] configure.tgt: Update mips*-*-* to use remote-mips.o Kevin Buettner
2011-01-19 21:39 ` Paul Koning
2011-01-19 21:50   ` Michael Snyder
2011-01-19 21:55   ` Kevin Buettner
2011-01-19 21:55     ` Michael Snyder
2011-01-20  0:55       ` Kevin Buettner
2011-01-20  5:58         ` Michael Snyder
2011-01-20 16:19         ` Ulrich Weigand
2011-01-21  1:14           ` Kevin Buettner
2011-01-21 12:44             ` Ulrich Weigand
2011-01-24 21:52             ` Kevin Buettner
2011-01-24 21:58               ` Joel Brobecker
2011-01-24 23:01                 ` Kevin Buettner
2011-01-19 22:02     ` Paul Koning

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).