xref: /netbsd-src/external/gpl3/binutils.old/dist/bfd/hosts/mipsmach3.h (revision e992f068c547fd6e84b3f104dc2340adcc955732)
1*e992f068Schristos /* Copyright (C) 2007-2022 Free Software Foundation, Inc.
216dce513Schristos 
316dce513Schristos    This file is part of BFD, the Binary File Descriptor library.
416dce513Schristos 
516dce513Schristos    This program is free software; you can redistribute it and/or modify
616dce513Schristos    it under the terms of the GNU General Public License as published by
716dce513Schristos    the Free Software Foundation; either version 3 of the License, or
816dce513Schristos    (at your option) any later version.
916dce513Schristos 
1016dce513Schristos    This program is distributed in the hope that it will be useful,
1116dce513Schristos    but WITHOUT ANY WARRANTY; without even the implied warranty of
1216dce513Schristos    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1316dce513Schristos    GNU General Public License for more details.
1416dce513Schristos 
1516dce513Schristos    You should have received a copy of the GNU General Public License
1616dce513Schristos    along with this program; if not, write to the Free Software
1716dce513Schristos    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
1816dce513Schristos    MA 02110-1301, USA.  */
1916dce513Schristos 
2016dce513Schristos #include <machine/vmparam.h>
2116dce513Schristos #include <machine/machparam.h>
2216dce513Schristos #include <sys/param.h>
2316dce513Schristos 
2416dce513Schristos #define	HOST_PAGE_SIZE		NBPG
2516dce513Schristos /* #define	HOST_SEGMENT_SIZE	NBPG  */
2616dce513Schristos #define	HOST_MACHINE_ARCH	bfd_arch_mips
2716dce513Schristos #define	HOST_TEXT_START_ADDR	USRTEXT
2816dce513Schristos #define	HOST_DATA_START_ADDR	USRDATA
2916dce513Schristos #define	HOST_STACK_END_ADDR	USRSTACK
30