Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Fix parallel make problem with mipsisa* sim targets
@ 2007-06-25 10:52 Richard Sandiford
  2007-06-25 11:53 ` Thiemo Seufer
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Sandiford @ 2007-06-25 10:52 UTC (permalink / raw)
  To: gdb-patches

This patch fixes a parallel make problem when building MIPS16-enabled
simulators.  m16_run.c depends on the automatically-generated
m16_idecode.h and m32_idecode.h, but had no rule to say so.

Tested by building mipsisa64-elf.  OK to install?

(Probably obvious, but it's a long time since my last gdb patch.)

Richard


sim/mips/
	* Makefile.in (m16_run.o): New rule.

Index: sim/mips/Makefile.in
===================================================================
RCS file: /cvs/src/src/sim/mips/Makefile.in,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile.in
--- sim/mips/Makefile.in	20 Feb 2007 13:28:55 -0000	1.13
+++ sim/mips/Makefile.in	25 Jun 2007 10:28:28 -0000
@@ -186,6 +186,7 @@ engine.o: sim-main.h engine.c $(SIM_EXTR
 support.o: sim-main.h support.c $(SIM_EXTRA_DEPS)
 idecode.o: sim-main.h idecode.c $(SIM_EXTRA_DEPS)
 itable.o: sim-main.h itable.c $(SIM_EXTRA_DEPS)
+m16run.o: sim-main.h m16_idecode.h m32_idecode.h $(SIM_EXTRA_DEPS)
 
 m16_semantics.o: sim-main.h m16_semantics.c $(SIM_EXTRA_DEPS)
 m16_support.o: sim-main.h m16_support.c $(SIM_EXTRA_DEPS)


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

* Re: Fix parallel make problem with mipsisa* sim targets
  2007-06-25 10:52 Fix parallel make problem with mipsisa* sim targets Richard Sandiford
@ 2007-06-25 11:53 ` Thiemo Seufer
  0 siblings, 0 replies; 2+ messages in thread
From: Thiemo Seufer @ 2007-06-25 11:53 UTC (permalink / raw)
  To: gdb-patches, richard

Richard Sandiford wrote:
> This patch fixes a parallel make problem when building MIPS16-enabled
> simulators.  m16_run.c depends on the automatically-generated
> m16_idecode.h and m32_idecode.h, but had no rule to say so.
> 
> Tested by building mipsisa64-elf.  OK to install?
> 
> (Probably obvious, but it's a long time since my last gdb patch.)
> 
> Richard
> 
> 
> sim/mips/
> 	* Makefile.in (m16_run.o): New rule.

Ok.


Thiemo


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

end of thread, other threads:[~2007-06-25 10:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-25 10:52 Fix parallel make problem with mipsisa* sim targets Richard Sandiford
2007-06-25 11:53 ` Thiemo Seufer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox