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, 0 insertions, 5 deletions
diff --git a/sysdeps/riscv/ldsodefs.h b/sysdeps/riscv/ldsodefs.h
index 0c696714a7..8947ffe4b5 100644
--- a/sysdeps/riscv/ldsodefs.h
+++ b/sysdeps/riscv/ldsodefs.h
@@ -38,11 +38,6 @@ 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