more *BSD, especially do_xmap() for OpenBSD

This commit is contained in:
John Reiser
2006-07-04 08:59:00 -07:00
parent 0e92280b33
commit 0a10334f1b
8 changed files with 233 additions and 185 deletions
+1
View File
@@ -1058,6 +1058,7 @@ PackOpenBSDElf32x86::generateElfHdr(
set_native32(&h3->phdr[2].p_filesz, sizeof(elfnote));
set_native32(&h3->phdr[2].p_memsz, sizeof(elfnote));
set_native32(&h3->phdr[2].p_flags, Elf32_Phdr::PF_R);
set_native32(&h3->phdr[2].p_align, 4);
set_native32(&elfnote.namesz, 8);
set_native32(&elfnote.descsz, 4);