diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/m/intel386.h | 23 |
2 files changed, 4 insertions, 23 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b641635484b..d63c039592a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-01-18 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * m/intel386.h: Remove references to XENIX. | ||
| 4 | |||
| 1 | 2008-01-17 Andreas Schwab <schwab@suse.de> | 5 | 2008-01-17 Andreas Schwab <schwab@suse.de> |
| 2 | 6 | ||
| 3 | * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR | 7 | * m/amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR |
diff --git a/src/m/intel386.h b/src/m/intel386.h index 17969dd16e4..680a2cc106d 100644 --- a/src/m/intel386.h +++ b/src/m/intel386.h | |||
| @@ -142,28 +142,6 @@ NOTE-END */ | |||
| 142 | 142 | ||
| 143 | /* #define VIRT_ADDR_VARIES */ | 143 | /* #define VIRT_ADDR_VARIES */ |
| 144 | 144 | ||
| 145 | #ifdef XENIX | ||
| 146 | /* Define NO_REMAP if memory segmentation makes it not work well | ||
| 147 | to change the boundary between the text section and data section | ||
| 148 | when Emacs is dumped. If you define this, the preloaded Lisp | ||
| 149 | code will not be sharable; but that's better than failing completely. */ | ||
| 150 | |||
| 151 | #define NO_REMAP | ||
| 152 | |||
| 153 | /* Since cannot purify, use standard Xenix 386 startup code. */ | ||
| 154 | |||
| 155 | #define START_FILES /lib/386/Sseg.o pre-crt0.o /lib/386/Scrt0.o | ||
| 156 | |||
| 157 | /* These really use terminfo. */ | ||
| 158 | |||
| 159 | #define LIBS_TERMCAP /lib/386/Slibcurses.a \ | ||
| 160 | /lib/386/Slibtinfo.a /lib/386/Slibx.a | ||
| 161 | |||
| 162 | /* Standard libraries for this machine. Since `-l' doesn't work in `ld'. */ | ||
| 163 | /* '__fltused' is unresolved w/o Slibcfp.a */ | ||
| 164 | #define LIB_STANDARD /lib/386/Slibcfp.a /lib/386/Slibc.a | ||
| 165 | #else /* not XENIX */ | ||
| 166 | |||
| 167 | /* this brings in alloca() if we're using cc */ | 145 | /* this brings in alloca() if we're using cc */ |
| 168 | #ifdef USG | 146 | #ifdef USG |
| 169 | #ifndef LIB_STANDARD | 147 | #ifndef LIB_STANDARD |
| @@ -177,7 +155,6 @@ NOTE-END */ | |||
| 177 | #define NO_REMAP | 155 | #define NO_REMAP |
| 178 | #define TEXT_START 0 | 156 | #define TEXT_START 0 |
| 179 | #endif /* USG */ | 157 | #endif /* USG */ |
| 180 | #endif /* not XENIX */ | ||
| 181 | 158 | ||
| 182 | #ifdef USG5_4 | 159 | #ifdef USG5_4 |
| 183 | #define DATA_SEG_BITS 0x08000000 | 160 | #define DATA_SEG_BITS 0x08000000 |