--- dyninst-11.0.0/dyninst-11.0.0/symtabAPI/src/emitElfStatic-x86.C.orig 2019-07-15 22:26:08.996921237 -0400
+++ dyninst-11.0.0/dyninst-11.0.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;
+ */
case R_X86_64_GOT32: // The address is computed when the GOT is built
result = lmap.gotSymbols.find(rel.getDynSym());