Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Richard Henderson <rth@redhat.com>
To: gdb-patches@sourceware.org
Subject: Fix m32c and mep build
Date: Wed, 01 Aug 2012 19:38:00 -0000	[thread overview]
Message-ID: <501985C2.9010204@redhat.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 151 bytes --]

Since prologue-value.o is now unconditionally linked in,
this leads to multiple-definition link errors.

Approved by tromey on irc and committed.


r~

[-- Attachment #2: z --]
[-- Type: text/plain, Size: 875 bytes --]

        * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
        (mep-*-*) [gdb_target_obs]: Likewise.


Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.255
diff -u -r1.255 configure.tgt
--- configure.tgt	25 Jul 2012 15:34:08 -0000	1.255
+++ configure.tgt	1 Aug 2012 18:27:06 -0000
@@ -267,7 +267,7 @@
 
 m32c-*-*)
 	# Target: Renesas M32C family
-	gdb_target_obs="m32c-tdep.o prologue-value.o"
+	gdb_target_obs="m32c-tdep.o"
 	# There may also be a SID / CGEN simulator for this,
 	# but we do have DJ Delorie's mini-sim.
 	gdb_sim=../sim/m32c/libsim.a
@@ -321,7 +321,7 @@
 
 mep-*-*)
 	# Target: Toshiba Media Processor (MEP)
-	gdb_target_obs="mep-tdep.o prologue-value.o"
+	gdb_target_obs="mep-tdep.o"
 	# No sim needed. Target uses SID.
 	;;
 

             reply	other threads:[~2012-08-01 19:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-01 19:38 Richard Henderson [this message]
2012-08-01 19:48 ` Tom Tromey

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=501985C2.9010204@redhat.com \
    --to=rth@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