Blob Blame History Raw
--- dyninst-10.1.0/dyninst-10.1.0/symtabAPI/src/emitElfStatic-x86.C.orig	2019-07-15 22:26:08.996921237 -0400
+++ dyninst-10.1.0/dyninst-10.1.0/symtabAPI/src/emitElfStatic-x86.C	2019-07-15 22:26:08.995921237 -0400
@@ -275,10 +275,12 @@
                 break;
             case R_X86_64_PLT32:
             case R_X86_64_PC32:
+	      /*
             case R_X86_64_REX_GOTPCRELX:
                 fieldSize = sizeof(Elf64_Word);
                 relocation = symbolOffset + addend - relOffset;
                 break;
+	      */
             case R_X86_64_GOT32: // The address is computed when the GOT is built
                 fieldSize = sizeof(Elf64_Word);
                 result = lmap.gotSymbols.find(rel.getDynSym());