| commit | 93d95dff48698b8bde511c7f71acda7646da2626 | [log] [tgz] |
|---|---|---|
| author | Petr Machata <pmachata@redhat.com> | Tue Apr 17 05:16:19 2012 +0200 |
| committer | Petr Machata <pmachata@redhat.com> | Thu Apr 19 01:53:59 2012 +0200 |
| tree | bacc92b41a1c6a21e40897610a1ba22a070dbfa7 | |
| parent | e71661a0ef442c38dd3f6dd3b876fd57990d63ed [diff] [blame] |
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