From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 95939 invoked by alias); 17 Nov 2017 00:51:22 -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 95930 invoked by uid 89); 17 Nov 2017 00:51:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,KB_WAM_FROM_NAME_SINGLEWORD,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=H*f:sk:d4fd34d, H*f:sk:4bca71a 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 ESMTP; Fri, 17 Nov 2017 00:51:21 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 2A69311632F; Thu, 16 Nov 2017 19:51:20 -0500 (EST) 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 yYygMYkMaTEM; Thu, 16 Nov 2017 19:51:20 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id EE8241162F4; Thu, 16 Nov 2017 19:51:19 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 3F4BF87459; Thu, 16 Nov 2017 16:51:18 -0800 (PST) Date: Fri, 17 Nov 2017 00:51:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: RFC: problems with minimal symbols (without a type) Message-ID: <20171117005118.xlgej5evvxsq7n2w@adacore.com> References: <20171109012540.ds5ixw4pq6rclhgc@adacore.com> <4bca71af-2877-2adf-9f54-e51d7e6b5b8b@redhat.com> <20171115013531.cwj5pzjttrihofhl@adacore.com> <20171115185204.qku477ejfyescpie@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171115185204.qku477ejfyescpie@adacore.com> User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2017-11/txt/msg00332.txt.bz2 For easier cross-references, I sent a patch fixing casting (and it turns out also taking a minsym's address) for review at: https://www.sourceware.org/ml/gdb-patches/2017-11/msg00331.html -- Joel