Use Elf32_Addr instead of unsigned in linker
Change-Id: I52dcbb4b0ff0a4052e0ad7a9bbeb2df65c9d2f66
This commit is contained in:

committed by
Elliott Hughes

parent
53630c0e5b
commit
fa8c05dc00
@@ -90,8 +90,8 @@ struct soinfo {
|
||||
char name[SOINFO_NAME_LEN];
|
||||
const Elf32_Phdr* phdr;
|
||||
int phnum;
|
||||
unsigned entry;
|
||||
unsigned base;
|
||||
Elf32_Addr entry;
|
||||
Elf32_Addr base;
|
||||
unsigned size;
|
||||
|
||||
int unused; // DO NOT USE, maintained for compatibility.
|
||||
|
Reference in New Issue
Block a user