projects
/
scf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d9875b
)
../elf/scf_elf_link.c
master
author
yu.dongliang
<18588496441@163.com>
Sun, 11 Jan 2026 15:24:25 +0000
(23:24 +0800)
committer
yu.dongliang
<18588496441@163.com>
Sun, 11 Jan 2026 15:24:25 +0000
(23:24 +0800)
elf/scf_elf_link.c
patch
|
blob
|
blame
|
history
diff --git
a/elf/scf_elf_link.c
b/elf/scf_elf_link.c
index 719f8d7e6ce55ca5e62720c83ba4832024e18594..ba629819a3549ef16f87e9d426dcc228f8f75f68 100644
(file)
--- a/
elf/scf_elf_link.c
+++ b/
elf/scf_elf_link.c
@@
-1003,7
+1003,7
@@
static int link_relas(scf_elf_file_t* exec, char* afiles[], int nb_afiles, char*
return -1;
}
}
-
+#if 0
for (i = 0; i < exec->dyn_needs->size; i++) {
so = exec->dyn_needs->data[i];
@@
-1033,6
+1033,7
@@
static int link_relas(scf_elf_file_t* exec, char* afiles[], int nb_afiles, char*
scf_vector_add_unique(exec->dyn_needs, so2);
}
}
+#endif
return 0;
}