comparison src/m/gould-np1.h @ 400:a86b2b5e0111 r21-2-30

Import from CVS: tag r21-2-30
author cvs
date Mon, 13 Aug 2007 11:14:34 +0200
parents c42ec1d1cded
children 697ef44129c6
comparison
equal deleted inserted replaced
399:376370fb5946 400:a86b2b5e0111
62 port of gdb, but gdb doesn't always find things correctly. */ 62 port of gdb, but gdb doesn't always find things correctly. */
63 #undef C_DEBUG_SWITCH 63 #undef C_DEBUG_SWITCH
64 #define C_DEBUG_SWITCH "-g" 64 #define C_DEBUG_SWITCH "-g"
65 #define LIBS_DEBUG "-lg" 65 #define LIBS_DEBUG "-lg"
66 66
67
68 /* The data segment in this machine always starts at address 0x1000000 = 16M.
69 An address of data cannot be stored correctly in a Lisp object;
70 we always lose the high bits. We must tell XPNTR to add them back. */
71
72 #define DATA_SEG_BITS 0x1000000
73 #define DATA_START 0x1000000 67 #define DATA_START 0x1000000
74 68
75 /* The text segment always starts at 0. 69 /* The text segment always starts at 0.
76 This way we don't need to have a label _start defined. */ 70 This way we don't need to have a label _start defined. */
77 #define TEXT_START 0 71 #define TEXT_START 0