From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16560 invoked by alias); 13 Aug 2013 15:03:13 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 16551 invoked by uid 89); 13 Aug 2013 15:03:12 -0000 X-Spam-SWARE-Status: No, score=-4.4 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD autolearn=ham version=3.3.2 Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 13 Aug 2013 15:03:11 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3) with ESMTP id r7DF31Tm011260; Tue, 13 Aug 2013 17:03:02 +0200 (CEST) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.5/8.14.3/Submit) id r7DF31S2005371; Tue, 13 Aug 2013 17:03:01 +0200 (CEST) Date: Tue, 13 Aug 2013 15:03:00 -0000 Message-Id: <201308131503.r7DF31S2005371@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: mircea.gherzan@intel.com CC: tromey@redhat.com, jan.kratochvil@redhat.com, gdb-patches@sourceware.org, markus.t.metzger@intel.com, mircea.gherzan@intel.com In-reply-to: <1376405154-13435-1-git-send-email-mircea.gherzan@intel.com> (message from Mircea Gherzan on Tue, 13 Aug 2013 16:45:54 +0200) Subject: Re: [PATCH] btrace: fix the non-native build References: <1376405154-13435-1-git-send-email-mircea.gherzan@intel.com> X-SW-Source: 2013-08/txt/msg00345.txt.bz2 > From: Mircea Gherzan > Date: Tue, 13 Aug 2013 16:45:54 +0200 > > When building on a non-Linux host for a Linux target, the build fails > because the linux-btrace object is not built/linked. > > 2013-08-09 Mircea Gherzan > > gdb/ > * configure.tgt: Add linux-btrace.o to gdb_target_obs for i386 > and x86_64 Linux targets. > * config/i386/linux.mh (NATDEPFILES): Remove linux-btrace.o. > * config/i386/linux64.mh (NATDEPFILES): Remove linux-btrace.o. Nope. linux-btrace.c contains native code that should only ever be linked into a native GDB.