Remove text-relocation support for lp32

Bug: 20013628
Change-Id: Idaf8012f00ee1304d429c3b42f9ebc6b648c55b8
This commit is contained in:
Dmitriy Ivanov
2015-03-31 17:28:24 -07:00
parent 52a0f01421
commit cb00add1b3
4 changed files with 4 additions and 108 deletions

View File

@@ -226,8 +226,8 @@ struct soinfo {
// value to get the corresponding address in the process' address space.
ElfW(Addr) load_bias;
#if !defined(__LP64__)
bool has_text_relocations;
#if defined(__arm__)
bool unused4; // DO NOT USE, maintained for compatibility
#endif
bool has_DT_SYMBOLIC;