1#ifndef __LP64__
2#error "this file must be compiled for LP64."
3#endif
4
5#define __ELF_WORD_SIZE 32
6#define _MACHINE_ELF_WANT_32BIT
7
8#define	ELFCORE_COMPAT_32	1
9#include "elfcore.c"
10
11