elf.h 267 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
#ifndef __UM_ELF_H
#define __UM_ELF_H

#include "asm/archparam.h"

#define ELF_HWCAP (0)

#define SET_PERSONALITY(ex, ibcs2) do ; while(0)

#define ELF_EXEC_PAGESIZE 4096

#define elf_check_arch(x) (1)

#define ELF_CLASS ELFCLASS32

#define USE_ELF_CORE_DUMP

#endif