From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9082 invoked by alias); 1 Jan 2015 14:47:20 -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 9063 invoked by uid 89); 1 Jan 2015 14:47:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_05,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-ob0-f182.google.com Received: from mail-ob0-f182.google.com (HELO mail-ob0-f182.google.com) (209.85.214.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 01 Jan 2015 14:47:18 +0000 Received: by mail-ob0-f182.google.com with SMTP id wo20so50938342obc.13; Thu, 01 Jan 2015 06:47:16 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.202.198.133 with SMTP id w127mr38895114oif.74.1420123636512; Thu, 01 Jan 2015 06:47:16 -0800 (PST) Received: by 10.76.185.7 with HTTP; Thu, 1 Jan 2015 06:47:16 -0800 (PST) In-Reply-To: <20150101144517.GI5183@bubble.grove.modra.org> References: <1420105120-25952-1-git-send-email-brobecker@adacore.com> <20150101144517.GI5183@bubble.grove.modra.org> Date: Thu, 01 Jan 2015 14:47:00 -0000 Message-ID: Subject: Re: FYI: Start of New Year Procedure applied From: "H.J. Lu" To: Joel Brobecker , GDB , Binutils Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg00007.txt.bz2 On Thu, Jan 1, 2015 at 6:45 AM, Alan Modra wrote: > On Thu, Jan 01, 2015 at 06:22:40AM -0800, H.J. Lu wrote: >> Do you have a script which can be used on the rest of binutils-gdb tree? > > I've run the script I posted a while ago, and pushed the resulting > update. > Thanks. -- H.J.