summaryrefslogtreecommitdiff
path: root/third_party/x86inc/README.libvpx
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2015-07-30 09:18:36 -0700
committerJohann <johannkoenig@google.com>2015-08-07 16:43:31 -0700
commitc7e9e486b8e0d1cdf5100c7d8a858b4d935910bb (patch)
tree3fd1ec4d5dabff32b9c2417ee43343b4c6723dcd /third_party/x86inc/README.libvpx
parente15b5357915fa99cbe9f385b17788416a69924a4 (diff)
downloadlibvpx-c7e9e486b8e0d1cdf5100c7d8a858b4d935910bb.tar
libvpx-c7e9e486b8e0d1cdf5100c7d8a858b4d935910bb.tar.gz
libvpx-c7e9e486b8e0d1cdf5100c7d8a858b4d935910bb.tar.bz2
libvpx-c7e9e486b8e0d1cdf5100c7d8a858b4d935910bb.zip
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
Diffstat (limited to 'third_party/x86inc/README.libvpx')
-rw-r--r--third_party/x86inc/README.libvpx1
1 files changed, 1 insertions, 0 deletions
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.