qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 07/19] moxie: Remove ELF_MACHINE from cpu.h


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 07/19] moxie: Remove ELF_MACHINE from cpu.h
Date: Mon, 17 Aug 2015 20:48:14 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0

On 08/17/2015 08:36 PM, Peter Crosthwaite wrote:
On Mon, Aug 17, 2015 at 11:39 AM, Richard Henderson <address@hidden> wrote:
On 08/15/2015 04:28 PM, Peter Crosthwaite wrote:
-                           ELF_MACHINE, 0);
+                           0xFEED /* EM_MOXIE */, 0);

Please add EM_MOXIE to include/elf.h.


So according to this blog, Moxie actually now has a legit EM:

http://moxielogic.org/blog/ (2nd post from top)
http://www.sco.com/developers/gabi/latest/ch4.eheader.html

Should this 0xFEED be handled the same way as we do for MICROBLAZE_OLD?

#define EM_MICROBLAZE      189
#define EM_MICROBLAZE_OLD  0xBAAB

Yes.  It seems to have been updated in binutils on 2015-01-09.


r~




reply via email to

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