1*f22f0ef4Schristos /* Copyright (C) 2007-2022 Free Software Foundation, Inc.
22a6b7db3Sskrll 
32a6b7db3Sskrll    This file is part of BFD, the Binary File Descriptor library.
42a6b7db3Sskrll 
52a6b7db3Sskrll    This program is free software; you can redistribute it and/or modify
62a6b7db3Sskrll    it under the terms of the GNU General Public License as published by
72a6b7db3Sskrll    the Free Software Foundation; either version 3 of the License, or
82a6b7db3Sskrll    (at your option) any later version.
92a6b7db3Sskrll 
102a6b7db3Sskrll    This program is distributed in the hope that it will be useful,
112a6b7db3Sskrll    but WITHOUT ANY WARRANTY; without even the implied warranty of
122a6b7db3Sskrll    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
132a6b7db3Sskrll    GNU General Public License for more details.
142a6b7db3Sskrll 
152a6b7db3Sskrll    You should have received a copy of the GNU General Public License
162a6b7db3Sskrll    along with this program; if not, write to the Free Software
172a6b7db3Sskrll    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
182a6b7db3Sskrll    MA 02110-1301, USA.  */
192a6b7db3Sskrll 
202a6b7db3Sskrll #include <machine/param.h>
212a6b7db3Sskrll #include <machine/vmparam.h>
222a6b7db3Sskrll #define	HOST_PAGE_SIZE		(NBPG*CLSIZE)
232a6b7db3Sskrll #define	HOST_MACHINE_ARCH	bfd_arch_vax
242a6b7db3Sskrll 
252a6b7db3Sskrll #define	HOST_TEXT_START_ADDR	USRTEXT
262a6b7db3Sskrll #define	HOST_STACK_END_ADDR	USRSTACK
272a6b7db3Sskrll #undef	HOST_BIG_ENDIAN_P
28