aboutsummaryrefslogtreecommitdiff
path: root/library.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-03-24 02:01:45 +0100
committerPetr Machata <pmachata@redhat.com>2012-04-19 01:17:10 +0200
commitbe04d6b478ecc51902f34672e4c3c1516d502c23 (patch)
tree4748f75946ecb8636cfbbcae7c50c592e436b480 /library.h
parentf3db07a81593f9a19d9fb576cd02b5572b8fd823 (diff)
downloadltrace-be04d6b478ecc51902f34672e4c3c1516d502c23.tar.gz
Drop library_symbol.is_weak
Diffstat (limited to 'library.h')
-rw-r--r--library.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/library.h b/library.h
index 57df366..92908a8 100644
--- a/library.h
+++ b/library.h
@@ -47,7 +47,6 @@ struct library_symbol {
const char *name;
target_address_t enter_addr;
enum toplt plt_type;
- char is_weak;
char own_name;
};
@@ -55,7 +54,7 @@ struct library_symbol {
* OWN_NAME. */
void library_symbol_init(struct library_symbol *libsym, struct library *lib,
target_address_t addr, const char *name, int own_name,
- enum toplt type_of_plt, int is_weak);
+ enum toplt type_of_plt);
/* Copy library symbol SYM into the area pointed-to by RETP. Return 0
* on success or a negative value on failure. */