From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30210 invoked by alias); 7 Jun 2011 19:11:16 -0000 Received: (qmail 30200 invoked by uid 22791); 7 Jun 2011 19:11:16 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 07 Jun 2011 19:11:00 +0000 Received: (qmail 22067 invoked from network); 7 Jun 2011 19:10:59 -0000 Received: from unknown (HELO digraph.polyomino.org.uk) (joseph@127.0.0.2) by mail.codesourcery.com with ESMTPA; 7 Jun 2011 19:10:59 -0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.72) (envelope-from ) id 1QU1g0-0000to-3U; Tue, 07 Jun 2011 19:10:56 +0000 Date: Tue, 07 Jun 2011 19:17:00 -0000 From: "Joseph S. Myers" To: Rainer Orth cc: Paolo Bonzini , gcc-patches@gcc.gnu.org, Ralf Wildenhues , Mike Stump , "Loren J. Rittle" , Kai Tietz , Dave Korn , Jason Thorpe , Krister Walfridsson , Uros Bizjak , Richard Henderson , Eric Botcazou Subject: Re: [build] Move ENABLE_EXECUTE_STACK to toplevel libgcc In-Reply-To: Message-ID: References: <4DE4AEC2.3030502@gnu.org> <4DE50FFB.90501@gnu.org> <4DE9054B.3050203@gnu.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 X-SW-Source: 2011-06/txt/msg00568.txt.bz2 On Tue, 7 Jun 2011, Rainer Orth wrote: > > So my view is that you should define __LIBGCC_TRAMPOLINE_SIZE__, only if > > -fbuilding-libgcc. > > I can give it a try if I can figure out how to define -fbuilding-libgcc > via the option handling machinery. I just want to avoid having to That should be no more than ; Define extra predefined macros for use in libgcc. fbuilding-libgcc C ObjC C++ ObjC++ Undocumented Var(flag_building_libgcc) in c.opt. -- Joseph S. Myers joseph@codesourcery.com