xref: /freebsd-src/usr.bin/gcore/elf32core.c (revision fc55c20355d889bf3d3f81d94b3614a0c4253fa0)
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