From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTuFz-0006zj-Eb for qemu-devel@nongnu.org; Thu, 23 Jul 2009 05:06:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTuFu-0006vK-GT for qemu-devel@nongnu.org; Thu, 23 Jul 2009 05:06:30 -0400 Received: from [199.232.76.173] (port=48214 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTuFu-0006v3-4T for qemu-devel@nongnu.org; Thu, 23 Jul 2009 05:06:26 -0400 Received: from mx2.redhat.com ([66.187.237.31]:43281) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MTuFt-0002ia-Ku for qemu-devel@nongnu.org; Thu, 23 Jul 2009 05:06:25 -0400 Message-ID: <4A68280B.30505@redhat.com> Date: Thu, 23 Jul 2009 11:06:19 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <4A681719.5050700@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Juan Quintela Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org 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. Paolo