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 1Aj2S8-00061s-VB for qemu-devel@nongnu.org; Tue, 20 Jan 2004 15:26:24 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Aj2RW-0005qE-Dh for qemu-devel@nongnu.org; Tue, 20 Jan 2004 15:26:17 -0500 Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1Aj2EO-0002ob-9c for qemu-devel@nongnu.org; Tue, 20 Jan 2004 15:12:12 -0500 Received: from [66.93.172.17] (helo=nevyn.them.org) by mx20.gnu.org with esmtp (Exim 4.24) id 1Aj2Dy-0000BX-Om for qemu-devel@nongnu.org; Tue, 20 Jan 2004 15:11:46 -0500 Received: from drow by nevyn.them.org with local (Exim 4.30 #1 (Debian)) id 1Aj2Dy-0004ie-7m for ; Tue, 20 Jan 2004 15:11:46 -0500 Date: Tue, 20 Jan 2004 15:11:46 -0500 From: Daniel Jacobowitz Subject: Re: [Qemu-devel] [PATCH] Darwin asm fix Message-ID: <20040120201146.GA18105@nevyn.them.org> References: <1074628176.3142.116.camel@jma1.dev.netgem.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1074628176.3142.116.camel@jma1.dev.netgem.com> Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Tue, Jan 20, 2004 at 08:49:37PM +0100, Jocelyn Mayer wrote: > 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 ? Darwin's ld is based on binutils 1.x, and is not ELF, so it's completely different from what Linux uses. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer