Use Elf32_Addr instead of unsigned in linker

Change-Id: I52dcbb4b0ff0a4052e0ad7a9bbeb2df65c9d2f66
This commit is contained in:
Kito Cheng
2013-03-12 14:58:06 +08:00
committed by Elliott Hughes
parent 53630c0e5b
commit fa8c05dc00
2 changed files with 47 additions and 51 deletions

View File

@@ -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.