From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTuL5-0000WG-Fb for qemu-devel@nongnu.org; Thu, 23 Jul 2009 05:11:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTuKz-0000Th-SL for qemu-devel@nongnu.org; Thu, 23 Jul 2009 05:11:46 -0400 Received: from [199.232.76.173] (port=52110 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTuKz-0000TV-L6 for qemu-devel@nongnu.org; Thu, 23 Jul 2009 05:11:41 -0400 Received: from mx2.redhat.com ([66.187.237.31]:54090) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MTuKy-0003b1-JQ for qemu-devel@nongnu.org; Thu, 23 Jul 2009 05:11:41 -0400 In-Reply-To: <4A68280B.30505@redhat.com> (Paolo Bonzini's message of "Thu\, 23 Jul 2009 11\:06\:19 +0200") References: <4A681719.5050700@redhat.com> <4A68280B.30505@redhat.com> From: Juan Quintela Date: Thu, 23 Jul 2009 11:11:32 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] Re: [PATCH 0/3 v3] Change search path for libraries for x86_64 linker script List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org Paolo Bonzini wrote: > On 07/23/2009 10:44 AM, Juan Quintela wrote: >> It is using the linker scripts for everything that was using it before, >> not a single more, neither a single less. >> >> Just a bit of DRY, putting the commond code in a single place. > > Good, then it should be ok with respect to Paul Brook's remark. That is my understanding. With respect t oPaul Brook remark, I don't understand: - how darwin-user don't use linker scripts - why ia64 target softmmu uses it But I guess that they are not fully functional yet can be a good explanation. Later, Juan.