home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / GDB / GDB-4.13 / GDB-4 / gdb-4.13 / bfd / hosts / dpx2.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-30  |  357 b   |  16 lines

  1. #include <sys/types.h>
  2. #define STDC_HEADERS
  3.  
  4. #define POSIX_UTIME
  5.  
  6. #include "hosts/std-host.h"
  7.  
  8. /* Definitions that are needed for core files.  Core section sizes for
  9.    the DPX2 are in bytes.  */
  10.  
  11. #include <sys/param.h>
  12. #define NBPG 1
  13. #define UPAGES (USIZE * NBPP)
  14. #define HOST_DATA_START_ADDR (u.u_exdata.ux_datorg)
  15. #define HOST_STACK_END_ADDR (USERSTACK)
  16.