From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11309 invoked by alias); 25 Apr 2013 07:40:53 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 11300 invoked by uid 89); 25 Apr 2013 07:40:52 -0000 X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO autolearn=ham version=3.3.1 Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 25 Apr 2013 07:40:52 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 7F0F42E7D5; Thu, 25 Apr 2013 03:40:50 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id jcwPePizxyIK; Thu, 25 Apr 2013 03:40:50 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 1948B2E668; Thu, 25 Apr 2013 03:40:50 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 80FD6C70C1; Thu, 25 Apr 2013 00:40:44 -0700 (PDT) Date: Thu, 25 Apr 2013 07:40:00 -0000 From: Joel Brobecker To: Hui Zhu Cc: gdb@sourceware.org Subject: Re: New format of 7.6 branch gdb/ChangeLog? Message-ID: <20130425074044.GE3458@adacore.com> References: <20130425064807.GA3458@adacore.com> <20130425072454.GC3458@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-04/txt/msg00083.txt.bz2 > It shoud like this? I am referring you to the GNU Coding Standard manual: http://www.gnu.org/prep/standards/standards.html#Change-Logs > gdb/ > 2013-04-24 Hui Zhu > > PR gdb/15165 > > * breakpoint.c (dprintf_print_recreate): New. > (save_breakpoints): Let it not save dprintf commands. > (initialize_breakpoint_ops): Set dprintf_print_recreate. > > 2013-04-19 Vladimir Kargov > Pedro Alves > > * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to > value contents. You put the "gdb/" back again. The correct answer is: 2013-04-24 Hui Zhu PR gdb/15165 * breakpoint.c (dprintf_print_recreate): New. (save_breakpoints): Let it not save dprintf commands. (initialize_breakpoint_ops): Set dprintf_print_recreate. 2013-04-19 Vladimir Kargov Pedro Alves * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to value contents. I removed the "gdb/" (which, if you think about it, provides no extra information), and also removed the empty line after "PR gdb/...". You probably got confused because people use the "gdb/" in their email to specify which ChangeLog the entry is belonging to. -- Joel