Update years in copyright notice; nfc.
[bpt/emacs.git] / src / m / ibmrt.h
index c92df7e..f6c23d9 100644 (file)
@@ -1,11 +1,11 @@
-/* RTPC machine dependent defines 
-   Copyright (C) 1986 Free Software Foundation, Inc.
+/* RTPC machine dependent defines
+   Copyright (C) 1986, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
 GNU Emacs is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
 any later version.
 
 GNU Emacs is distributed in the hope that it will be useful,
@@ -15,26 +15,18 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Emacs; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 
-/* The following line tells the configuration script what sort of 
+/* The following line tells the configuration script what sort of
    operating system this machine is likely to run.
    USUAL-OPSYS="bsd4-2"  */
 
-/* The following three symbols give information on
- the size of various data types.  */
-
-#define SHORTBITS 16           /* Number of bits in a short */
-
-#define INTBITS 32             /* Number of bits in an int */
-
-#define LONGBITS 32            /* Number of bits in a long */
-
-/* Define BIG_ENDIAN iff lowest-numbered byte in a word
+/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
    is the most significant byte.  */
 
-#define BIG_ENDIAN
+#define WORDS_BIG_ENDIAN
 
 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
@@ -58,7 +50,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define NO_UNION_TYPE
 
 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
-   the 24-bit bit field into an int.  In other words, if bit fields
+   the bit field into an int.  In other words, if bit fields
    are always unsigned.
 
    If you use NO_UNION_TYPE, this flag does not matter.  */
@@ -87,15 +79,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
    numerically.  */
 
 #undef VIRT_ADDR_VARIES
-
-/* Define C_ALLOCA if this machine does not support a true alloca
-   and the one written in C should be used instead.
-   Define HAVE_ALLOCA to say that the system provides a properly
-   working alloca function and it should be used.
-   Define neither one if an assembler-language alloca
-   in the file alloca.s should be used.  */
-
-#define HAVE_ALLOCA
 \f
 /* The data segment in this machine starts at a fixed address.
    An address of data cannot be stored correctly in a Lisp object;
@@ -108,9 +91,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
    This way we don't need to have a label _start defined.  */
 #define TEXT_START 0
 
-#define VALBITS 26
-#define GCTYPEBITS 5
-
 /* Taking a pointer to a char casting it as int pointer */
 /* and then taking the int which the int pointer points to */
 /* is practically guaranteed to give erroneous results */
@@ -125,10 +105,18 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /* Special switches to give the C compiler.  */
 
+#ifndef __GNUC__
 #define C_SWITCH_MACHINE -Dalloca=_Alloca
+#endif
 
 /* Don't attempt to relabel some of the data as text when dumping.
    It does not work because their virtual addresses are not consecutive.
    This enables us to use the standard crt0.o.  */
 
 #define NO_REMAP
+
+/* Use the bitmap files that come with Emacs.  */
+#define EMACS_BITMAP_FILES
+
+/* arch-tag: 89aa7e7d-593e-432c-966a-3db6aa2ad665
+   (do not change this comment) */