Merge "Add R_X86_64_64 to the list of possible weak relocs"
diff --git a/linker/linker.cpp b/linker/linker.cpp
index 881bcc2..9f458b4 100644
--- a/linker/linker.cpp
+++ b/linker/linker.cpp
@@ -912,6 +912,7 @@
         case R_X86_64_JUMP_SLOT:
         case R_X86_64_GLOB_DAT:
         case R_X86_64_32:
+        case R_X86_64_64:
         case R_X86_64_RELATIVE:
           // No need to do anything.
           break;