am 9bc8ce7c: Merge "Limit soinfo compatibility fields to arm32"

* commit '9bc8ce7c6a8abc09e76b0f35064d881385861537':
  Limit soinfo compatibility fields to arm32
This commit is contained in:
Dmitriy Ivanov
2015-03-20 04:18:23 +00:00
committed by Android Git Automerger

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