home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.004 / xemacs-1 / xemacs-19.13 / src / m / gould.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-28  |  5.6 KB  |  186 lines

  1. /* machine description file for Gould PowerNodes with UTX/32 2.0 and 2.1.
  2.    (See MACHINES for older versions.)
  3.  
  4. * NOTE: If you are running a pre-release of UTX/32 2.1 you should #define
  5. * RELEASE2_1 in config.h. This may also be necessary with un-updated
  6. * official releases of 2.1
  7.  
  8.    Copyright (C) 1986 Free Software Foundation, Inc.
  9.  
  10. This file is part of GNU Emacs.
  11.  
  12. GNU Emacs is free software; you can redistribute it and/or modify
  13. it under the terms of the GNU General Public License as published by
  14. the Free Software Foundation; either version 2, or (at your option)
  15. any later version.
  16.  
  17. GNU Emacs is distributed in the hope that it will be useful,
  18. but WITHOUT ANY WARRANTY; without even the implied warranty of
  19. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  20. GNU General Public License for more details.
  21.  
  22. You should have received a copy of the GNU General Public License
  23. along with GNU Emacs; see the file COPYING.  If not, write to
  24. the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
  25.  
  26. /* Synched up with: FSF 19.29. */
  27.  
  28. /* The following line tells the configuration script what sort of 
  29.    operating system this machine is likely to run.
  30.    USUAL-OPSYS="note"
  31.  
  32. NOTE-START
  33. Gould Power Node (-machine=gould -opsystem=bsd4-2 or bsd4-3)
  34. (gould.h; s-bsd4-2.h or s-bsd4-3.h)
  35.  
  36.   18.36 worked on versions 1.2 and 2.0 of the operating system.
  37.  
  38.   On UTX/32 2.0, use -opsystem=bsd4-3
  39.  
  40.   On UTX/32 1.2 and UTX/32S 1.0, use -opsystem=bsd4-2 and note that compiling 
  41.   lib-src/sorted-doc tickles a compiler bug:  remove the -g flag to cc in the 
  42.   makefile.
  43.  
  44.   UTX/32 1.3 has a bug in the bcopy library routine.  Fix it by 
  45.   #define BROKEN_BCOPY in gould.h.
  46.  
  47.   Version 19 incorporates support for releases 2.1 and later of UTX/32.
  48.   A site running a pre-release of 2.1 should #define RELEASE2_1 in config.h.
  49. NOTE-END */
  50.  
  51. /* Define WORD_MACHINE if addresses and such have
  52.  * to be corrected before they can be used as byte counts.  */
  53.  
  54. /* #define WORD_MACHINE */
  55.  
  56. /* Now define a symbol for the cpu type, if your compiler
  57.    does not define it automatically */
  58.  
  59. #ifndef GOULD
  60. #define GOULD
  61. #endif
  62.  
  63. /* sel is an old preprocessor name on gould machines 
  64.   - it is no longer needed and interferes with a variable in xmenu.c */
  65. #undef sel
  66.  
  67. /* Use type int rather than a union, to represent Lisp_Object */
  68. /* This is desirable for most machines.  */
  69.  
  70. #define NO_UNION_TYPE
  71.  
  72. /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
  73.    the bit field into an int.  In other words, if bit fields
  74.    are always unsigned.
  75.  
  76.    If you use NO_UNION_TYPE, this flag does not matter.  */
  77.  
  78. #define EXPLICIT_SIGN_EXTEND
  79.  
  80. /* Data type of load average, as read out of kmem.  */
  81.  
  82. #define LOAD_AVE_TYPE double
  83.  
  84. /* Convert that into an integer that is 100 for a load average of 1.0  */
  85.  
  86. #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0)
  87.  
  88. /* Define CANNOT_DUMP on machines where unexec does not work.
  89.    Then the function dump-emacs will not be defined
  90.    and temacs will do (load "loadup") automatically unless told otherwise.  */
  91.  
  92. /* #define CANNOT_DUMP */
  93.  
  94. /* Define VIRT_ADDR_VARIES if the virtual addresses of
  95.    pure and impure space as loaded can vary, and even their
  96.    relative order cannot be relied on.
  97.  
  98.    Otherwise Emacs assumes that text space precedes data space,
  99.    numerically.  */
  100.  
  101. #define VIRT_ADDR_VARIES
  102.  
  103. /* Define C_ALLOCA if this machine does not support a true alloca
  104.    and the one written in C should be used instead.
  105.    Define HAVE_ALLOCA to say that the system provides a properly
  106.    working alloca function and it should be used.
  107.    Define neither one if an assembler-language alloca
  108.    in the file alloca.s should be used.  */
  109.  
  110. #define C_ALLOCA
  111. #define    STACK_DIRECTION    -1  /* grows towards lower addresses on Gould UTX/32 */
  112.  
  113. /* No need to extend the user stack. */
  114.  
  115. /* If this is a 2.1 system, COFF will be predefined by cpp. If it's */
  116. /* pre-2.1 COFF won't be defined, which is as it should be. */
  117.  
  118. #ifdef COFF
  119.  
  120. #define HEADER_INCL_IN_TEXT
  121. #define COFF_BSD_SYMBOLS
  122.  
  123. /* Seems to be necessary with coff */
  124. #define NO_REMAP
  125.  
  126. #ifndef GOULD_NP1
  127. /* gould-np1.h includes this file */
  128. /* keep the old value - don't skip over the headers */
  129. #define KEEP_OLD_TEXT_SCNPTR
  130. #define KEEP_OLD_PADDR
  131. #ifndef RELEASE2_1
  132. #define ADJUST_TEXTBASE
  133. #endif /*RELEASE2_1*/
  134. #endif /* GOULD_NP1 */
  135.  
  136. #ifdef IN_UNEXEC
  137. /* make Gould NP and PN COFF look like USG COFF */
  138. /* PN COFF */
  139. #define aouthdr old_exec
  140. /* PN COFF doesn't have a data_start or a_dtbase field in its */
  141. /* optional header, so substitute a junk field */
  142. #define a_dtbase a_ccvers
  143. /* Gould COFF */
  144. #define magic a_magic
  145. #define tsize a_text
  146. #define dsize a_data
  147. #define bsize a_bss
  148. #define entry a_entry
  149. #define text_start a_txbase
  150. #define data_start a_dtbase
  151. #endif /* IN_UNEXEC */
  152.  
  153. /* Define how to search all pty names.
  154.  * This is for UTX 2.1 and greater on PN and all NP versions. It is only
  155.  * accident that this happens to correspond to the same versions of UTX
  156.  * as COFF does, but we'll take advantage of that here.
  157.  */
  158.  
  159. /*#define USE_PTY_PAIR*/
  160.  
  161. #endif /* COFF */
  162.  
  163. /* -g is sometimes broken on the Gould.  */
  164.  
  165. #define C_DEBUG_SWITCH
  166.  
  167. /* Comparing pointers as unsigned ints tickles a bug in older compilers.  */
  168.  
  169. #define PNTR_COMPARISON_TYPE int
  170.  
  171. /* The GOULD machine counts the a.out file header as part of the text.  */
  172.  
  173. #define A_TEXT_OFFSET(HDR) sizeof (HDR)
  174.  
  175. /* Machine-dependent action when about to dump an executable file.  */
  176.  
  177. #ifndef COFF
  178. #define ADJUST_EXEC_HEADER   \
  179.   unexec_text_start = hdr.a_txbase + sizeof (hdr);
  180. #endif
  181.  
  182. /* We use the system's crt0.o.  Somehow it avoids losing
  183.    with `environ' the way most standard crt0.o's do.  */
  184.  
  185. #define START_FILES pre-crt0.o /lib/crt0.o
  186.