From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 52078 invoked by alias); 10 Apr 2015 06:28:21 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 52064 invoked by uid 89); 10 Apr 2015 06:28:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 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; Fri, 10 Apr 2015 06:28:20 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t3A6SGE5015777 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 10 Apr 2015 02:28:16 -0400 Received: from tucnak.zalov.cz (ovpn-116-24.ams2.redhat.com [10.36.116.24]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t3A6SF3B030068 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 10 Apr 2015 02:28:16 -0400 Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.14.9/8.14.9) with ESMTP id t3A6SD2f016661; Fri, 10 Apr 2015 08:28:13 +0200 Received: (from jakub@localhost) by tucnak.zalov.cz (8.14.9/8.14.9/Submit) id t3A6SCBq016660; Fri, 10 Apr 2015 08:28:12 +0200 Date: Fri, 10 Apr 2015 06:28:00 -0000 From: Jakub Jelinek To: Tristan Gingold Cc: Bernhard Reutner-Fischer , GCC Patches , Douglas Rupp Subject: Re: [PATCH] PR target/55143: undefined reference to `c_default_pointer_mode' Message-ID: <20150410062812.GQ19273@tucnak.redhat.com> Reply-To: Jakub Jelinek References: <1428607654-16888-1-git-send-email-rep.dot.nop@gmail.com> <20150409194135.GO19273@tucnak.redhat.com> <20150409200929.GP19273@tucnak.redhat.com> <552762BF.6000501@free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <552762BF.6000501@free.fr> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00430.txt.bz2 On Fri, Apr 10, 2015 at 07:42:23AM +0200, Tristan Gingold wrote: > On 09/04/15 22:09, Jakub Jelinek wrote: > > > The c_default_pointer_mode is very ugly hack, but guess at least for > > now it is ok for trunk. > > > > Jakub > > Could you suggest a better approach ? Perhaps a target hook (maybe just a variable in the target hooks)? Jakub