From owner-freebsd-hackers@FreeBSD.ORG Fri Feb 27 08:24:37 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 F216F1065673 for ; Fri, 27 Feb 2009 08:24:37 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34]) by mx1.freebsd.org (Postfix) with ESMTP id B350C8FC16 for ; Fri, 27 Feb 2009 08:24:37 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id n1R7pC0Z030854 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 26 Feb 2009 23:51:12 -0800 (PST) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id n1R7pC6r030853; Thu, 26 Feb 2009 23:51:12 -0800 (PST) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA04566; Thu, 26 Feb 09 23:46:36 PST Date: Thu, 26 Feb 2009 23:46:22 -0800 From: perryh@pluto.rain.com To: christoph.mallon@gmx.de Message-Id: <49a79a4e.jj/fvw29lwxNJgz+%perryh@pluto.rain.com> References: <20090226180756.GX19161@hoeg.nl> <20090226204243.GA96251@zim.MIT.EDU> <49A70092.6030601@gmx.de> In-Reply-To: <49A70092.6030601@gmx.de> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: hackers@freebsd.org Subject: 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:24:38 -0000 > >> 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?