From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M7Xjt-000429-GO for qemu-devel@nongnu.org; Fri, 22 May 2009 12:36:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M7Xjo-00040F-Ip for qemu-devel@nongnu.org; Fri, 22 May 2009 12:36:56 -0400 Received: from [199.232.76.173] (port=51876 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M7Xjo-00040B-BS for qemu-devel@nongnu.org; Fri, 22 May 2009 12:36:52 -0400 Received: from mail-gx0-f176.google.com ([209.85.217.176]:59825) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M7Xjo-0006T6-0a for qemu-devel@nongnu.org; Fri, 22 May 2009 12:36:52 -0400 Received: by gxk24 with SMTP id 24so7220741gxk.10 for ; Fri, 22 May 2009 09:36:51 -0700 (PDT) Message-ID: <4A16D4A0.7000402@codemonkey.ws> Date: Fri, 22 May 2009 11:36:48 -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> In-Reply-To: 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: Blue Swirl Cc: Consul , Paul Brook , qemu-devel@nongnu.org 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 don't think unnecessary object files are a huge concern. If it is, the better thing is to use a per-target config instead of relying on ld to figure things out. Regards, Anthony Liguori