comparison src/m/7300.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 8eaf7971accc
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
80 Someone else says they do. They didn't work because errno was an 80 Someone else says they do. They didn't work because errno was an
81 initialized variable in crt0.c, and because of %splimit (also therein), 81 initialized variable in crt0.c, and because of %splimit (also therein),
82 both of which have been fixed now. */ 82 both of which have been fixed now. */
83 #define SECTION_ALIGNMENT 0x03ff 83 #define SECTION_ALIGNMENT 0x03ff
84 #define SEGMENT_MASK 0xffff 84 #define SEGMENT_MASK 0xffff
85 #define LD_SWITCH_MACHINE -z 85 #define LD_SWITCH_MACHINE "-z"
86 86
87 /* Insist on using cc when compiling this. GCC may have been 87 /* Insist on using cc when compiling this. GCC may have been
88 configured to use GAS syntax, which causes problems. */ 88 configured to use GAS syntax, which causes problems. */
89 #define CRT0_COMPILE cc -c -O -Demacs 89 #define CRT0_COMPILE "cc -c -O -Demacs"