1*b88e3e88Schristos /* Copyright (C) 2007-2020 Free Software Foundation, Inc.
2440a403fSchristos 
3440a403fSchristos    This file is part of BFD, the Binary File Descriptor library.
4440a403fSchristos 
5440a403fSchristos    This program is free software; you can redistribute it and/or modify
6440a403fSchristos    it under the terms of the GNU General Public License as published by
7440a403fSchristos    the Free Software Foundation; either version 3 of the License, or
8440a403fSchristos    (at your option) any later version.
9440a403fSchristos 
10440a403fSchristos    This program is distributed in the hope that it will be useful,
11440a403fSchristos    but WITHOUT ANY WARRANTY; without even the implied warranty of
12440a403fSchristos    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13440a403fSchristos    GNU General Public License for more details.
14440a403fSchristos 
15440a403fSchristos    You should have received a copy of the GNU General Public License
16440a403fSchristos    along with this program; if not, write to the Free Software
17440a403fSchristos    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
18440a403fSchristos    MA 02110-1301, USA.  */
19440a403fSchristos 
20440a403fSchristos #include <machine/param.h>
21440a403fSchristos #include <machine/vmparam.h>
22440a403fSchristos #define	HOST_PAGE_SIZE		(NBPG*CLSIZE)
23440a403fSchristos #define	HOST_MACHINE_ARCH	bfd_arch_vax
24440a403fSchristos 
25440a403fSchristos #define	HOST_TEXT_START_ADDR	USRTEXT
26440a403fSchristos #define	HOST_STACK_END_ADDR	USRSTACK
27440a403fSchristos #undef	HOST_BIG_ENDIAN_P
28