Mercurial > hg > xemacs-beta
comparison src/m/iris4d.h @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | 3b3709405255 |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
370:bd866891f083 | 371:cc15677e0335 |
---|---|
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 #define UNEXEC "unexelf.o" | 102 /* FSF renames this file to unexsgi.o */ |
103 #define UNEXEC "unexelfsgi.o" | |
103 #else | 104 #else |
104 #define UNEXEC "unexmips.o" | 105 #define UNEXEC "unexmips.o" |
105 #endif | 106 #endif |
106 | 107 |
107 #define TEXT_START 0x400000 | 108 #define TEXT_START 0x400000 |