1271440Sjkim/* Copyright (C) 2007-2020 Free Software Foundation, Inc.
2271440Sjkim
3271440Sjkim   This file is part of BFD, the Binary File Descriptor library.
4271440Sjkim
5271440Sjkim   This program is free software; you can redistribute it and/or modify
6271440Sjkim   it under the terms of the GNU General Public License as published by
7271440Sjkim   the Free Software Foundation; either version 3 of the License, or
8271440Sjkim   (at your option) any later version.
9271440Sjkim
10271440Sjkim   This program is distributed in the hope that it will be useful,
11271440Sjkim   but WITHOUT ANY WARRANTY; without even the implied warranty of
12271440Sjkim   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13271440Sjkim   GNU General Public License for more details.
14271440Sjkim
15271440Sjkim   You should have received a copy of the GNU General Public License
16271440Sjkim   along with this program; if not, write to the Free Software
17271440Sjkim   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
18271440Sjkim   MA 02110-1301, USA.  */
19271440Sjkim
20271440Sjkim/* Definitions that are needed for core files.  Core section sizes for
21271440Sjkim   the DPX2 are in bytes.  */
22271440Sjkim
23271440Sjkim#include <sys/param.h>
24271440Sjkim#define NBPG 1
25271440Sjkim#define UPAGES (USIZE * NBPP)
26271440Sjkim#define HOST_DATA_START_ADDR (u.u_exdata.ux_datorg)
27271440Sjkim#define HOST_STACK_END_ADDR (USERSTACK)
28271440Sjkim