[x264-devel] [PATCH] arm: Enable section_data_rel_ro for OpenBSD / arm

Brad Smith brad at comstyle.com
Sat Mar 7 20:38:27 CET 2020


Enable section_data_rel_ro for OpenBSD / arm


diff --git a/common/arm/asm.S b/common/arm/asm.S
index 79748c76..7decc9e5 100644
--- a/common/arm/asm.S
+++ b/common/arm/asm.S
@@ -74,7 +74,7 @@
 #   define FUNC @
 #endif
 
-#if SYS_LINUX
+#if SYS_LINUX || SYS_OPENBSD
 #define HAVE_SECTION_DATA_REL_RO 1
 #else
 #define HAVE_SECTION_DATA_REL_RO 0


More information about the x264-devel mailing list