From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10632 invoked by alias); 25 Jun 2013 01:08:42 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 10585 invoked by uid 89); 25 Jun 2013 01:08:36 -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; Tue, 25 Jun 2013 01:08:07 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 5BFD21C659F; Mon, 24 Jun 2013 21:08:05 -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 gO4GVZ3PuraH; Mon, 24 Jun 2013 21:08:05 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 193311C6580; Mon, 24 Jun 2013 21:08:05 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 0A060D5250; Mon, 24 Jun 2013 18:08:02 -0700 (PDT) Date: Tue, 25 Jun 2013 01:53:00 -0000 From: Joel Brobecker To: Mike Frysinger Cc: gdb-patches@sourceware.org, Tom Tromey , Anthony Green Subject: Re: [commit] Adapt sim to new version number & date locations. Message-ID: <20130625010802.GE5326@adacore.com> References: <20130624224138.GC5326@adacore.com> <1372117546-1639-1-git-send-email-brobecker@adacore.com> <201306242040.08030.vapier@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201306242040.08030.vapier@gentoo.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-06/txt/msg00686.txt.bz2 > > This change is required now that gdb/version.in has been moved to > > gdb/common/version.in and now that the date needs to be fetched > > from bfd/version.h. > > looks like gdb/doc/gdbint.texinfo needs updating too ? it talks about > gdb/version.in in many places ... Thanks for pointing this one out. Looks like we're going to have to grep the entire repo, just to chase all these references down. This is proving to be a lot more involved than I thought! > > The common and ppc parts were easy to fix, by just doing a reduced > > version of what we do for GDB and GDBserver. Moxie, on the other > > hand, needs the version info for different reasons, and I prefered > > not touching it. > > seems like it'd be straight forward to fix though by just updating the > path ? Not quite, I think, because the "DATE" marker needs to be replaced with the date from bfd/version.h. Otherwise, I think we'll have a path where the version number is 7.6.50.DATE-cvs. I think! (and hence the no-touchy) -- Joel