From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id ROuBBJ/CqmAdPAAAWB0awg (envelope-from ) for ; Sun, 23 May 2021 17:01:19 -0400 Received: by simark.ca (Postfix, from userid 112) id 068271F11C; Sun, 23 May 2021 17:01:19 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.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 4A5F11E01F for ; Sun, 23 May 2021 17:01:18 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 6F6D73851C1B; Sun, 23 May 2021 21:01:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6F6D73851C1B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1621803677; bh=wbwqOA4AsBRkOE20Lrq8bCfJq2CBDlrlNpTfuSbs+2U=; h=To:In-Reply-To:Subject:References:Date:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=yYC1NV49/upzFbJSIRh1iqKaq/PXJoPASehBdLVO89wdjuPV3c3cal6Uj1ji8g/wr t8UhuoxHw61DDHMwep/06ijqM3GeX5gTtMiiMCB2/d/COzJJl6Bvj2WoFEbPcj8JfJ LB9y10KP62v8eTHx4eXI9BADGR2F6Y4m38uYwtc8= Received: from smtp2.axis.com (smtp2.axis.com [195.60.68.18]) by sourceware.org (Postfix) with ESMTPS id CA6083857C40; Sun, 23 May 2021 21:01:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org CA6083857C40 To: In-Reply-To: <20210523205239.907C5203C1@pchp3.se.axis.com> (message from Hans-Peter Nilsson on Sun, 23 May 2021 22:52:39 +0200) Subject: Re: [PATCH v2] opcodes: cris: move desc & opc files from sim/ MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8BIT References: <20210523041251.28720-1-vapier@gentoo.org> <20210523205239.907C5203C1@pchp3.se.axis.com> Message-ID: <20210523210112.79C26203C1@pchp3.se.axis.com> Date: Sun, 23 May 2021 23:01:12 +0200 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: Hans-Peter Nilsson via Gdb-patches Reply-To: Hans-Peter Nilsson Cc: binutils@sourceware.org, gdb-patches@sourceware.org Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" > From: Hans-Peter Nilsson > Date: Sun, 23 May 2021 22:52:39 +0200 > This dependency isn't updated; cris-opc.c must not depend on > $(CRIS_DEPS) (stamp-cris in maintainer-mode). The same goes for cris-dis.c of course. But you already noticed that, I hope. :) brgds, H-P