Mercurial > hg > xemacs-beta
comparison src/m/amdahl.h @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | 376386a54a3c |
children | a86b2b5e0111 |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
86 | 86 |
87 #define C_ALLOCA | 87 #define C_ALLOCA |
88 /*#define HAVE_ALLOCA */ | 88 /*#define HAVE_ALLOCA */ |
89 | 89 |
90 #ifdef HAVE_ALLOCA | 90 #ifdef HAVE_ALLOCA |
91 #define LIB_STANDARD -lPW -lc | 91 #define LIB_STANDARD "-lPW -lc" |
92 #endif | 92 #endif |
93 | 93 |
94 /* Define NO_REMAP if memory segmentation makes it not work well | 94 /* Define NO_REMAP if memory segmentation makes it not work well |
95 to change the boundary between the text section and data section | 95 to change the boundary between the text section and data section |
96 when Emacs is dumped. If you define this, the preloaded Lisp | 96 when Emacs is dumped. If you define this, the preloaded Lisp |
113 | 113 |
114 /* The following needed to load the proper crt0.o and to get the | 114 /* The following needed to load the proper crt0.o and to get the |
115 proper declaration of data_start in the #undef NO_REMAP case */ | 115 proper declaration of data_start in the #undef NO_REMAP case */ |
116 | 116 |
117 #ifndef NO_REMAP | 117 #ifndef NO_REMAP |
118 #define START_FILES pre-crt0.o /lib/crt0.o | 118 #define START_FILES "pre-crt0.o /lib/crt0.o" |
119 #endif | 119 #endif |
120 | 120 |
121 /* Perhaps this means that the optimizer isn't safe to use. */ | 121 /* Perhaps this means that the optimizer isn't safe to use. */ |
122 | 122 |
123 #define C_OPTIMIZE_SWITCH | 123 #define C_OPTIMIZE_SWITCH |
124 | 124 |
125 /* Put text and data on non-segment boundary; makes image smaller */ | 125 /* Put text and data on non-segment boundary; makes image smaller */ |
126 | 126 |
127 #define LD_SWITCH_MACHINE -N | 127 #define LD_SWITCH_MACHINE "-N" |
128 | 128 |
129 /* When writing the 'xemacs' file, make text segment ro */ | 129 /* When writing the 'xemacs' file, make text segment ro */ |
130 #define EXEC_MAGIC 0410 | 130 #define EXEC_MAGIC 0410 |
131 | 131 |
132 /* Mask for address bits within a memory segment */ | 132 /* Mask for address bits within a memory segment */ |