| commit | e6523e69b0230fef8dddbf628e0511a004203eb8 | [log] [tgz] |
|---|---|---|
| author | Petr Machata <pmachata@redhat.com> | Sat Mar 24 04:54:06 2012 +0100 |
| committer | Petr Machata <pmachata@redhat.com> | Thu Apr 19 01:18:47 2012 +0200 |
| tree | bc7d107c8c874d7bb06252a10d5da0919d549d73 | |
| parent | 644d669f96c0fe261fe938cecda41938e804c7d9 [diff] [blame] |
Don't require target library as part of symbol init
diff --git a/library.h b/library.h index 92908a8..9d7a0ba 100644 --- a/library.h +++ b/library.h
@@ -52,7 +52,7 @@ /* Init LIBSYM. NAME will be freed when LIBSYM is destroyed if * OWN_NAME. */ -void library_symbol_init(struct library_symbol *libsym, struct library *lib, +void library_symbol_init(struct library_symbol *libsym, target_address_t addr, const char *name, int own_name, enum toplt type_of_plt);