This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / sparc64 / kernel / binfmt_elf32.c
index c13eaf0..fb3e3b7 100644 (file)
@@ -79,7 +79,7 @@ typedef struct {
 
 #define elf_check_arch(x)      (((x)->e_machine == EM_SPARC) || ((x)->e_machine == EM_SPARC32PLUS))
 
-#define ELF_ET_DYN_BASE         0x70000000
+#define ELF_ET_DYN_BASE         0x08000000
 
 
 #include <asm/processor.h>