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

  1. #include "hosts/std-host.h"
  2.  
  3. #include <machine/machparam.h>
  4.  
  5. #define    HAVE_STRERROR
  6.  
  7. #define    HOST_PAGE_SIZE        NBPG
  8. #define    HOST_SEGMENT_SIZE    NBPG
  9. #define    HOST_MACHINE_ARCH    bfd_arch_i386
  10. #define    HOST_TEXT_START_ADDR    0x10000        /* By inspection */
  11. #define    HOST_STACK_END_ADDR    KERNBASE
  12.