summary refs log tree commit diff stats
path: root/linux-user/hexagon/target_mman.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/hexagon/target_mman.h')
-rw-r--r--linux-user/hexagon/target_mman.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-user/hexagon/target_mman.h b/linux-user/hexagon/target_mman.h
index c5ae336e07..e6b5e2ca36 100644
--- a/linux-user/hexagon/target_mman.h
+++ b/linux-user/hexagon/target_mman.h
@@ -8,4 +8,7 @@
  */
 #define TASK_UNMAPPED_BASE   0x40000000
 
+/* arch/hexagon/include/asm/elf.h */
+#define ELF_ET_DYN_BASE      0x08000000
+
 #include "../generic/target_mman.h"