home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / src / amiga / gdb-4.12-src.lha / gdb-4.12 / bfd / hosts / dpx2.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-03  |  336 b   |  14 lines

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