From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9044 invoked by alias); 1 Aug 2015 09:09:02 -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 9032 invoked by uid 89); 1 Aug 2015 09:09:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_20,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sat, 01 Aug 2015 09:09:00 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 208AC28B507E; Sat, 1 Aug 2015 11:08:58 +0200 (CEST) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id InkPCM_VV06U; Sat, 1 Aug 2015 11:08:58 +0200 (CEST) Received: from [192.168.0.6] (nat75-2-78-193-84-173.fbxo.proxad.net [78.193.84.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id 0863728B4069; Sat, 1 Aug 2015 11:08:58 +0200 (CEST) Message-ID: <55BC8CA9.3070505@adacore.com> Date: Sat, 01 Aug 2015 09:09:00 -0000 From: Pierre-Marie de Rodat User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Doug Evans CC: GDB Patches , Pedro Alves Subject: Re: [PATCH] Replace the block_found global with explicit data-flow References: <55AE7520.1010307@adacore.com> <55AE943F.3000009@adacore.com> <55BA299D.7040407@adacore.com> <55BC89E6.9040705@adacore.com> In-Reply-To: <55BC89E6.9040705@adacore.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00001.txt.bz2 On 08/01/2015 10:57 AM, Pierre-Marie de Rodat wrote: > This is pushed, now. Sergio's buildbot detected a compilation error: ../../binutils-gdb/gdb/ft32-tdep.c: In function 'ft32_skip_prologue': ../../binutils-gdb/gdb/ft32-tdep.c:253:8: error: incompatible types when assigning to type 'struct symbol *' from type 'struct block_symbol' sym = lookup_symbol (func_name, NULL, VAR_DOMAIN, NULL); Strange, I don't have this problem locally. Investigating how the buildbot's build is different (mhm… probably this --enable-targets=all). -- Pierre-Marie de Rodat