#define ALLIANT_2800
#define sun /* Use X support for Sun keyboard stuff. */
#define C_OPTIMIZE_SWITCH -Og /* No concurrent code allowed here. */
-#define VALBITS 26
-#define GCTYPEBITS 5
/* Use type int rather than a union, to represent Lisp_Object */
/* This is desirable for most machines. */
#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. */
#define HAVE_ALLOCA
-/* DN460 has a 28 bit virtual address space, and 26 bits are often used */
-
-#define VALBITS 26
-#define GCTYPEBITS 5
-
/* Prevent -lg from being used for debugging. Not needed. */
#define LIBS_DEBUG
#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. */
#define NO_REMAP
-/* Use 26 bits instead of 24 for internal pointer values */
-
-#define VALBITS 26
-#define GCTYPEBITS 5
-
/* Define ADDR_CORRECT(ADDR) to be a macro to correct an int which is
the bit pattern of a pointer to a byte into an int which is the
number of a byte.
#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. */
/* #define NO_SOCK_SIGIO */
\f
-/* Define these if you want to edit files up to 32Mbytes.
- Leaving them undefined (files up to 8 Mbytes) should be more efficient. */
-
-/* #define VALBITS 26
- #define GCTYPEBITS 5 */
-
/* Undefine this if you don't want the machine slow down when a buffer
is modified. */
#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. */
#define DATA_SEG_BITS 0x40000000
-#define VALBITS 26
-#define GCTYPEBITS 5
-
#define DATA_START 0x40000000
#define TEXT_START 0x00000000
#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. */
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 */
#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. */
#undef static
#define START_FILES pre-crt0.o /lib/crt1.o
-/* This is needed since many Tower models start the data/bss segment at
- an address as large as 0x2000000. */
-#define VALBITS 26
-#define GCTYPEBITS 5
-
/* The OS has an implementation of symlinks that is semantically different
from BSD, but for some silly reason it partly has the same syntax. */
#undef S_IFLNK