From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31944 invoked by alias); 25 Mar 2004 21:07:01 -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 31920 invoked from network); 25 Mar 2004 21:06:59 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 25 Mar 2004 21:06:59 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 570D92B92; Thu, 25 Mar 2004 16:06:58 -0500 (EST) Message-ID: <406349F2.9080706@gnu.org> Date: Thu, 25 Mar 2004 21:07:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Add meaningful section titles to PROBLEMS References: <405B1CE3.2070007@gnu.org> <2427-Sat20Mar2004173049+0200-eliz@elta.co.il> In-Reply-To: <2427-Sat20Mar2004173049+0200-eliz@elta.co.il> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03/txt/msg00636.txt.bz2 >>Date: Fri, 19 Mar 2004 11:16:35 -0500 >>> From: Andrew Cagney >>> >>> This patch gets rid of the meaningless(1) "Regressions since X.X" titles >>> replacing them with functional section titles: >>> >>> *** C++ support >>> >>> *** Stack backtraces >>> >>> *** Misc >>> >>> (I think that's all) The file is re-ordered but none of the contents >>> change. >>> >>> comments? > > > Fine with me. I've checked this in trunk/6.1. I'll make certain that we revisit this later. Andrew