On 08/17/2015 08:36 PM, Peter Crosthwaite wrote:
On Mon, Aug 17, 2015 at 11:39 AM, Richard Henderson <r...@twiddle.net> 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~