diff options
| author | Dan Nicolaescu | 2008-07-23 06:34:41 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-23 06:34:41 +0000 |
| commit | 911109b18b567e97e8f593a2798ead907c09004e (patch) | |
| tree | 194d23e517e7999efd636a1ddc8173eae643b8b0 /src/m | |
| parent | 77ccee0959daf0256a746fa3029cfe4da6f2b476 (diff) | |
| download | emacs-911109b18b567e97e8f593a2798ead907c09004e.tar.gz emacs-911109b18b567e97e8f593a2798ead907c09004e.zip | |
* s/darwin.h (DATA_END):
* m/intel386.h (DATA_END):
* m/ibmrs6000.h (DATA_END):
* m/alpha.h (DATA_END): Remove, unused.
(LINUX_SBRK_BUG): Remove, move condition to the only use ...
* emacs.c (main): ... here.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/alpha.h | 6 | ||||
| -rw-r--r-- | src/m/ibmrs6000.h | 1 | ||||
| -rw-r--r-- | src/m/intel386.h | 1 |
3 files changed, 0 insertions, 8 deletions
diff --git a/src/m/alpha.h b/src/m/alpha.h index cd023dd1e20..729b0ddd33d 100644 --- a/src/m/alpha.h +++ b/src/m/alpha.h | |||
| @@ -113,11 +113,6 @@ NOTE-END | |||
| 113 | 113 | ||
| 114 | #endif /* __ELF__ */ | 114 | #endif /* __ELF__ */ |
| 115 | 115 | ||
| 116 | #if defined (GNU_LINUX) && __GNU_LIBRARY__ - 0 < 6 | ||
| 117 | /* This controls a conditional in main. */ | ||
| 118 | #define LINUX_SBRK_BUG | ||
| 119 | #endif | ||
| 120 | |||
| 121 | /* On the Alpha it's best to avoid including TERMIO since struct | 116 | /* On the Alpha it's best to avoid including TERMIO since struct |
| 122 | termio and struct termios are mutually incompatible. */ | 117 | termio and struct termios are mutually incompatible. */ |
| 123 | #define NO_TERMIO | 118 | #define NO_TERMIO |
| @@ -126,7 +121,6 @@ NOTE-END | |||
| 126 | # define TEXT_END ({ extern int _etext; &_etext; }) | 121 | # define TEXT_END ({ extern int _etext; &_etext; }) |
| 127 | # ifndef __ELF__ | 122 | # ifndef __ELF__ |
| 128 | # define COFF | 123 | # define COFF |
| 129 | # define DATA_END ({ extern int _EDATA; &_EDATA; }) | ||
| 130 | # endif /* notdef __ELF__ */ | 124 | # endif /* notdef __ELF__ */ |
| 131 | #endif | 125 | #endif |
| 132 | 126 | ||
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h index 37e1af3d41b..90fd21b5cd1 100644 --- a/src/m/ibmrs6000.h +++ b/src/m/ibmrs6000.h | |||
| @@ -48,7 +48,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 48 | #define TEXT_START 0x10000000 | 48 | #define TEXT_START 0x10000000 |
| 49 | #define TEXT_END 0 | 49 | #define TEXT_END 0 |
| 50 | #define DATA_START 0x20000000 | 50 | #define DATA_START 0x20000000 |
| 51 | #define DATA_END 0 | ||
| 52 | #define WORDS_BIG_ENDIAN | 51 | #define WORDS_BIG_ENDIAN |
| 53 | #define DATA_SEG_BITS 0x20000000 | 52 | #define DATA_SEG_BITS 0x20000000 |
| 54 | #define C_SWITCH_MACHINE -D_BSD | 53 | #define C_SWITCH_MACHINE -D_BSD |
diff --git a/src/m/intel386.h b/src/m/intel386.h index 27408fb0b49..42a3e43c3fb 100644 --- a/src/m/intel386.h +++ b/src/m/intel386.h | |||
| @@ -95,7 +95,6 @@ NOTE-END */ | |||
| 95 | 95 | ||
| 96 | #ifdef WINDOWSNT | 96 | #ifdef WINDOWSNT |
| 97 | #define VIRT_ADDR_VARIES | 97 | #define VIRT_ADDR_VARIES |
| 98 | #define DATA_END get_data_end () | ||
| 99 | #define DATA_START get_data_start () | 98 | #define DATA_START get_data_start () |
| 100 | #define NO_ARG_ARRAY | 99 | #define NO_ARG_ARRAY |
| 101 | #endif | 100 | #endif |