From owner-svn-src-head@FreeBSD.ORG Mon Oct 20 18:07:14 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C5D6CDF2; Mon, 20 Oct 2014 18:07:14 +0000 (UTC) Received: from vlakno.cz (mail.vlakno.cz [91.217.96.224]) by mx1.freebsd.org (Postfix) with ESMTP id 89177208; Mon, 20 Oct 2014 18:07:14 +0000 (UTC) Received: by vlakno.cz (Postfix, from userid 1002) id 729331D95A3C; Mon, 20 Oct 2014 20:00:02 +0200 (CEST) Date: Mon, 20 Oct 2014 20:00:02 +0200 From: Roman Divacky To: Marcel Moolenaar Subject: Re: svn commit: r273334 - in head/sys: boot/common kern sys Message-ID: <20141020180002.GA85946@vlakno.cz> References: <201410201704.s9KH44wX079917@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201410201704.s9KH44wX079917@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2014 18:07:14 -0000 > Note that LLVM appends the priority of the constructors to the name of > the .ctors section. Not so when compiling with GCC. The code currently > works for GCC and not for LLVM. Uhm? LLVM here creates ".ctors" section, nothing is appended. Can you be more specific on what you're seing? Roman