This is the mail archive of the gdb-patches@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]

[patch] Add v850*-*-rtems*


Hi,

I would like to add v850*-*-rtems* support to gdb.

The only configure script requiring patching seems to be gdb/configure.tgt. All others configure-scripts already seem to be covered by more general v850* rules.

OK to commit?

Ralf
2012-07-17  Ralf Corsépius  <ralf.corsepius@rtems.org>

	* configure.tgt: Add v850*-*-rtems*.

Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.254
diff -u -r1.254 configure.tgt
--- configure.tgt	30 May 2012 19:31:44 -0000	1.254
+++ configure.tgt	17 Jul 2012 05:24:16 -0000
@@ -564,7 +564,7 @@
 	# No simulator libraries are needed -- target uses SID.
 	;;
 
-v850*-*-elf)
+v850*-*-elf | v850*-*-rtems*)
 	# Target: NEC V850 processor
 	gdb_target_obs="v850-tdep.o"
 	gdb_sim=../sim/v850/libsim.a

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