From: Richard Sandiford <richard@codesourcery.com>
To: gdb-patches@sourceware.org
Subject: Fix parallel make problem with mipsisa* sim targets
Date: Mon, 25 Jun 2007 10:52:00 -0000 [thread overview]
Message-ID: <87lke81g00.fsf@firetop.home> (raw)
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)
next reply other threads:[~2007-06-25 10:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-25 10:52 Richard Sandiford [this message]
2007-06-25 11:53 ` Thiemo Seufer
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=87lke81g00.fsf@firetop.home \
--to=richard@codesourcery.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