X-Git-Url: https://git.saurik.com/apple/ld64.git/blobdiff_plain/afe874b1634377ecb27057ee76deb04915bb34d7..b2fa67a80bc53211e4d1ea81f23e9f953ee1dd6c:/src/other/machochecker.cpp?ds=inline

diff --git a/src/other/machochecker.cpp b/src/other/machochecker.cpp
index 4841c7c..54dc560 100644
--- a/src/other/machochecker.cpp
+++ b/src/other/machochecker.cpp
@@ -1066,9 +1066,6 @@ void MachOChecker<ppc>::checkLocalReloation(const macho_relocation_info<P>* relo
 	
 	}
 	else {
-		// ignore pair relocs
-		if ( reloc->r_type() == PPC_RELOC_PAIR ) 
-			return;
 		// FIX
 		if ( ! this->addressInWritableSegment(reloc->r_address() + this->relocBase()) )
 			throwf("local relocation address 0x%08X not in writable segment", reloc->r_address());