1223637Sbz/* Definitions that are needed for core files.  Core section sizes for
2130614Smlaier   the DPX2 are in bytes.  */
3130614Smlaier
4130614Smlaier#include <sys/param.h>
5130614Smlaier#define NBPG 1
6130614Smlaier#define UPAGES (USIZE * NBPP)
7130614Smlaier#define HOST_DATA_START_ADDR (u.u_exdata.ux_datorg)
8130614Smlaier#define HOST_STACK_END_ADDR (USERSTACK)
9130614Smlaier