summary refs log tree commit diff stats
path: root/linux-user/alpha/target_mman.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/alpha/target_mman.h')
-rw-r--r--linux-user/alpha/target_mman.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-user/alpha/target_mman.h b/linux-user/alpha/target_mman.h
index c90b493711..8edfe2b88c 100644
--- a/linux-user/alpha/target_mman.h
+++ b/linux-user/alpha/target_mman.h
@@ -28,6 +28,9 @@
  */
 #define TASK_UNMAPPED_BASE      0x20000000000ull
 
+/* arch/alpha/include/asm/elf.h */
+#define ELF_ET_DYN_BASE         (TASK_UNMAPPED_BASE + 0x1000000)
+
 #include "../generic/target_mman.h"
 
 #endif