OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [bfd/] [hosts/] [decstation.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
/* Hopefully this should include either machine/param.h (Ultrix) or
2
   machine/machparam.h (Mach), whichever is its name on this system.  */
3
#include <sys/param.h>
4
 
5
#include <machine/vmparam.h>
6
 
7
#define HOST_PAGE_SIZE          NBPG
8
/* #define      HOST_SEGMENT_SIZE       NBPG -- we use HOST_DATA_START_ADDR */
9
#define HOST_MACHINE_ARCH       bfd_arch_mips
10
/* #define      HOST_MACHINE_MACHINE     */
11
 
12
#define HOST_TEXT_START_ADDR            USRTEXT
13
#define HOST_DATA_START_ADDR            USRDATA
14
#define HOST_STACK_END_ADDR             USRSTACK
15
 
16
#define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(core_bfd) \
17
  ((core_bfd)->tdata.trad_core_data->u.u_arg[0])

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.