Mercurial > hg > xemacs-beta
comparison src/m/gould-np1.h @ 442:abe6d1db359e r21-2-36
Import from CVS: tag r21-2-36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:35:02 +0200 |
parents | 3ecd8885ac67 |
children |
comparison
equal
deleted
inserted
replaced
441:72a7cfa4a488 | 442:abe6d1db359e |
---|---|
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 |