src: remove more traces of fictional powerpc64le-darwin

This commit is contained in:
Markus F.X.J. Oberhumer
2022-10-06 15:53:50 +02:00
parent 39c5be43aa
commit 65707900bc
11 changed files with 1257 additions and 1259 deletions
+2 -2
View File
@@ -214,7 +214,7 @@ const char *Packer::getDecompressorSections() const
|| UPX_F_VMLINUX_PPC32 ==ph.format
|| UPX_F_VMLINUX_PPC64LE ==ph.format
|| UPX_F_MACH_PPC32 ==ph.format
|| UPX_F_MACH_PPC64LE ==ph.format
|| UPX_F_MACH_PPC64 ==ph.format
|| UPX_F_MACH_i386 ==ph.format
|| UPX_F_DYLIB_i386 ==ph.format
) {
@@ -257,7 +257,7 @@ void Packer::defineDecompressorSymbols()
|| UPX_F_VMLINUX_PPC32 ==ph.format
|| UPX_F_VMLINUX_PPC64LE ==ph.format
|| UPX_F_MACH_PPC32 ==ph.format
|| UPX_F_MACH_PPC64LE ==ph.format
|| UPX_F_MACH_PPC64 ==ph.format
|| UPX_F_MACH_i386 ==ph.format
|| UPX_F_DYLIB_i386 ==ph.format
) {