1 /* Definitions for an Apple Macintosh running A/UX 3.x. */ 2 3 #include <sys/param.h> 4 #include <sys/page.h> 5 6 /* Definitions used by trad-core.c. */ 7 #define NBPG NBPP 8 9 #define HOST_DATA_START_ADDR u.u_exdata.ux_datorg 10 #define HOST_TEXT_START_ADDR u.u_exdata.ux_txtorg 11 #define HOST_STACK_END_ADDR 0x100000000 12 13 #define UPAGES USIZE 14 15 #define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(abfd) \ 16 (abfd->tdata.trad_core_data->u.u_arg[0]) 17