Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Kevin Buettner <kevinb@redhat.com>
To: gdb-patches@sourceware.org
Subject: [RFC] configure.tgt: Update mips*-*-* to use remote-mips.o
Date: Wed, 19 Jan 2011 21:20:00 -0000	[thread overview]
Message-ID: <20110119141436.2d8422fe@mesquite.lan> (raw)

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
 	;;
 


             reply	other threads:[~2011-01-19 21:14 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-19 21:20 Kevin Buettner [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110119141436.2d8422fe@mesquite.lan \
    --to=kevinb@redhat.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox