From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lwyra-00085n-C7 for qemu-devel@nongnu.org; Thu, 23 Apr 2009 09:21:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwyrW-00083X-1L for qemu-devel@nongnu.org; Thu, 23 Apr 2009 09:21:11 -0400 Received: from [199.232.76.173] (port=55658 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwyrV-00083S-QR for qemu-devel@nongnu.org; Thu, 23 Apr 2009 09:21:09 -0400 Received: from dd21438.kasserver.com ([85.13.141.110]:45095) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LwyrV-0005C0-Co for qemu-devel@nongnu.org; Thu, 23 Apr 2009 09:21:09 -0400 Message-ID: <49F06B42.3000602@opensuse.org> Date: Thu, 23 Apr 2009 15:21:06 +0200 From: Martin Mohring MIME-Version: 1.0 Subject: Re: [Qemu-devel] svn trunk currently borked References: <20090422191504.975476933@localhost.localdomain> <20090422192119.514139085@localhost.localdomain> <49EF7EFE.5090208@us.ibm.com> <49F04DDD.7050808@opensuse.org> <761ea48b0904230458h7ed7bfdbj68f4ababd7d06ff4@mail.gmail.com> In-Reply-To: <761ea48b0904230458h7ed7bfdbj68f4ababd7d06ff4@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Desnogues Cc: qemu-devel@nongnu.org Your fix solves the problem. tnx. Laurent Desnogues wrote: > On Thu, Apr 23, 2009 at 1:15 PM, Martin Mohring > wrote: > >> Hi, >> >> one of the last commits borked the qemu user mode: >> >> CC i386-linux-user/i386-dis.o >> AR i386-linux-user/libqemu.a >> LINK i386-linux-user/qemu-i386 >> libqemu.a(op_helper.o): In function `handle_even_inj': >> /usr/src/packages/BUILD/qemu-0.11svn7232/target-i386/op_helper.c:1197: >> undefined reference to `ldl_phys' >> /usr/src/packages/BUILD/qemu-0.11svn7232/target-i386/op_helper.c:1207: >> undefined reference to `stl_phys' >> libqemu.a(op_helper.o): In function `do_interrupt': >> /usr/src/packages/BUILD/qemu-0.11svn7232/target-i386/op_helper.c:1270: >> undefined reference to `ldl_phys' >> > > This is due to commit 7230. > > Could you give the attached patch a try? I just checked it compiled. > > > Laurent > > Signed-off-by: Laurent Desnogues >