about summary refs log tree commit diff
path: root/sysdeps/riscv/ldsodefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/riscv/ldsodefs.h')
-rw-r--r--sysdeps/riscv/ldsodefs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/riscv/ldsodefs.h b/sysdeps/riscv/ldsodefs.h
index 5ec607e867..d7531b707a 100644
--- a/sysdeps/riscv/ldsodefs.h
+++ b/sysdeps/riscv/ldsodefs.h
@@ -38,6 +38,11 @@ struct La_riscv_retval;
 				       struct La_riscv_retval *,	\
 				       const char *);
 
+/* Although the RISC-V ABI does not specify that the dynamic section has
+   to be read-only, it needs to be kept for ABI compatibility.  */
+
+#define DL_RO_DYN_SECTION 1
+
 #include_next <ldsodefs.h>
 
 #endif