From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1834 invoked by alias); 19 Oct 2004 19:06:46 -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 1821 invoked from network); 19 Oct 2004 19:06:45 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 19 Oct 2004 19:06:45 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.10) with ESMTP id i9JJ6eFg015771 for ; Tue, 19 Oct 2004 15:06:45 -0400 Received: from localhost.redhat.com (to-dhcp51.toronto.redhat.com [172.16.14.151]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i9JJ6er20046; Tue, 19 Oct 2004 15:06:40 -0400 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 5B5617ACEF; Tue, 19 Oct 2004 15:06:19 -0400 (EDT) Message-ID: <417565AA.7050307@gnu.org> Date: Tue, 19 Oct 2004 19:06:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041012) MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: Re: GDB 6.3 branch available References: <41755D36.3090102@gnu.org> In-Reply-To: <41755D36.3090102@gnu.org> Content-Type: multipart/mixed; boundary="------------010606010808030300050701" X-SW-Source: 2004-10/txt/msg00320.txt.bz2 This is a multi-part message in MIME format. --------------010606010808030300050701 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 1321 PS: Forgot to attach the relevant patches. Note that mainline is now 6.3.50. - Andrew Cagney wrote: > Hello, > > The gdb_6_3-branch has been created and is now available for testing and > late breaking fixes. The branch commit policy is: > > @itemize @bullet > @item > The @file{gdb/MAINTAINERS} file still holds. > @item > Don't fix something on the branch unless/until it is also fixed in the > trunk. If this isn't possible, mentioning it in the @file{gdb/PROBLEMS} > file is better than committing a hack. > @item > When considering a patch for the branch, suggested criteria include: > Does it fix a build? Does it fix the sequence @kbd{break main; run} > when debugging a static binary? > @item > The further a change is from the core of @value{GDBN}, the less likely > the change will worry anyone (e.g., target specific code). > @item > Only post a proposal to change the core of @value{GDBN} after you've > sent individual bribes to all the people listed in the > @file{MAINTAINERS} file @t{;-)} > @end itemize > > @emph{Pragmatics: Provided updates are restricted to non-core > functionality there is little chance that a broken change will be fatal. > This means that changes such as adding a new architectures or (within > reason) support for a new host are considered acceptable.} > > Andrew > --------------010606010808030300050701 Content-Type: text/plain; name="diffs-mainline" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs-mainline" Content-length: 458 2004-10-19 Andrew Cagney GDB 6.3 branch created. * version.in: Bump to version 6.3.50_2004-10-19-cvs. Index: version.in =================================================================== RCS file: /cvs/src/src/gdb/version.in,v retrieving revision 1.1199 diff -p -u -r1.1199 version.in --- version.in 19 Oct 2004 00:00:02 -0000 1.1199 +++ version.in 19 Oct 2004 18:16:53 -0000 @@ -1 +1 @@ -6.2.50_2004-10-19-cvs +6.3.50_2004-10-19-cvs --------------010606010808030300050701 Content-Type: text/plain; name="diffs-branch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs-branch" Content-length: 443 2004-10-19 Andrew Cagney GDB 6.3 branch created. * version.in: Bump to version 6.2.90. Index: version.in =================================================================== RCS file: /cvs/src/src/gdb/version.in,v retrieving revision 1.1198 diff -p -u -r1.1198 version.in --- version.in 18 Oct 2004 00:00:02 -0000 1.1198 +++ version.in 19 Oct 2004 18:17:01 -0000 @@ -1 +1 @@ -6.2.50_2004-10-18-cvs +6.2.90_2004-10-19-cvs --------------010606010808030300050701--