comparison src/m/pfa50.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 850242ba4a81
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
42 #define TEXT_START_ADDR __start 42 #define TEXT_START_ADDR __start
43 43
44 /* Define START_FILES if your machine used _start. 44 /* Define START_FILES if your machine used _start.
45 */ 45 */
46 46
47 #define START_FILES crt0.o 47 #define START_FILES "crt0.o"
48 48
49 /* Define LD_SWITCH_MACHINE if your linker needs it. 49 /* Define LD_SWITCH_MACHINE if your linker needs it.
50 */ 50 */
51 51
52 #define LD_SWITCH_MACHINE -e __start 52 #define LD_SWITCH_MACHINE "-e __start"
53 53
54 #if pfa50 || pfa70 54 #if pfa50 || pfa70
55 55
56 /* On A-50/60/70/80, data space has high order byte use. */ 56 /* On A-50/60/70/80, data space has high order byte use. */
57 #define VALBITS 26 57 #define VALBITS 26
60 60
61 #endif /* pfa50, pfa70 */ 61 #endif /* pfa50, pfa70 */
62 62
63 /* SX/A has alloca in the PW library. */ 63 /* SX/A has alloca in the PW library. */
64 64
65 #define LIB_STANDARD -lPW -lc 65 #define LIB_STANDARD "-lPW -lc"
66 #define HAVE_ALLOCA 66 #define HAVE_ALLOCA
67 67
68 /* SX/A uses terminfo and lib/curses */ 68 /* SX/A uses terminfo and lib/curses */
69 69
70 #define TERMINFO 70 #define TERMINFO