Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
To: <gdb-patches@sourceware.org>
Cc: <vapier@gentoo.org>
Subject: [avr] Fix 'multiple definition of sim_{read,write}'
Date: Mon, 27 Apr 2015 08:54:00 -0000	[thread overview]
Message-ID: <20150427085603.GA1476@atmel.com> (raw)

Hi,

  This patch does whatever was done in
  https://sourceware.org/ml/gdb-patches/2015-04/msg00437.html to fix
  broken gdb build for the AVR target.

  If ok, could someone commit please? I don't have commit access.

Regards
Senthil

sim/avr/ChangeLog

2015-04-27  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>

	* Makefile.in (SIM_OBJS): Move interp.o
	above $(SIM_NEW_COMMON_OBJS).

diff --git sim/avr/Makefile.in sim/avr/Makefile.in
index 80a1230..f0a9bcc 100644
--- sim/avr/Makefile.in
+++ sim/avr/Makefile.in
@@ -17,8 +17,8 @@
 ## COMMON_PRE_CONFIG_FRAG
 
 SIM_OBJS = \
-	$(SIM_NEW_COMMON_OBJS) \
 	interp.o \
+	$(SIM_NEW_COMMON_OBJS) \
 	sim-hload.o \
 	sim-reason.o \
 	sim-resume.o \


             reply	other threads:[~2015-04-27  8:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-27  8:54 Senthil Kumar Selvaraj [this message]
2015-04-27 13:56 ` Mike Frysinger

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=20150427085603.GA1476@atmel.com \
    --to=senthil_kumar.selvaraj@atmel.com \
    --cc=gdb-patches@sourceware.org \
    --cc=vapier@gentoo.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