Revision 0d5d4699 linux-user/elfload.c

b/linux-user/elfload.c
629 629

  
630 630
#define ELF_START_MMAP 0x80000000
631 631

  
632
#define elf_check_arch(x) ( (x) == EM_XILINX_MICROBLAZE )
632
#define elf_check_arch(x) ( (x) == EM_MICROBLAZE || (x) == EM_MICROBLAZE_OLD)
633 633

  
634 634
#define ELF_CLASS   ELFCLASS32
635 635
#define ELF_DATA	ELFDATA2MSB
636
#define ELF_ARCH    EM_XILINX_MICROBLAZE
636
#define ELF_ARCH    EM_MICROBLAZE
637 637

  
638 638
static inline void init_thread(struct target_pt_regs *regs, struct image_info *infop)
639 639
{

Also available in: Unified diff