commit | 9d901217c689c1c5b38eb7cfe7db7f161827eb7a | [log] [tgz] |
---|---|---|
author | Yunqing Wang <yunqingwang@google.com> | Wed Sep 18 10:36:21 2013 -0700 |
committer | Yunqing Wang <yunqingwang@google.com> | Wed Sep 18 13:45:46 2013 -0700 |
tree | a24026497b312276b7545fbdd3065df3b587b912 | |
parent | 84758960db7e18cd77e301ab4a1dc6022e1a3335 [diff] |
Fix x86inc.asm to build PIC code correctly Current x86inc.asm didn't handle 32bit PIC build properly. TEXTRELs were seen in the library built. The PIC macros from libvpx's x86_abi_support.asm was used to fix this problem. The assembly code was modified to use the macros. Notes: We need this fix in for decoder building. Functions in encoder will be fixed later. Change-Id: Ifa548d37b1d0bc7d0528db75009cc18cd5eb1838