Programming/ld64

- build-block added
This commit is contained in:
2017-11-20 17:44:33 +01:00
parent e8af606b25
commit 2eac7e159c
25 changed files with 2527 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
--- src/other/ObjectDump.cpp.orig 2016-03-09 13:27:56.000000000 -0800
+++ src/other/ObjectDump.cpp 2016-12-18 00:12:47.000000000 -0800
@@ -843,9 +843,6 @@ void dumper::dumpFixup(const ld::Fixup*
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::kindDtraceExtra:
printf("dtrace static probe extra info");
break;