mipsel.r3000-linux: flush cache for NRV, fix stub copying when big

This commit is contained in:
John Reiser
2007-06-09 17:13:50 -07:00
parent 881c32a3df
commit e66823d017
6 changed files with 217 additions and 206 deletions
+3 -3
View File
@@ -574,7 +574,7 @@ PackLinuxElf64amd::defineSymbols(Filter const *)
}
}
}
lsize = /*getLoaderSize()*/ 64 * 1024; // upper bound; avoid circularity
lsize = /*getLoaderSize()*/ 64 * 1024; // XXX: upper bound; avoid circularity
acc_uint64l_t lo_va_stub = get_native64(&elfout.phdr[0].p_vaddr);
acc_uint64l_t adrc;
acc_uint64l_t adrm;
@@ -1571,8 +1571,8 @@ void PackLinuxElf32mipsel::defineSymbols(Filter const * /*ft*/)
}
}
}
lsize = /*getLoaderSize()*/ 64 * 1024; // upper bound; avoid circularity
unsigned lo_va_stub = get_native64(&elfout.phdr[0].p_vaddr);
lsize = /*getLoaderSize()*/ 64 * 1024; // XXX: upper bound; avoid circularity
unsigned lo_va_stub = get_native32(&elfout.phdr[0].p_vaddr);
unsigned adrc;
unsigned adrm;
unsigned adru;