From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27132 invoked by alias); 18 Jun 2002 23:24:38 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 27102 invoked from network); 18 Jun 2002 23:24:35 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 18 Jun 2002 23:24:35 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id B7A2F3D78; Tue, 18 Jun 2002 19:24:35 -0400 (EDT) Message-ID: <3D0FC133.9040700@cygnus.com> Date: Tue, 18 Jun 2002 16:24:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020613 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Snyder Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Enable inferior I/O testing for D10V References: <200206072357.g57Nv5516938@reddwarf.sfbay.redhat.com> Content-Type: multipart/mixed; boundary="------------050603040700090409080500" X-SW-Source: 2002-06/txt/msg00353.txt.bz2 This is a multi-part message in MIME format. --------------050603040700090409080500 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 675 > OK to commit? > > (d10v boards and sims are now capable of sending stdout to gdb) > > 2002-06-07 Michael Snyder > > * 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 --------------050603040700090409080500 Content-Type: message/rfc822; name="mailbox-message://ac131313@movemail/fsf/gdb/patches#22056100" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="mailbox-message://ac131313@movemail/fsf/gdb/patches#22056100" Content-length: 3334 X-Mozilla-Status2: 00000000 Return-Path: Delivered-To: ac131313@localhost.redhat.com Received: from localhost (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 0B8DD3E68 for ; Sat, 8 Jun 2002 11:56:14 -0400 (EDT) Received: from pop.sfbay.redhat.com by localhost with IMAP (fetchmail-5.9.11) for ac131313@localhost (single-drop); Sat, 08 Jun 2002 11:56:14 -0400 (EDT) Received: from cygnus-mx.sfbay.redhat.com (cygnus-mx.sfbay.redhat.com [172.16.27.16]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id RAA15232 for ; Fri, 7 Jun 2002 17:12:31 -0700 (PDT) Received: from sources.redhat.com (sources.redhat.com [209.249.29.67]) by cygnus-mx.sfbay.redhat.com (8.11.6/8.11.6) with SMTP id g57GLVk28169 for ; Fri, 7 Jun 2002 09:21:31 -0700 Received: (qmail 3159 invoked by alias); 8 Jun 2002 00:12:25 -0000 Received: (qmail 3150 invoked from network); 8 Jun 2002 00:12:24 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 8 Jun 2002 00:12:24 -0000 Received: from reddwarf.sfbay.redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id RAA15205 for ; Fri, 7 Jun 2002 17:12:24 -0700 (PDT) Received: (from msnyder@localhost) by reddwarf.sfbay.redhat.com (8.11.2/8.11.2) id g57Nv5516938 for gdb-patches@sources.redhat.com; Fri, 7 Jun 2002 16:57:05 -0700 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Delivered-To: mailing list gdb-patches@sources.redhat.com Date: Fri, 7 Jun 2002 16:57:05 -0700 From: Michael Snyder Message-Id: <200206072357.g57Nv5516938@reddwarf.sfbay.redhat.com> To: gdb-patches@sources.redhat.com Subject: [RFA] Enable inferior I/O testing for D10V Content-Type: text Content-length: 997 OK to commit? (d10v boards and sims are now capable of sending stdout to gdb) 2002-06-07 Michael Snyder * 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. --------------050603040700090409080500--