From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by sourceware.org (Postfix) with ESMTP id 35E843857C69 for ; Mon, 8 Mar 2021 03:14:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 35E843857C69 Received: from vapier (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3AA54335CFE; Mon, 8 Mar 2021 03:14:53 +0000 (UTC) Date: Sun, 7 Mar 2021 22:14:52 -0500 From: Mike Frysinger To: Jeff Law Cc: gdb-patches@sourceware.org Subject: sim automake regen Message-ID: Mail-Followup-To: Jeff Law , gdb-patches@sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00, HEXHASH_WORD, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2021 03:14:56 -0000 what's up with this change ? i couldn't find mention of it on the mailing lists, and when i regenerate autotools locally, it's reverting the commit you've made. are you seeing a problem running autotools or something ? https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=f4df849f1d8ba58893e9c8ca7ee053ca98712aa0 commit f4df849f1d8ba58893e9c8ca7ee053ca98712aa0 Author: Jeff Law Date: Sun Mar 7 16:03:49 2021 -0700 Regenerated $ git checkout 2916e3e18fe7 HEAD is now at 2916e3e18fe7 sim: igen: update options API $ cd sim/ $ aclocal -I.. -I../config $ git diff --stat sim/aclocal.m4 | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) $ autoconf $ git diff --stat sim/aclocal.m4 | 22 +++------------------- sim/configure | 3 +++ 2 files changed, 6 insertions(+), 19 deletions(-) -mike