From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11784 invoked by alias); 15 Nov 2012 20:33:59 -0000 Received: (qmail 11775 invoked by uid 22791); 15 Nov 2012 20:33:58 -0000 X-SWARE-Spam-Status: No, hits=-7.7 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 15 Nov 2012 20:33:53 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qAFKXlNF012798 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 15 Nov 2012 15:33:47 -0500 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id qAFKXjdI020357; Thu, 15 Nov 2012 15:33:45 -0500 Message-ID: <50A551A8.8090806@redhat.com> Date: Thu, 15 Nov 2012 20:33:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121029 Thunderbird/16.0.2 MIME-Version: 1.0 To: Pierre Muller CC: "'Joel Brobecker'" , gdb@sourceware.org Subject: Re: [RFC] ARI related: Use of GCC poison pragma References: <009b01cdc30f$c7684e80$5638eb80$@muller@ics-cnrs.unistra.fr> <20121115151350.GB3806@adacore.com> <50a51777.47f0440a.09dd.2b79SMTPIN_ADDED@mx.google.com> <50A530FA.1020604@redhat.com> <001f01cdc36d$938a7a30$ba9f6e90$@muller@ics-cnrs.unistra.fr> In-Reply-To: <001f01cdc36d$938a7a30$ba9f6e90$@muller@ics-cnrs.unistra.fr> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2012-11/txt/msg00047.txt.bz2 In 15-11-2012 20:12, Pierre Muller wrote: > But we could poison function that do exist > in standard includes like > sprint for example, no? Yes, that might be a good one to poison. -- Pedro Alves