comparison src/m/powerpc.h @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 966663fcf606
children ca9a9ec9c1c1
comparison
equal deleted inserted replaced
271:c7b7086b0a39 272:c5d627a313b1
54 54
55 /* Convert that into an integer that is 100 for a load average of 1.0 */ 55 /* Convert that into an integer that is 100 for a load average of 1.0 */
56 56
57 #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE) 57 #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE)
58 #else /* mklinux */ 58 #else /* mklinux */
59 #if 0
60 /* The following line tells the configuration script what sort of
61 operating system this machine is likely to run.
62 USUAL-OPSYS="linux" */
63
64 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
65 is the most significant byte. */
66
67 #define WORDS_BIG_ENDIAN
68 #endif
69 59
70 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a 60 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
71 * group of arguments and treat it as an array of the arguments. */ 61 * group of arguments and treat it as an array of the arguments. */
72 62
73 #define NO_ARG_ARRAY 63 #define NO_ARG_ARRAY
74
75 #if 0
76 /* Now define a symbol for the cpu type, if your compiler
77 does not define it automatically. */
78
79 /* #define IBMR2AIX */
80
81 /* Use type int rather than a union, to represent Lisp_Object */
82 /* This is desirable for most machines. */
83
84 /* #define NO_UNION_TYPE */
85
86 /* Define CANNOT_DUMP on machines where unexec does not work.
87 Then the function dump-emacs will not be defined
88 and temacs will do (load "loadup") automatically unless told otherwise. */
89
90 /* #define CANNOT_DUMP */
91
92 #define UNEXEC unexelf.o
93 #endif
94 64
95 /* Define addresses, macros, change some setup for dump */ 65 /* Define addresses, macros, change some setup for dump */
96 66
97 #define NO_REMAP 67 #define NO_REMAP
98 68
158 /* Don't try to include sioctl.h or ptem.h. */ 128 /* Don't try to include sioctl.h or ptem.h. */
159 #undef NEED_SIOCTL 129 #undef NEED_SIOCTL
160 #undef NEED_PTEM_H 130 #undef NEED_PTEM_H
161 131
162 #define ORDINARY_LINK 132 #define ORDINARY_LINK
163 #define LD_SWITCH_MACHINE -T ${srcdir}/src/ppc.ldscript 133 /*#define LD_SWITCH_MACHINE -T ${srcdir}/src/ppc.ldscript*/
164 #endif 134 #endif