Skip to content
Snippets Groups Projects
Commit 1be3ee97 authored by Vivek Das Mohapatra's avatar Vivek Das Mohapatra
Browse files

set_elf_constraints is now called from init_ldlibs

parent 39995406
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
...@@ -663,9 +663,6 @@ _dso_iterate_sections (ldlibs_t *ldlibs, int idx) ...@@ -663,9 +663,6 @@ _dso_iterate_sections (ldlibs_t *ldlibs, int idx)
ldlibs->needed[idx].dso, ldlibs->needed[idx].dso,
ldlibs->needed[idx].path ); ldlibs->needed[idx].path );
if( idx == 0 )
set_elf_constraints( ldlibs );
while((scn = elf_nextscn( ldlibs->needed[idx].dso, scn )) != NULL) while((scn = elf_nextscn( ldlibs->needed[idx].dso, scn )) != NULL)
{ {
GElf_Shdr shdr = {}; GElf_Shdr shdr = {};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment