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: score: drop sim file check


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

commit 6675033211e145ecd094b6803ed4a3427b3fd21e
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Sat Jan 2 03:11:44 2016 -0500

    gdb: score: drop sim file check
    
    There has never been a GNU/sim port for the S+Core architecture.
    It was added to support private code that has (and most likely
    never will) see the light of day [1].  Punt this as we don't do
    this for other people.  If you want to maintain a proprietary
    internal build, then that's not really our problem.
    
    [1] https://sourceware.org/ml/gdb-patches/2009-03/msg00390.html

Diff:
---
 gdb/ChangeLog     | 4 ++++
 gdb/configure.tgt | 3 ---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 577d639..15d7d1f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2016-01-05  Mike Frysinger  <vapier@gentoo.org>
+
+	* configure.tgt (score-*-*): Delete gdb_sim assignment.
+
 2016-01-05  Pedro Alves  <palves@redhat.com>
 
 	PR sim/13418
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index a746659..54245c3 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -477,9 +477,6 @@ rx-*-elf)
 score-*-*)
 	# Target: S+core embedded system
 	gdb_target_obs="score-tdep.o"
-	if test -f ../sim/score/Makefile; then
-	  gdb_sim=../sim/score/libsim.a
-	fi
 	build_gdbserver=yes
 	;;


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