From owner-freebsd-hackers@FreeBSD.ORG Fri Feb 27 08:27:49 2009 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3135F106566C for ; Fri, 27 Feb 2009 08:27:49 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id E0B178FC21 for ; Fri, 27 Feb 2009 08:27:48 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 8758D9CB121; Fri, 27 Feb 2009 09:24:33 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id b7TMfhgUlTax; Fri, 27 Feb 2009 09:24:19 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id F1BA19CB169; Fri, 27 Feb 2009 09:24:18 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id n1R8OIR7056529; Fri, 27 Feb 2009 09:24:18 +0100 (CET) (envelope-from rdivacky) Date: Fri, 27 Feb 2009 09:24:18 +0100 From: Roman Divacky To: perryh@pluto.rain.com Message-ID: <20090227082417.GA55567@freebsd.org> References: <20090226180756.GX19161@hoeg.nl> <20090226204243.GA96251@zim.MIT.EDU> <49A70092.6030601@gmx.de> <49a79a4e.jj/fvw29lwxNJgz+%perryh@pluto.rain.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49a79a4e.jj/fvw29lwxNJgz+%perryh@pluto.rain.com> User-Agent: Mutt/1.4.2.3i Cc: hackers@freebsd.org, christoph.mallon@gmx.de Subject: Re: hosted, or not (Re: Renaming all symbols in libmp(3)) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2009 08:27:49 -0000 On Thu, Feb 26, 2009 at 11:46:22PM -0800, perryh@pluto.rain.com wrote: > > >> By default, LLVM has a built-in prototype of pow(), similar to > > >> GCC. Unlike GCC, LLVM raises a compiler error by default ... > > > ... it's invalid code to have a function named pow() > > in a hosted environment which is not /The/ pow(). > ^^^^^^^^^^^^^^^^^^^^^^^ > > I don't suppose LLVM supports a commmand-line switch to use embedded > mode instead of hosted? of course it does.... -ffreestanding