From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16051 invoked by alias); 26 Mar 2002 17:44:18 -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 16044 invoked from network); 26 Mar 2002 17:44:16 -0000 Received: from unknown (HELO darkstar.welcomehome.org) (192.203.188.2) by sources.redhat.com with SMTP; 26 Mar 2002 17:44:16 -0000 Received: (from rob@localhost) by darkstar.welcomehome.org (8.11.3/8.11.3) id g2QHos321783; Tue, 26 Mar 2002 10:50:54 -0700 Date: Tue, 26 Mar 2002 09:44:00 -0000 From: Rob Savoye To: Hans-Peter Nilsson Cc: dejagnu@gnu.org, gdb-patches@sources.redhat.com Subject: Re: [DejaGnu] lib/libgloss.exp: wrap _exit. Message-ID: <20020326105051.D20658@welcomehome.org> References: <20020325195649.C30933@welcomehome.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from Hans-Peter Nilsson on Tue, Mar 26, 2002 at 02:49:32AM -0500 X-SW-Source: 2002-03/txt/msg00493.txt.bz2 On Tue, Mar 26, 2002 at 02:49:32AM -0500, Hans-Peter Nilsson wrote: > Oh, that remark was directed to the gdb people, which according > to MAINTAINERS (in the src repo) are the closest of kin on the > sourceware side: "Generic patches to > gdb-patches@sources.redhat.com". (BTW, that entry is > out-of-date, listing sourceforge as main site.) Here's a patch: Index: MAINTAINERS =================================================================== RCS file: /cvs/src/src/MAINTAINERS,v retrieving revision 1.14 diff -u -B -b -w -r1.14 MAINTAINERS --- MAINTAINERS 2001/12/05 10:07:09 1.14 +++ MAINTAINERS 2002/03/26 17:41:15 @@ -30,8 +30,8 @@ in via a merge. dejagnu/ - Notify http://dejagnu.sourceforge.net/ of generic changes. - Generic patches to gdb-patches@sources.redhat.com; + Notify http://www.gnu.org/software/dejagnu/ of generic changes. + Generic patches to bug-dejagnu@gnu.org; Other dependents of dejagnu include sid@, binutils@, gcc@, etc. gdb/; mmalloc/; readline/; sim/; GDB's part of include/ & dejagnu/ - rob -