From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M9Rmi-0005ph-EB for qemu-devel@nongnu.org; Wed, 27 May 2009 18:39:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M9Rmd-0005nf-Rf for qemu-devel@nongnu.org; Wed, 27 May 2009 18:39:44 -0400 Received: from [199.232.76.173] (port=48310 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9Rmd-0005nY-HH for qemu-devel@nongnu.org; Wed, 27 May 2009 18:39:39 -0400 Received: from rv-out-0708.google.com ([209.85.198.250]:27911) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M9Rmd-0008MK-0p for qemu-devel@nongnu.org; Wed, 27 May 2009 18:39:39 -0400 Received: by rv-out-0708.google.com with SMTP id l33so1125107rvb.2 for ; Wed, 27 May 2009 15:39:37 -0700 (PDT) Message-ID: <4A1DC123.6070807@codemonkey.ws> Date: Wed, 27 May 2009 17:39:31 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Windows runtime error References: <200905221304.53279.paul@codesourcery.com> <4A16A38A.40800@codemonkey.ws> <200905221415.40621.paul@codesourcery.com> <4A190FF6.9000004@redhat.com> In-Reply-To: <4A190FF6.9000004@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Blue Swirl , Consul , Paul Brook , qemu-devel@nongnu.org Avi Kivity wrote: > Blue Swirl wrote: >> I disagree, whole-archive should only be used very sparingly, >> basically for the block/* stuff only. Otherwise most emulators will be >> linked with a lot of unnecessary objects files from the archives that >> will never be used on that platform. >> > > I think even for block/* we should not use whole archive. Specifying > the full list of objects, or perhaps a partially linked object is much > cleaner. I'm not opposed to this. I don't see a lot of advantages to using a static library. Regards, Anthony Liguori