]> git.saurik.com Git - apple/ld64.git/blobdiff - src/other/machochecker.cpp
ld64-128.2.tar.gz
[apple/ld64.git] / src / other / machochecker.cpp
index 4841c7ca0c4ed47c7a4b812f0c566c63b8073f73..54dc560c1d21ea9d1020ef646e4da373181d1a76 100644 (file)
@@ -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());