qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Darwin asm fix


From: Daniel Jacobowitz
Subject: Re: [Qemu-devel] [PATCH] Darwin asm fix
Date: Tue, 20 Jan 2004 15:11:46 -0500
User-agent: Mutt/1.5.1i

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]