From c7e9e486b8e0d1cdf5100c7d8a858b4d935910bb Mon Sep 17 00:00:00 2001 From: Johann Date: Thu, 30 Jul 2015 09:18:36 -0700 Subject: Use .text instead of .rodata on macho The read only sections are getting stripped on some OS X builds. As a result, random data is used in place of the intended tables. Change-Id: I58c18a53e503f093ee268451698c5761e6c32540 --- third_party/x86inc/README.libvpx | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/x86inc/README.libvpx') diff --git a/third_party/x86inc/README.libvpx b/third_party/x86inc/README.libvpx index 6997e0992..013e08521 100644 --- a/third_party/x86inc/README.libvpx +++ b/third_party/x86inc/README.libvpx @@ -17,3 +17,4 @@ Catch all elf formats for 'hidden' status and SECTION notes. Avoid 'amdnop' when building with nasm. Set 'private_extern' visibility for macho targets. Copy PIC 'GLOBAL' macros from x86_abi_support.asm +Use .text instead of .rodata on macho to avoid broken tables in PIC mode. -- cgit v1.2.3