From c1e43f094095265a77c9584fbfc25209b62efc78 Mon Sep 17 00:00:00 2001 From: Guillaume Poirier Date: Wed, 16 Apr 2008 10:46:15 +0200 Subject: [PATCH] add "SECTION_RODATA" before "SECTION .text" to setup the fakegot label used in macho binaries. This fixes compilation with --enable-pic Requires Yasm 0.7.0 or newer Patch by Dave Lee % davelee P com A gmail P com % --- common/x86/cabac-a.asm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/x86/cabac-a.asm b/common/x86/cabac-a.asm index 1708a06a..26a20d08 100644 --- a/common/x86/cabac-a.asm +++ b/common/x86/cabac-a.asm @@ -22,6 +22,8 @@ %include "x86inc.asm" +SECTION_RODATA + SECTION .text cextern x264_cabac_range_lps -- 2.40.0