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