powerpc64-darwin.macho (not powerpc64le-darwin.macho)

All Apple PowerPC are BigEndian only.
        https://github.com/upx/upx/issues/596
	modified:   p_mach.cpp
	modified:   p_mach.h
	modified:   packmast.cpp
This commit is contained in:
John Reiser
2022-09-03 12:39:50 -07:00
committed by Markus F.X.J. Oberhumer
parent eb68ab91cd
commit aeb04d97c8
3 changed files with 43 additions and 63 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ Packer *PackMaster::visitAllPackers(visit_func_t func, InputFile *f, const optio
// Mach (MacOS X PowerPC)
D(PackDylibAMD64);
D(PackMachPPC32);
D(PackMachPPC64LE);
D(PackMachPPC64);
D(PackMachI386);
D(PackMachAMD64);
D(PackMachARMEL);