comparison src/m/alpha.h @ 321:19dcec799385 r21-0-58

Import from CVS: tag r21-0-58
author cvs
date Mon, 13 Aug 2007 10:46:44 +0200
parents 084402c475ba
children 7c94d56991e1
comparison
equal deleted inserted replaced
320:73c75c43c1f2 321:19dcec799385
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