comparison src/m/gould-np1.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents a86b2b5e0111
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
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
67 #define DATA_START 0x1000000 73 #define DATA_START 0x1000000
68 74
69 /* The text segment always starts at 0. 75 /* The text segment always starts at 0.
70 This way we don't need to have a label _start defined. */ 76 This way we don't need to have a label _start defined. */
71 #define TEXT_START 0 77 #define TEXT_START 0