Revision 388bb21a linux-user/elfload.c

b/linux-user/elfload.c
287 287

  
288 288
#define elf_check_arch(x) ( (x) == EM_MIPS )
289 289

  
290
#ifdef TARGET_MIPS64
291
#define ELF_CLASS   ELFCLASS64
292
#else
290 293
#define ELF_CLASS   ELFCLASS32
294
#endif
291 295
#ifdef TARGET_WORDS_BIGENDIAN
292 296
#define ELF_DATA	ELFDATA2MSB
293 297
#else
......
302 306
    regs->regs[29] = infop->start_stack;
303 307
}
304 308

  
309
#define USE_ELF_CORE_DUMP
310
#define ELF_EXEC_PAGESIZE        4096
311

  
305 312
#endif /* TARGET_MIPS */
306 313

  
307 314
#ifdef TARGET_SH4

Also available in: Unified diff