public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [avr] Fix 'multiple definition of sim_{read,write}'
@ 2015-04-27  8:54 Senthil Kumar Selvaraj
  2015-04-27 13:56 ` Mike Frysinger
  0 siblings, 1 reply; 2+ messages in thread
From: Senthil Kumar Selvaraj @ 2015-04-27  8:54 UTC (permalink / raw)
  To: gdb-patches; +Cc: vapier

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 \

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

* Re: [avr] Fix 'multiple definition of sim_{read,write}'
  2015-04-27  8:54 [avr] Fix 'multiple definition of sim_{read,write}' Senthil Kumar Selvaraj
@ 2015-04-27 13:56 ` Mike Frysinger
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger @ 2015-04-27 13:56 UTC (permalink / raw)
  To: Senthil Kumar Selvaraj; +Cc: gdb-patches

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

On 27 Apr 2015 14:26, Senthil Kumar Selvaraj wrote:
>   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.

thanks, i've pushed this now
-mike

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

end of thread, other threads:[~2015-04-27 13:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-27  8:54 [avr] Fix 'multiple definition of sim_{read,write}' Senthil Kumar Selvaraj
2015-04-27 13:56 ` Mike Frysinger

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).