Add ARCH_HAVE_DYNLINK_DONE
diff --git a/common.h b/common.h
index 7c47139..b57a4c1 100644
--- a/common.h
+++ b/common.h
@@ -260,4 +260,8 @@
 		      target_address_t *entryp,
 		      target_address_t *interp_biasp);
 
+/* This is called after the dynamic linker is done with the
+ * process startup.  */
+void arch_dynlink_done(struct Process *proc);
+
 #endif