comparison src/m/alliant-2800.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
35 are the ones defined so far. */ 35 are the ones defined so far. */
36 36
37 #define ALLIANT 37 #define ALLIANT
38 #define ALLIANT_2800 38 #define ALLIANT_2800
39 #define sun /* Use X support for Sun keyboard stuff. */ 39 #define sun /* Use X support for Sun keyboard stuff. */
40 #define C_OPTIMIZE_SWITCH -Og /* No concurrent code allowed here. */ 40 #define C_OPTIMIZE_SWITCH "-Og" /* No concurrent code allowed here. */
41 41
42 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend 42 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
43 the bit field into an int. In other words, if bit fields 43 the bit field into an int. In other words, if bit fields
44 are always unsigned. 44 are always unsigned.
45 45
67 /* Define CANNOT_DUMP on machines where unexec does not work. 67 /* Define CANNOT_DUMP on machines where unexec does not work.
68 Then the function dump-emacs will not be defined 68 Then the function dump-emacs will not be defined
69 and temacs will do (load "loadup") automatically unless told otherwise. */ 69 and temacs will do (load "loadup") automatically unless told otherwise. */
70 70
71 /* #define CANNOT_DUMP */ 71 /* #define CANNOT_DUMP */
72 #define UNEXEC unexfx2800.o 72 #define UNEXEC "unexfx2800.o"
73 #define LIBS_MACHINE -lalliant 73 #define LIBS_MACHINE "-lalliant"
74 74
75 /* Define VIRT_ADDR_VARIES if the virtual addresses of 75 /* Define VIRT_ADDR_VARIES if the virtual addresses of
76 pure and impure space as loaded can vary, and even their 76 pure and impure space as loaded can vary, and even their
77 relative order cannot be relied on. 77 relative order cannot be relied on.
78 78
101 101
102 #define NO_REMAP 102 #define NO_REMAP
103 103
104 /* Alliant needs special crt0.o because system version is not reentrant */ 104 /* Alliant needs special crt0.o because system version is not reentrant */
105 105
106 #define START_FILES crt0.o 106 #define START_FILES "crt0.o"
107 107
108 /* Alliant dependent code for dumping executing image. 108 /* Alliant dependent code for dumping executing image.
109 See crt0.c code for alliant. */ 109 See crt0.c code for alliant. */
110 110
111 #define ADJUST_EXEC_HEADER {\ 111 #define ADJUST_EXEC_HEADER {\