[patch] Add v850*-*-rtems*

Mark Kettenis mark.kettenis@xs4all.nl
Tue Aug 7 18:34:00 GMT 2012


> Date: Tue, 17 Jul 2012 07:48:36 +0200
> From: Ralf Corsepius <ralf.corsepius@rtems.org>
> 
> 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.

Probably makes more sense to generalize the rule in configure.tgt as well then.

> 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



More information about the Gdb-patches mailing list