From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id GKNvD0ZtlGBDMAAAWB0awg (envelope-from ) for ; Thu, 06 May 2021 18:27:18 -0400 Received: by simark.ca (Postfix, from userid 112) id 30E7B1F11C; Thu, 6 May 2021 18:27:18 -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 9A2661E783 for ; Thu, 6 May 2021 18:27:17 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 18E35383800B; Thu, 6 May 2021 22:27:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 18E35383800B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1620340037; bh=F1s8OJWZIo9xdBTCDz3F5vZ7fvBj/vueYQb9RhMrcU4=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=skwcOwxMWWmhl31qFgathNxLI5Ef46p9oVHdul59Rp8Ou9/gnxieUKHreBR/5WqWW g+02YhWcxP/Bm9C4n94WR/gzuuNPU/QR4j7GFk1ztEa6qVBu7eyZfYNT/9ZC2wBB2S /RnD8J4Y+Kk5FRfQREviHhiA14oVxadJEUDZ7E/k= Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) by sourceware.org (Postfix) with ESMTP id C19093846075 for ; Thu, 6 May 2021 22:27:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C19093846075 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 8B12834058A; Thu, 6 May 2021 22:27:13 +0000 (UTC) Date: Thu, 6 May 2021 18:27:13 -0400 To: Dimitar Dimitrov Subject: Re: [PATCH 1/3] sim: testsuite: calculate $arch from $subdir Message-ID: Mail-Followup-To: Dimitar Dimitrov , gdb-patches@sourceware.org References: <20210404143538.14995-1-vapier@gentoo.org> <2681077.7PTua7494i@tpdeb> <22824111.e6QXDZrZfI@tpdeb> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <22824111.e6QXDZrZfI@tpdeb> 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" On 06 May 2021 23:51, Dimitar Dimitrov wrote: > On понеделник, 5 април 2021 г. 21:19:02 EEST Dimitar Dimitrov wrote: > > On Mon, 5 Apr 2021 20:17:01 EEST Mike Frysinger wrote: > > > On 05 Apr 2021 19:31, Dimitar Dimitrov wrote: > > > > From 6f0fb28ff86acc17b5038978cc42144ffa5a5cb4 Mon Sep 17 00:00:00 2001 > > > > From: Dimitar Dimitrov > > > > Date: Mon, 5 Apr 2021 19:21:35 +0300 > > > > Subject: [PATCH] sim: Add bfd include path for common testsuite tools > > > > > > > > On my Fedora33 host this patch fixes the following "make check-sim" > > > > errors for both pru cross target, and native x86_64: > > > > > > > > In file included from ../../../binutils/sim/common/sim-basics.h:131, > > > > > > > > from > > > > testsuite/common/bits32m0.c:13:../../../binutils/sim/.. > > > > / > > > > include/gdb/callback.h:55:10: fatal error: bfd.h: No > > > > such > > > > file or directory> > > > > > > > > 55 | #include "bfd.h" > > > > > > > > | ^~~~~~~ > > > > > > i'm guessing you don't have libbfd installed in your host distro already ? > > > i do which is why i think i missed this. > > > > You are correct. I don't have libbfd installed on my host. > > Can this fix be merged? the expectation was you'd merge it. if you need me to do it, let me know. -mike