X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fm%2Fintel386.h;h=cc65be27182e3d4f921fcb55c1fdc7eb8d184a3e;hb=60d2b57b2fdc60d3a6a151a67f95b88db825084b;hp=c81c6b086321dba014f16fa4402e66b9a6e27d99;hpb=976b002b16336930724ae22476014583ad022e7d;p=chise%2Fxemacs-chise.git.1 diff --git a/src/m/intel386.h b/src/m/intel386.h index c81c6b0..cc65be2 100644 --- a/src/m/intel386.h +++ b/src/m/intel386.h @@ -50,11 +50,6 @@ Prime EXL (-machine=intel386 -opsystem=usg5-3) Minor changes merged in 19.1. NOTE-END */ -/* Define WORD_MACHINE if addresses and such have - * to be corrected before they can be used as byte counts. */ - -/* #define WORD_MACHINE */ - /* Now define a symbol for the cpu type, if your compiler does not define it automatically: Ones defined so far include vax, m68000, ns16000, pyramid, @@ -117,15 +112,6 @@ NOTE-END */ /* #define CANNOT_DUMP */ -/* Define VIRT_ADDR_VARIES if the virtual addresses of - pure and impure space as loaded can vary, and even their - relative order cannot be relied on. - - Otherwise Emacs assumes that text space precedes data space, - numerically. */ - -/* #define VIRT_ADDR_VARIES */ - #ifdef XENIX /* Define NO_REMAP if memory segmentation makes it not work well @@ -152,22 +138,11 @@ NOTE-END */ #ifdef USG -#if 0 /* ALLOCA is now autodetected */ -#define HAVE_ALLOCA -#endif #define NO_REMAP #define TEXT_START 0 #endif /* USG */ #endif /* not XENIX */ -#ifdef USG5_4 -#define DATA_SEG_BITS 0x08000000 -#endif - -#ifdef MSDOS -#define NO_REMAP -#endif - #ifdef linux /* libc-linux/sysdeps/linux/i386/ulimit.c says that due to shared library, */ /* we cannot get the maximum address for brk */