From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1379 invoked by alias); 25 Apr 2013 08:07:43 -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 1317 invoked by uid 89); 25 Apr 2013 08:07:42 -0000 X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1 Received: from mail-bk0-f49.google.com (HELO mail-bk0-f49.google.com) (209.85.214.49) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 25 Apr 2013 08:07:40 +0000 Received: by mail-bk0-f49.google.com with SMTP id w5so1122141bku.8 for ; Thu, 25 Apr 2013 01:07:38 -0700 (PDT) X-Received: by 10.205.25.6 with SMTP id rg6mr6484446bkb.101.1366877258409; Thu, 25 Apr 2013 01:07:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.205.83.204 with HTTP; Thu, 25 Apr 2013 01:06:57 -0700 (PDT) In-Reply-To: <20130425074044.GE3458@adacore.com> References: <20130425064807.GA3458@adacore.com> <20130425072454.GC3458@adacore.com> <20130425074044.GE3458@adacore.com> From: Hui Zhu Date: Thu, 25 Apr 2013 08:07:00 -0000 Message-ID: Subject: Re: New format of 7.6 branch gdb/ChangeLog? To: Joel Brobecker Cc: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-04/txt/msg00084.txt.bz2 On Thu, Apr 25, 2013 at 3:40 PM, Joel Brobecker wrote: >> 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. I see. Thanks for your help. I fixed them all in http://www.sourceware.org/ml/gdb-cvs/2013-04/msg00235.html http://www.sourceware.org/ml/gdb-cvs/2013-04/msg00236.html Best, Hui > > -- > Joel