qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] CONFIG_MMU_MAP powerpc host support


From: Pierre d'Herbemont
Subject: Re: [Qemu-devel] [PATCH] CONFIG_MMU_MAP powerpc host support
Date: Tue, 28 Dec 2004 10:55:01 +0100


On 28 déc. 04, at 10:15, Daniel Egger wrote:

On 27.12.2004, at 22:41, Pierre d'Herbemont wrote:

Mac OS X's assembler expects a slightly different syntax.

But GNU binutils should accept both, so simply changing to the syntax
of the crippled Mac OSX assembler should do the trick.

GNU binutils on Darwin is not a regular thing. By default Apple ships their own binutils, "cctools". And their is no option to switch the syntax used in the cctools, so we'll have to handle both syntax.

You may also notice that in addition to the register naming convention and the word selector name's differences, the many asm keywords like .data or .fill are different. You can explain that with the fact that darwin and linux uses two different ABI : Linux uses elf, darwin uses Mach-O.

Pierre.




reply via email to

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