commit | a9abe872ad5ad6128d6f3fb018b6447962303ecc | [log] [tgz] |
---|---|---|
author | Mark Mendell <mark.p.mendell@intel.com> | Fri Jan 10 05:52:01 2014 -0800 |
committer | Ian Rogers <irogers@google.com> | Fri Jan 10 10:27:31 2014 -0800 |
tree | 4da04636f4401fcc71b831ff0e5c7d72862e9597 | |
parent | 75d7581c16c0ffb59935cf194aeaa73aab44300c [diff] |
Make x86 runtime PIC The existing code in runtime/arch/x86 doesn't use PIC code to call routines, and this causes a message that libart{,d}.so having text relocations to be genartion. That message, in turn, messes up running the art-target tests. Change-Id: I7fe5dbb8eed458a0f7bd3713566ee38a5db8e904 Signed-off-by: Mark Mendell <mark.p.mendell@intel.com>