From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10233 invoked by alias); 1 Mar 2008 00:20:24 -0000 Received: (qmail 10225 invoked by uid 22791); 1 Mar 2008 00:20:24 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 01 Mar 2008 00:20:01 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 1E37B2A9EB1; Fri, 29 Feb 2008 19:20:00 -0500 (EST) 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 YAGQOCw0hdV6; Fri, 29 Feb 2008 19:20:00 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id D4B502A9EAA; Fri, 29 Feb 2008 19:19:59 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 748DEE7ACB; Fri, 29 Feb 2008 16:19:57 -0800 (PST) Date: Sat, 01 Mar 2008 00:20:00 -0000 From: Joel Brobecker To: Thiago Jung Bauermann Cc: gdb ml Subject: Re: [ANNOUNCEMENT] GDB 6.8 release process created! Message-ID: <20080301001957.GF25865@adacore.com> References: <1204323572.18153.67.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1204323572.18153.67.camel@localhost.localdomain> User-Agent: Mutt/1.4.2.2i 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 X-SW-Source: 2008-03/txt/msg00000.txt.bz2 Hi Thiago, > I just noticed that gdb/gdbserver/linux-ppc64-low.c is missing in the > branch. gdbserver doesn't compile on Power systems because of that. Thanks for letting me know. So far, I don't understand how this could have happened. I did the following command (from sourceware): % cvs -f -d /cvs/src rtag \ -D "2008-02-26 10:00-gmt" gdb_6_8-2008-02-26-branchpoint gdb I have saved the output from this command, stdout and stderr, and no error was ever printed. And yet, the file was never tagged. And since the branch is created from the branch-point, it never made it to the branch. I double-checked that no other file was missing. So I tagged it, and then added to the branch. -- Joel