Merge "Limit soinfo compatibility fields to arm32"

This commit is contained in:
Dmitriy Ivanov 2015-03-20 04:05:51 +00:00 committed by Gerrit Code Review
commit 9bc8ce7c6a

View File

@ -149,13 +149,13 @@ struct soinfo {
ElfW(Addr) base;
size_t size;
#ifndef __LP64__
#if defined(__arm__)
uint32_t unused1; // DO NOT USE, maintained for compatibility.
#endif
ElfW(Dyn)* dynamic;
#ifndef __LP64__
#if defined(__arm__)
uint32_t unused2; // DO NOT USE, maintained for compatibility
uint32_t unused3; // DO NOT USE, maintained for compatibility
#endif