This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb/gdb-7.12-branch] sim: mips: fix builds for r3900 cpus due to missing check_u64


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=67be32e53449ef13a91e006c5a4d19d721d6b58a

commit 67be32e53449ef13a91e006c5a4d19d721d6b58a
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Fri Nov 11 01:28:36 2016 -0500

    sim: mips: fix builds for r3900 cpus due to missing check_u64

Diff:
---
 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 20ba0ff..dae00e7 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 53370bf..522cad6 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.
 }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]