PackLinuxElf64::unpack forgot some get_te*

Also use is_LOAD where ever possible.
	modified:   p_lx_elf.cpp

	modified:   ../NEWS
	modified:   p_lx_elf.cpp
	modified:   p_lx_elf.h
This commit is contained in:
John Reiser
2024-11-19 19:38:29 -08:00
parent b4ea89f9d6
commit 83166e21a5
3 changed files with 76 additions and 76 deletions
+1
View File
@@ -7,6 +7,7 @@ Changes in 4.3.0 (XX XXX XXXX):
* ELF: PT_MIPS_ABIFLAGS is now forwarded into the compressed output;
qemu-mips can choose the right floating-point emulation
* ELF: --unmap-all-pages completely avoids /proc/self/exe
* ELF: --android-old supports older than Android 10; costs 1KB
Changes in 4.2.4 (09 May 2024):
* bug fixes - see https://github.com/upx/upx/milestone/17