Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA] Enable inferior I/O testing for D10V
@ 2002-06-07 17:12 Michael Snyder
  2002-06-18 16:24 ` Andrew Cagney
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Snyder @ 2002-06-07 17:12 UTC (permalink / raw)
  To: gdb-patches

OK to commit?

(d10v boards and sims are now capable of sending stdout to gdb)

2002-06-07  Michael Snyder  <msnyder@redhat.com>

	* baseboards/d10v.exp: Inferior I/O no longer needs to be
	disabled.

Index: baseboards/d10v.exp
===================================================================
RCS file: /cvs/cvsfiles/devo/dejagnu/baseboards/d10v.exp,v
retrieving revision 1.13
diff -p -r1.13 d10v.exp
*** d10v.exp	2000/02/17 09:34:20	1.13
--- d10v.exp	2002/06/08 00:09:30
*************** set_board_info noargs  1
*** 40,46 ****
  # And there's no support for signals.
  set_board_info gdb,nosignals  1
  # And it can't do I/O.
! set_board_info gdb,noinferiorio  1
  
  # Used by a few gcc.c-torture testcases to delimit how large the stack can
  # be.
--- 40,46 ----
  # And there's no support for signals.
  set_board_info gdb,nosignals  1
  # And it can't do I/O.
! # set_board_info gdb,noinferiorio  1
  
  # Used by a few gcc.c-torture testcases to delimit how large the stack can
  # be.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [RFA] Enable inferior I/O testing for D10V
  2002-06-07 17:12 [RFA] Enable inferior I/O testing for D10V Michael Snyder
@ 2002-06-18 16:24 ` Andrew Cagney
  2002-06-18 17:46   ` Michael Snyder
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Cagney @ 2002-06-18 16:24 UTC (permalink / raw)
  To: Michael Snyder; +Cc: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 675 bytes --]

> OK to commit?
> 
> (d10v boards and sims are now capable of sending stdout to gdb)
> 
> 2002-06-07  Michael Snyder  <msnyder@redhat.com>
> 
> 	* baseboards/d10v.exp: Inferior I/O no longer needs to be
> 	disabled.
> 
Michael,

the main thing to do is to ensure that the patch is pushed up stream to 
the official maintainer:

dejagnu/
         Send all patches to:
         http://www.gnu.org/software/dejagnu/
         mail:bug-dejagnu@gnu.org
         For changes to the local repostory, send them to
         gdb-patches@sources.redhat.com when generic; and sid@,
         binutils@, gcc@, etc. for sub-components.

Once that is done, the local commit is fine.

Andrew


[-- Attachment #2: mailbox-message://ac131313@movemail/fsf/gdb/patches#22056100 --]
[-- Type: message/rfc822, Size: 3354 bytes --]

From: Michael Snyder <msnyder@cygnus.com>
To: gdb-patches@sources.redhat.com
Subject: [RFA] Enable inferior I/O testing for D10V
Date: Fri, 7 Jun 2002 16:57:05 -0700
Message-ID: <200206072357.g57Nv5516938@reddwarf.sfbay.redhat.com>

OK to commit?

(d10v boards and sims are now capable of sending stdout to gdb)

2002-06-07  Michael Snyder  <msnyder@redhat.com>

	* baseboards/d10v.exp: Inferior I/O no longer needs to be
	disabled.

Index: baseboards/d10v.exp
===================================================================
RCS file: /cvs/cvsfiles/devo/dejagnu/baseboards/d10v.exp,v
retrieving revision 1.13
diff -p -r1.13 d10v.exp
*** d10v.exp	2000/02/17 09:34:20	1.13
--- d10v.exp	2002/06/08 00:09:30
*************** set_board_info noargs  1
*** 40,46 ****
  # And there's no support for signals.
  set_board_info gdb,nosignals  1
  # And it can't do I/O.
! set_board_info gdb,noinferiorio  1
  
  # Used by a few gcc.c-torture testcases to delimit how large the stack can
  # be.
--- 40,46 ----
  # And there's no support for signals.
  set_board_info gdb,nosignals  1
  # And it can't do I/O.
! # set_board_info gdb,noinferiorio  1
  
  # Used by a few gcc.c-torture testcases to delimit how large the stack can
  # be.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [RFA] Enable inferior I/O testing for D10V
  2002-06-18 16:24 ` Andrew Cagney
@ 2002-06-18 17:46   ` Michael Snyder
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Snyder @ 2002-06-18 17:46 UTC (permalink / raw)
  To: Andrew Cagney; +Cc: Michael Snyder, gdb-patches

Andrew Cagney wrote:
> 
> > OK to commit?
> >
> > (d10v boards and sims are now capable of sending stdout to gdb)
> >
> > 2002-06-07  Michael Snyder  <msnyder@redhat.com>
> >
> >       * baseboards/d10v.exp: Inferior I/O no longer needs to be
> >       disabled.
> >
> Michael,
> 
> the main thing to do is to ensure that the patch is pushed up stream to
> the official maintainer:
> 
> dejagnu/
>          Send all patches to:
>          http://www.gnu.org/software/dejagnu/
>          mail:bug-dejagnu@gnu.org
>          For changes to the local repostory, send them to
>          gdb-patches@sources.redhat.com when generic; and sid@,
>          binutils@, gcc@, etc. for sub-components.
> 
> Once that is done, the local commit is fine.
> 
> Andrew

Thanks.


> 
>   ------------------------------------------------------------------------
> 
> Subject: [RFA] Enable inferior I/O testing for D10V
> Date: Fri, 7 Jun 2002 16:57:05 -0700
> From: Michael Snyder <msnyder@cygnus.com>
> To: gdb-patches@sources.redhat.com
> 
> OK to commit?
> 
> (d10v boards and sims are now capable of sending stdout to gdb)
> 
> 2002-06-07  Michael Snyder  <msnyder@redhat.com>
> 
>         * baseboards/d10v.exp: Inferior I/O no longer needs to be
>         disabled.
> 
> Index: baseboards/d10v.exp
> ===================================================================
> RCS file: /cvs/cvsfiles/devo/dejagnu/baseboards/d10v.exp,v
> retrieving revision 1.13
> diff -p -r1.13 d10v.exp
> *** d10v.exp    2000/02/17 09:34:20     1.13
> --- d10v.exp    2002/06/08 00:09:30
> *************** set_board_info noargs  1
> *** 40,46 ****
>   # And there's no support for signals.
>   set_board_info gdb,nosignals  1
>   # And it can't do I/O.
> ! set_board_info gdb,noinferiorio  1
> 
>   # Used by a few gcc.c-torture testcases to delimit how large the stack can
>   # be.
> --- 40,46 ----
>   # And there's no support for signals.
>   set_board_info gdb,nosignals  1
>   # And it can't do I/O.
> ! # set_board_info gdb,noinferiorio  1
> 
>   # Used by a few gcc.c-torture testcases to delimit how large the stack can
>   # be.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-06-19  0:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-07 17:12 [RFA] Enable inferior I/O testing for D10V Michael Snyder
2002-06-18 16:24 ` Andrew Cagney
2002-06-18 17:46   ` Michael Snyder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox