From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13092 invoked by alias); 14 May 2015 14:17:38 -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 12304 invoked by uid 89); 14 May 2015 14:17:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 14 May 2015 14:17:33 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 474BF28938; Thu, 14 May 2015 10:17:31 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id G43svAghT6BE; Thu, 14 May 2015 10:17:31 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 1A1EF28937; Thu, 14 May 2015 10:17:31 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 27FFA40DAA; Thu, 14 May 2015 07:17:34 -0700 (PDT) Date: Thu, 14 May 2015 14:17:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [RFA] Fix gdbserver build failure on arm-android. Message-ID: <20150514141734.GJ4767@adacore.com> References: <1431100919-8245-1-git-send-email-brobecker@adacore.com> <555479CC.9030808@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <555479CC.9030808@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2015-05/txt/msg00365.txt.bz2 > > gdb/gdbserver/ChangeLog: > > > > * configure.ac: Add prfpregset_t BFD_HAVE_SYS_PROCFS_TYPE check. > > * configure, config.in: Regenerate. > > * gdb_proc_service.h [HAVE_PRFPREGSET_T] (prfpregset_t): > > Declare typedef. > > > > OK to commit? > > OK. Thanks! Pushed to master. > BTW, do you also trip on this one? : > > https://sourceware.org/ml/gdb/2015-04/msg00025.html We don't, at the moment. But we're planning on upgrading to a newer version in the next few weeks, so we might eventually hit that issue too. We don't know yet which version we'll target, so I can't say much more at the moment. -- Joel