1 /* Definitions for a Motorola Delta 3300 box running System V R3.0. 2 Contributed by manfred@lts.sel.alcatel.de. */ 3 4 #include <sys/param.h> 5 6 /* Definitions used by trad-core.c. */ 7 #define NBPG NBPC 8 #define HOST_DATA_START_ADDR u.u_exdata.ux_datorg 9 #define HOST_TEXT_START_ADDR u.u_exdata.ux_txtorg 10 #if 0 11 #define HOST_STACK_END_ADDR 0x40000000 12 #else 13 /* User's stack, copied from sys/param.h */ 14 #define HOST_STACK_END_ADDR USRSTACK 15 #endif 16 #define UPAGES USIZE 17 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(abfd) \ 18 abfd->tdata.trad_core_data->u.u_abort 19