Changeset 1747
- Timestamp:
- 02/17/98 01:45:25 (11 years ago)
- Files:
-
- branches/GNU/src/m/isi-ov.h (added)
- branches/GNU/src/m/m68k.h (added)
- branches/GNU/src/m/masscomp.h (added)
- branches/GNU/src/m/mega68.h (added)
- branches/GNU/src/m/mg1.h (added)
- branches/GNU/src/m/mips-siemens.h (modified) (1 diff)
- branches/GNU/src/m/mips.h (modified) (5 diffs)
- branches/GNU/src/m/mips4.h (added)
- branches/GNU/src/m/ncr386.h (added)
- branches/GNU/src/m/news-r6.h (modified) (1 diff)
- branches/GNU/src/m/news-risc.h (modified) (2 diffs)
- branches/GNU/src/m/news.h (added)
- branches/GNU/src/m/next.h (added)
- branches/GNU/src/m/nh3000.h (added)
- branches/GNU/src/m/nh4000.h (added)
- branches/GNU/src/m/ns16000.h (added)
- branches/GNU/src/m/ns32000.h (added)
- branches/GNU/src/m/nu.h (added)
- branches/GNU/src/m/orion.h (added)
- branches/GNU/src/m/orion105.h (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/GNU/src/m/mips-siemens.h
r1743 r1747 154 154 #ifdef __GNUC__ 155 155 #define C_DEBUG_SWITCH 156 #define C_OPTIMIZE_SWITCH -O 156 157 #define LD_SWITCH_MACHINE 157 158 #else branches/GNU/src/m/mips.h
r1745 r1747 80 80 /* CDC EP/IX 1.4.3 uses /unix */ 81 81 82 #ifndef __linux__83 82 #undef KERNEL_FILE 84 83 #define KERNEL_FILE "/unix" 85 #endif /* not __linux__ */86 84 87 85 /* Define CANNOT_DUMP on machines where unexec does not work. … … 123 121 which lives in a separate file. Specify the file name. */ 124 122 125 #ifndef __linux__126 123 #undef UNEXEC 127 124 #define UNEXEC unexmips.o 128 #endif /* not __linux__ */129 125 130 126 /* Describe layout of the address space in an executing process. */ 131 127 132 #ifdef __linux__133 #define TEXT_START 0x00400000134 #define DATA_START 0x10000000135 #define DATA_SEG_BITS 0x10000000136 #else /* not __linux__ */137 128 #define TEXT_START 0x400000 138 129 #define DATA_START 0x800000 139 #endif /* __linux__ */140 130 141 131 /* Alter some of the options used when linking. */ 142 132 143 #if !defined(NEWSOS5) && !defined(__linux__)133 #ifndef NEWSOS5 144 134 #ifdef BSD_SYSTEM 145 135 … … 173 163 174 164 #endif /* not BSD_SYSTEM */ 175 #endif /* not NEWSOS5 && not __linux__*/165 #endif /* not NEWSOS5 */ 176 166 177 167 /* The standard definitions of these macros would work ok, … … 190 180 >> (BITS_PER_INT-GCTYPEBITS-VALBITS))) 191 181 192 #if !defined (NEWSOS5) && !defined (__linux__)182 #ifndef NEWSOS5 193 183 #ifdef USG 194 184 … … 233 223 #endif /* BSD_SYSTEM */ 234 224 235 #endif /* not NEWSOS5 && not __linux__*/225 #endif /* not NEWSOS5 */ branches/GNU/src/m/news-r6.h
r1743 r1747 41 41 #define C_DEBUG_SWITCH -O -Olimit 2000 42 42 #ifdef __GNUC__ 43 #define C_OPTIMIZE_SWITCH -O 43 44 #define LD_SWITCH_MACHINE -g -Xlinker -D -Xlinker 800000 44 45 #else /* !__GNUC__ */ branches/GNU/src/m/news-risc.h
r1741 r1747 27 27 #define COFF 28 28 #undef LD_SWITCH_MACHINE 29 #ifdef __GNUC__30 #define LD_SWITCH_MACHINE -Xlinker -x -Xlinker -D -Xlinker 80000031 #else32 29 #define LD_SWITCH_MACHINE -x -D 800000 33 #endif34 30 35 31 /* #define C_OPTIMIZE_SWITCH -O2 */ … … 47 43 /* Don't use the definitions in m/mips.h. */ 48 44 #undef LINKER 49 #define LINKER $(CC) -nostdlib50 45 #undef LIBS_MACHINE 51 46 #define LIBS_MACHINE -lmld
