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

Brad Smith brad at comstyle.com
Mon Apr 6 00:21:54 CEST 2020


ping.

On 3/7/2020 2:38 PM, Brad Smith wrote:
> 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
> _______________________________________________
> x264-devel mailing list
> x264-devel at videolan.org
> https://mailman.videolan.org/listinfo/x264-devel


More information about the x264-devel mailing list