comparison src/m/mips-siemens.h @ 7034:910f6cbabb0f

Initial revision
author Richard M. Stallman <rms@gnu.org>
date Sat, 23 Apr 1994 01:45:33 +0000
parents
children 39895883bb2e
comparison
equal deleted inserted replaced
7033:8411e4ac28ab 7034:910f6cbabb0f
1 #include "mips.h"
2
3
4 /* Data type of load average, as read out of kmem. */
5
6 #undef LOAD_AVE_TYPE
7 #define LOAD_AVE_TYPE double
8
9 /* Convert that into an integer that is 100 for a load average of 1.0 */
10
11 #undef LOAD_AVE_CVT
12 #define LOAD_AVE_CVT(x) ((int) ((x) * 100.0))
13
14 /* Don't use the ordinary -g for debugging in cc */
15
16 #undef C_DEBUG_SWITCH
17 #define C_DEBUG_SWITCH -g
18
19 /* we use all of GNU's memory allocation routines */
20 #define C_ALLOCA
21
22 /* This system uses a slightly nonstandard variant of elf format. */
23 #undef UNEXEC
24 #define UNEXEC unexelf.o
25 #define ELF_BSS_SECTION_NAME ".sbss"
26
27 #define BSTRING