public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH/committed] sim: mips: fix builds for r3900 cpus due to missing check_u64
@ 2016-11-11  6:37 Mike Frysinger
  2016-11-17 23:13 ` Maciej W. Rozycki
  0 siblings, 1 reply; 7+ messages in thread
From: Mike Frysinger @ 2016-11-11  6:37 UTC (permalink / raw)
  To: gdb-patches

---
 sim/mips/ChangeLog | 4 ++++
 sim/mips/mips.igen | 1 +
 2 files changed, 5 insertions(+)

diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog
index 20ba0ff13152..dae00e7d34dd 100644
--- a/sim/mips/ChangeLog
+++ b/sim/mips/ChangeLog
@@ -1,3 +1,7 @@
+2016-11-11  Mike Frysinger  <vapier@gentoo.org>
+
+	* mips.igen (check_u64): Enable for `r3900'.
+
 2016-02-05  Mike Frysinger  <vapier@gentoo.org>
 
 	* configure.ac (sim_engine_run): Change sd->base.prog_bfd to
diff --git a/sim/mips/mips.igen b/sim/mips/mips.igen
index 53370bf3dcf6..522cad6fe450 100644
--- a/sim/mips/mips.igen
+++ b/sim/mips/mips.igen
@@ -496,6 +496,7 @@
 *vr5000:
 *vr5400:
 *vr5500:
+*r3900:
 {
   // The check should be similar to mips64 for any with PX/UX bit equivalents.
 }
-- 
2.9.0

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

end of thread, other threads:[~2016-12-16 21:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-11  6:37 [PATCH/committed] sim: mips: fix builds for r3900 cpus due to missing check_u64 Mike Frysinger
2016-11-17 23:13 ` Maciej W. Rozycki
2016-11-18 18:14   ` Mike Frysinger
2016-11-23 14:41     ` Maciej W. Rozycki
2016-12-08  9:31       ` Maciej W. Rozycki
2016-12-08 19:25       ` Mike Frysinger
2016-12-16 21:22         ` Maciej W. Rozycki

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