Mercurial > hg > xemacs-beta
comparison src/m/iris4d.h @ 398:74fd4e045ea6 r21-2-29
Import from CVS: tag r21-2-29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:13:30 +0200 |
parents | cc15677e0335 |
children | a86b2b5e0111 |
comparison
equal
deleted
inserted
replaced
397:f4aeb21a5bad | 398:74fd4e045ea6 |
---|---|
97 /* This machine requires completely different unexec code | 97 /* This machine requires completely different unexec code |
98 which lives in a separate file. Specify the file name. */ | 98 which lives in a separate file. Specify the file name. */ |
99 | 99 |
100 #ifdef USG5_4 | 100 #ifdef USG5_4 |
101 #undef UNEXEC | 101 #undef UNEXEC |
102 /* FSF renames this file to unexsgi.o */ | 102 #define UNEXEC "unexelf.o" |
103 #define UNEXEC "unexelfsgi.o" | |
104 #else | 103 #else |
105 #define UNEXEC "unexmips.o" | 104 #define UNEXEC "unexmips.o" |
106 #endif | 105 #endif |
107 | 106 |
108 #define TEXT_START 0x400000 | 107 #define TEXT_START 0x400000 |