From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49450 invoked by alias); 15 Apr 2016 23:26:53 -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 49368 invoked by uid 89); 15 Apr 2016 23:26:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=commitdiff, 1650, Hx-languages-length:2174, HX-Gm-Message-State:AOPr4FV X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-qk0-f173.google.com Received: from mail-qk0-f173.google.com (HELO mail-qk0-f173.google.com) (209.85.220.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 15 Apr 2016 23:26:42 +0000 Received: by mail-qk0-f173.google.com with SMTP id n63so31553656qkf.0; Fri, 15 Apr 2016 16:26:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to; bh=VoWjXycrlnRqdQkWKYhO4hC2osOcoFG1umUy6qNylv0=; b=MPejIiZSJLzrAWlBzpNq68KB697Uw7mUhhhPimRCS567i3o/f+PAabgWRwTZx9Oabe 1DTmqO0wGt0n1y4y5yHJnuIL5n/DKkqmlvcA+XdvyAhH7x9CKNwrOgx7TqafeXXi1KIG /K/BI2pYaIMpx9kkJdgcfTw8OYKym4DGwDJi2dVjnN/pVdOT5C5sMfuMZctUuPZ2uOCO xq5W/E7UzG4rgqy6wl/JifBNASGZRqQv0rlr306YfxLgPLiqP2EF15i8v1UWuLvR1LsO IX7poyUGfTpno7k0yCmMqDBWSGfxNdeKo7mIN4zpuawWqK4Z1su44IHyJ1UGIp0TbuP2 tY7Q== X-Gm-Message-State: AOPr4FV+c8Lclbu7la6Yp0aMgq1UkiFqxsLFCjq9MrkFVGdYhySgySw+gxMhDAVOrbg7mP4Q/p3f6yry590zow== MIME-Version: 1.0 X-Received: by 10.55.71.76 with SMTP id u73mr28945188qka.6.1460762800004; Fri, 15 Apr 2016 16:26:40 -0700 (PDT) Received: by 10.55.217.134 with HTTP; Fri, 15 Apr 2016 16:26:39 -0700 (PDT) In-Reply-To: <20160415224017.GR6588@vapier.lan> References: <20160415224017.GR6588@vapier.lan> Date: Fri, 15 Apr 2016 23:26:00 -0000 Message-ID: Subject: Re: RFC: Update to automake 1.11.6 From: "H.J. Lu" To: Binutils , GDB Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-04/txt/msg00024.txt.bz2 On Fri, Apr 15, 2016 at 3:40 PM, Mike Frysinger wrote: > On 15 Apr 2016 14:04, H.J. Lu wrote: >> GCC has updated to automake 1.11.6 from 1.11.1. I'd like >> to update binutils+gdb automake 1.11.6. Any objections? > > please do > -mike This is what I checked in: https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=6fd8e7c249dcefd937897f743e886751adb90c90 >From afdf721c65e989a451d78125d3a32cdfc77cdc3d Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 15 Apr 2016 16:20:02 -0700 Subject: [PATCH] Regenerate Makefile.in/aclocal.m4 automake 1.11.6 bfd/ * Makefile.in: Regenerated with automake 1.11.6. * aclocal.m4: Likewise. * doc/Makefile.in: Likewise. binutils/ * Makefile.in: Regenerated with automake 1.11.6. * aclocal.m4: Likewise. * doc/Makefile.in: Likewise. gas/ * Makefile.in: Regenerated with automake 1.11.6. * aclocal.m4: Likewise. * doc/Makefile.in: Likewise. gold/ * Makefile.in: Regenerated with automake 1.11.6. * aclocal.m4: Likewise. * testsuite/Makefile.in: Likewise. gprof/ * Makefile.in: Regenerated with automake 1.11.6. * aclocal.m4: Likewise. ld/ * Makefile.in: Regenerated with automake 1.11.6. * aclocal.m4: Likewise. opcodes/ * Makefile.in: Regenerated with automake 1.11.6. * aclocal.m4: Likewise. --- bfd/ChangeLog | 6 + bfd/Makefile.in | 70 +++- bfd/aclocal.m4 | 74 ++-- bfd/doc/Makefile.in | 89 +++-- binutils/ChangeLog | 6 + binutils/Makefile.in | 169 ++++++---- binutils/aclocal.m4 | 74 ++-- binutils/doc/Makefile.in | 110 ++++-- gas/ChangeLog | 6 + gas/Makefile.in | 79 +++-- gas/aclocal.m4 | 74 ++-- gas/doc/Makefile.in | 110 ++++-- gold/ChangeLog | 6 + gold/Makefile.in | 272 ++++++++------- gold/aclocal.m4 | 74 ++-- gold/testsuite/Makefile.in | 819 ++++++++++++++++++++++++--------------------- gprof/ChangeLog | 5 + gprof/Makefile.in | 125 +++++-- gprof/aclocal.m4 | 74 ++-- ld/ChangeLog | 5 + ld/Makefile.in | 168 ++++++---- ld/aclocal.m4 | 74 ++-- opcodes/ChangeLog | 5 + opcodes/Makefile.in | 70 +++- opcodes/aclocal.m4 | 74 ++-- 25 files changed, 1650 insertions(+), 988 deletions(-) BTW, I didn't change gdb files. -- H.J.