Ralf Corsepius | 17 Jul 2012 07:48
Favicon

[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
Attachment (gdb-v850-rtems.diff): text/x-patch, 603 bytes
Ralf Corsepius | 25 Jul 2012 05:35
Favicon

Re: [patch] Add v850*-*-rtems*

On 07/17/2012 07:48 AM, Ralf Corsepius wrote:
> 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?

Ping!

Ralf

Stan Shebs | 25 Jul 2012 16:32
Picon
Favicon

Re: [patch] Add v850*-*-rtems*

On 7/16/12 10:48 PM, Ralf Corsepius wrote:
> 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?

Yes, this is fine, and sorry not to answer sooner!

Stan
stan <at> codesourcery.com

Ralf Corsepius | 25 Jul 2012 17:37
Favicon

Re: [patch] Add v850*-*-rtems*

On 07/25/2012 04:32 PM, Stan Shebs wrote:
> On 7/16/12 10:48 PM, Ralf Corsepius wrote:
>> 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?
>
> Yes, this is fine, and sorry not to answer sooner!

Thanks. Patch applied to trunk and gdb_7_5-branch.

Ralf

Mark Kettenis | 7 Aug 2012 20:33
Picon
Picon
Favicon

Re: [patch] Add v850*-*-rtems*

> Date: Tue, 17 Jul 2012 07:48:36 +0200
> From: Ralf Corsepius <ralf.corsepius <at> 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 <at> 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
>  <at>  <at>  -564,7 +564,7  <at>  <at> 
>  	# No simulator libraries are needed -- target uses SID.
>  	;;
>  
> -v850*-*-elf)
> +v850*-*-elf | v850*-*-rtems*)
(Continue reading)


Gmane