From owner-freebsd-current@FreeBSD.ORG Sun May 1 13:10:57 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01067106566B for ; Sun, 1 May 2011 13:10:57 +0000 (UTC) (envelope-from rdivacky@vlakno.cz) Received: from vlakno.cz (lev.vlakno.cz [46.28.110.116]) by mx1.freebsd.org (Postfix) with ESMTP id B3D438FC13 for ; Sun, 1 May 2011 13:10:56 +0000 (UTC) Received: by vlakno.cz (Postfix, from userid 1002) id 4EBA37F3938; Sun, 1 May 2011 14:51:36 +0200 (CEST) Date: Sun, 1 May 2011 14:51:36 +0200 From: Roman Divacky To: Hans Petter Selasky Message-ID: <20110501125136.GA62418@freebsd.org> References: <72378267@bb.ipt.ru> <20110430094616.GA86210@freebsd.org> <201104301146.28225.hselasky@c2i.net> <201104301153.30356.hselasky@c2i.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201104301153.30356.hselasky@c2i.net> User-Agent: Mutt/1.4.2.3i Cc: freebsd-multimedia@freebsd.org, Boris Samorodov , freebsd-current@freebsd.org, current@freebsd.org Subject: Re: webcamd-0.1.26: does not build with clang X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 May 2011 13:10:57 -0000 This is a bug in llvm integrated assembler. I filed a bug for it http://llvm.org/bugs/show_bug.cgi?id=9822 webcamd compiles/links just fine with clang + gnu as. On Sat, Apr 30, 2011 at 11:53:30AM +0200, Hans Petter Selasky wrote: > On Saturday 30 April 2011 11:46:28 Hans Petter Selasky wrote: > > linux_init_mod/linux_exit_mod. > > These two symbols are so-called sections. At least the GCC will resolve these, > I.E. when there is an __attribute__((__section__("linux_init_mod"))), then > also extern linux_init_mod resolves. > > --HPS > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"