Fixed some ElfLinker endian issues.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-11-18 17:43:29 +01:00
parent 9eca502026
commit d9e8c953b1
10 changed files with 127 additions and 10 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ ElfLinker::ElfLinker() :
nsections(0), nsections_capacity(0),
nsymbols(0), nsymbols_capacity(0),
nrelocations(0), nrelocations_capacity(0),
reloc_done(false)
reloc_done(false), bele_policy(&N_BELE_RTP::le_policy)
{
}