From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 6uWRCbOWRWDTWAAAWB0awg (envelope-from ) for ; Sun, 07 Mar 2021 22:14:59 -0500 Received: by simark.ca (Postfix, from userid 112) id 184C41EF78; Sun, 7 Mar 2021 22:14:59 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 85D201E590 for ; Sun, 7 Mar 2021 22:14:58 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id CB23D385043D; Mon, 8 Mar 2021 03:14:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CB23D385043D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1615173297; bh=+KHanjIWwA01VQ2t43KSH+rQaLhQkJuNo33uC6x5LF4=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:Cc:From; b=ClfpE14KfVh5O3Ayod8/aD2mUv7wUK9rNgfKzX1aqNQ5nIPZjvaVU7xraoScHJttb 6r9Z+Wea8GhLp7BM5h8hMhWw8QvEbVkKhlWgIp0bzRIKd3U7gpthwIIv8Nr1eW8KRi FnS0DMRB7B5jGFc6A8OHJYgplzKp0t43pqSEyXzc= 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 To: Jeff Law 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-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: , From: Mike Frysinger via Gdb-patches Reply-To: Mike Frysinger Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" 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