From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 84931 invoked by alias); 26 Feb 2015 08:30:08 -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 84918 invoked by uid 89); 26 Feb 2015 08:30:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 26 Feb 2015 08:30:07 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t1Q8U4ST011249 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 26 Feb 2015 03:30:04 -0500 Received: from host1.jankratochvil.net ([10.40.204.17]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t1Q8U0Wx009401 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Thu, 26 Feb 2015 03:30:03 -0500 Date: Thu, 26 Feb 2015 08:30:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: Phil Muldoon , gdb-patches@sourceware.org Subject: Re: [patchv2] compile: Fix GNU-IFUNC funcs called from injected code Message-ID: <20150226083000.GA30858@host1.jankratochvil.net> References: <20150224190720.GA32497@host1.jankratochvil.net> <20150224200237.GA1746@host1.jankratochvil.net> <54ED85CC.7030506@redhat.com> <20150225172944.GA28033@host1.jankratochvil.net> <20150226081800.GA31815@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150226081800.GA31815@adacore.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-02/txt/msg00738.txt.bz2 On Thu, 26 Feb 2015 09:18:00 +0100, Joel Brobecker wrote: > Let's please hold them off until the project is officially a C++ > project. I will change that upon check-in. > At the moment, we support the building of GDB using > a pure C compiler which may not understand those. + > If other areas use them already, I consider that a bug. Non-// compiler would not work anyway, last time such a patch check-in was: commit bb2ec1b34e7cc8d8602512235016e74b800dac3b Author: Tom Tromey Date: Wed May 14 14:35:45 2014 -0600 the "compile" command Jan