ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / include / asm-um / elf.h
1 #ifndef __UM_ELF_H
2 #define __UM_ELF_H
3
4 #include "asm/archparam.h"
5
6 #define ELF_HWCAP (0)
7
8 #define SET_PERSONALITY(ex, ibcs2) do ; while(0)
9
10 #define ELF_EXEC_PAGESIZE 4096
11
12 #define elf_check_arch(x) (1)
13
14 #define ELF_CLASS ELFCLASS32
15
16 #define USE_ELF_CORE_DUMP
17
18 #endif