i386 recover from merge

modified:   p_lx_elf.cpp
This commit is contained in:
John Reiser 2017-05-08 18:54:41 -07:00
parent 8a195a0b35
commit 8eabb9b02f

View File

@ -590,9 +590,9 @@ void PackLinuxElf32::defineSymbols(Filter const *ft)
}
adrm = my_page_mask & (~my_page_mask + adrm); // round up to page boundary
linker->defineSymbol("LENU", lenu); // len for unmap
linker->defineSymbol("LENM", lenm); // len for map
linker->defineSymbol("ADRM", adrm); // offset from &Elf32_Ehdr
(void)lenu; //linker->defineSymbol("LENU", lenu); // len for unmap
(void)lenm; //linker->defineSymbol("LENM", lenm); // len for map
(void)adrm; //linker->defineSymbol("ADRM", adrm); // offset from &Elf32_Ehdr
//linker->dumpSymbols(); // debug
}