From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Aj1su-0005zB-FD for qemu-devel@nongnu.org; Tue, 20 Jan 2004 14:50:00 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Aj1sK-0005qu-Uy for qemu-devel@nongnu.org; Tue, 20 Jan 2004 14:49:56 -0500 Received: from [195.68.2.34] (helo=gw.dev.netgem.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Aj1sK-0005qQ-IZ for qemu-devel@nongnu.org; Tue, 20 Jan 2004 14:49:24 -0500 Received: from jma1.dev.netgem.com ([172.17.17.138] ident=jma) by gw.dev.netgem.com with esmtp (Exim 3.12 #1 (Debian)) id 1Aj1sD-0003Jo-00 for ; Tue, 20 Jan 2004 20:49:17 +0100 Subject: Re: [Qemu-devel] [PATCH] Darwin asm fix From: Jocelyn Mayer In-Reply-To: References: Content-Type: text/plain Message-Id: <1074628176.3142.116.camel@jma1.dev.netgem.com> Mime-Version: 1.0 Date: 20 Jan 2004 20:49:37 +0100 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu mailing list On Tue, 2004-01-20 at 20:27, Pierre d'Herbemont wrote: > Hi! > > This other patch fix the compilation of op.c under darwin. The changed > line is in exec-all.h, and it is related to the different syntax used > in linux and darwin's ld. In this case Darwin's ld wants '.data' > whereas Linux's ld expects '.section ".data"'. Darwin's ld is supposed to be GNU ld, the same that's user under Linux. There may be some options to make it act the same. Don't this may be an issue with as instead ? -- Jocelyn Mayer