提交 f450c150 编写于 作者: F Fangrui Song 提交者: Rich Felker

remove unused struct dso members from dynlink.c

maintainer's note: commit 9d44b646
removed their use.
上级 bdb08175
...@@ -86,7 +86,6 @@ struct dso { ...@@ -86,7 +86,6 @@ struct dso {
size_t relro_start, relro_end; size_t relro_start, relro_end;
uintptr_t *new_dtv; uintptr_t *new_dtv;
unsigned char *new_tls; unsigned char *new_tls;
volatile int new_dtv_idx, new_tls_idx;
struct td_index *td_index; struct td_index *td_index;
struct dso *fini_next; struct dso *fini_next;
char *shortname; char *shortname;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册