From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 110191 invoked by alias); 14 Jul 2019 01:02:33 -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 110174 invoked by uid 89); 14 Jul 2019 01:02:33 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 14 Jul 2019 01:02:31 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 547125623D; Sat, 13 Jul 2019 21:02:30 -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 1+QU6RP500Wp; Sat, 13 Jul 2019 21:02:30 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 0983B56232; Sat, 13 Jul 2019 21:02:30 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 36E21838E8; Sat, 13 Jul 2019 18:02:28 -0700 (PDT) Date: Sun, 14 Jul 2019 01:02:00 -0000 From: Joel Brobecker To: Richard Biener Cc: gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org, Sergio Durigan Junior , Tom Tromey Subject: Re: [RFA] adjust src-release following the renaming of gdb/common/ to gdb/gdbsupport/ Message-ID: <20190714010228.GA29803@adacore.com> References: <20190712231256.21418-1-brobecker@adacore.com> <309BEDEC-E175-41EB-B44F-16EBDC2E7AD4@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <309BEDEC-E175-41EB-B44F-16EBDC2E7AD4@gmail.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2019-07/txt/msg00354.txt.bz2 > >ChangeLog: > > > > * src-release (getver): If $tool/gdbsupport/create-version.sh > > exists, use that to determine the version number. > > > >Tested on x86_64-linux, by running the src-release script with "gdb" > >as the argument, and verifying that the name of the tarball is now > >correct. > > Ok. Thanks Richard. Pushed to the master branch in binutils-gdb. I looked at the GCC repository, and couldn't find it there, so synchronization to do between the two, after all! -- Joel