From 3794f5739d9a22b69e3f5a025b03023489361d0b Mon Sep 17 00:00:00 2001 From: Iain Sandoe Date: Thu, 28 Sep 2017 15:23:22 +0100 Subject: [PATCH] [ObjectDump] Comment out a fixup type that doesn't exist in the sources. --- ld64/src/other/ObjectDump.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ld64/src/other/ObjectDump.cpp b/ld64/src/other/ObjectDump.cpp index b2b9759..01d02f8 100644 --- a/ld64/src/other/ObjectDump.cpp +++ b/ld64/src/other/ObjectDump.cpp @@ -874,9 +874,9 @@ void dumper::dumpFixup(const ld::Fixup* ref) case ld::Fixup::kindStoreARM64PCRelToGOT: printf(", then store as 32-bit delta to GOT entry"); break; - case ld::Fixup::kindStoreARM64PointerToGOT32: - printf(", then store as 32-bit pointer to GOT entry"); - break; +// case ld::Fixup::kindStoreARM64PointerToGOT32: +// printf(", then store as 32-bit pointer to GOT entry"); +// break; case ld::Fixup::kindDtraceExtra: printf("dtrace static probe extra info"); break; -- 2.11.4.GIT