Mercurial > hg > xemacs-beta
comparison src/m/alpha.h @ 375:a300bb07d72d r21-2b3
Import from CVS: tag r21-2b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:04:51 +0200 |
parents | cc15677e0335 |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
374:4ebeb1a5388b | 375:a300bb07d72d |
---|---|
30 #ifndef __ELF__ | 30 #ifndef __ELF__ |
31 /* Describe layout of the address space in an executing process. */ | 31 /* Describe layout of the address space in an executing process. */ |
32 # define TEXT_START 0x120000000 | 32 # define TEXT_START 0x120000000 |
33 # define DATA_START 0x140000000 | 33 # define DATA_START 0x140000000 |
34 /* The program to be used for unexec. */ | 34 /* The program to be used for unexec. */ |
35 # define UNEXEC unexalpha.o | 35 # define UNEXEC "unexalpha.o" |
36 #endif | 36 #endif |