From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C2IGx-0002kU-Im for qemu-devel@nongnu.org; Tue, 31 Aug 2004 19:42:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C2IGv-0002j7-FZ for qemu-devel@nongnu.org; Tue, 31 Aug 2004 19:42:43 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C2IGv-0002j4-AW for qemu-devel@nongnu.org; Tue, 31 Aug 2004 19:42:41 -0400 Received: from [66.111.4.30] (helo=frontend1.messagingengine.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C2IBf-0007Il-Hh for qemu-devel@nongnu.org; Tue, 31 Aug 2004 19:37:15 -0400 Received: from [192.168.0.2] (h00500483e41d.ne.client2.attbi.com [65.96.126.182]) by frontend1.messagingengine.com (Postfix) with ESMTP id 07116C14DB5 for ; Tue, 31 Aug 2004 19:37:13 -0400 (EDT) Message-ID: <41353613.8080304@fastmail.fm> Date: Tue, 31 Aug 2004 19:38:11 -0700 From: David Howland MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: port to netbsd References: <4134FC39.700@ecs.umass.edu> <87hdqjhqp1.fsf@benpfaff.org> In-Reply-To: <87hdqjhqp1.fsf@benpfaff.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Ben Pfaff wrote: > Rename one set of functions or the other. It's probably easier > to rename qemu's set. ya, I did that. Just took the hacksaw to it. I similarly hacked up a few other places. I guess I'll just hack it until it compiles, then I'll worry about making it clean. Anyway, it gets somewhat further now, but stops at the following... --------------------------------------------------------------- /usr/pkg/gcc3/bin/gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointe referred-stack-boundary=2 -malign-functions=0 -I. -I/home/dave/build/qemu-0 target-i386 -I/home/dave/build/qemu-0.6.0 -D_GNU_SOURCE -I/home/dave/build/ 0.6.0/slirp -c -o op.o /home/dave/build/qemu-0.6.0/target-i386/op.c cc1: warning: -malign-functions is obsolete, use -falign-functions ../dyngen -o op.h op.o dyngen: ret or jmp expected at the end of op_divb_AL_T0 gmake[1]: *** [op.h] Error 1 gmake[1]: Leaving directory `/home/dave/build/qemu-0.6.0/i386-softmmu' --------------------------------------------------------------- This one actually does have me stumped. I don't really see how this is a NetBSD issue. So...any hints? thnx, d