Mercurial > hg > xemacs-beta
comparison src/m/gould-np1.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 | c42ec1d1cded |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
53 /* NP1 supports a slightly different set than PowerNode */ | 53 /* NP1 supports a slightly different set than PowerNode */ |
54 #define BAUD_CONVERT { 0, 50, 75, 110, 134, 150, 300, 450, 600, 1200, \ | 54 #define BAUD_CONVERT { 0, 50, 75, 110, 134, 150, 300, 450, 600, 1200, \ |
55 1800, 2000, 2400, 3600, 4800, 7200, 9600, \ | 55 1800, 2000, 2400, 3600, 4800, 7200, 9600, \ |
56 19200, 38400 } | 56 19200, 38400 } |
57 | 57 |
58 #define LD_SWITCH_SYSTEM -BS -e start | 58 #define LD_SWITCH_SYSTEM "-BS -e start" |
59 | 59 |
60 /* Undef C_DEBUG_SWITCH because it may have been set in gould.h */ | 60 /* Undef C_DEBUG_SWITCH because it may have been set in gould.h */ |
61 /* It will compile and load and works with dbx. Runs under an incomplete | 61 /* It will compile and load and works with dbx. Runs under an incomplete |
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 | 67 |
68 /* The data segment in this machine always starts at address 0x1000000 = 16M. | 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; | 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. */ | 70 we always lose the high bits. We must tell XPNTR to add them back. */ |