Merge "linker: allow debugging of constructors"
This commit is contained in:
commit
89ea107de5
1 changed files with 1 additions and 1 deletions
|
@ -2039,8 +2039,8 @@ static int link_image(soinfo *si, unsigned wr_offset)
|
|||
*/
|
||||
if (program_is_setuid)
|
||||
nullify_closed_stdio ();
|
||||
call_constructors(si);
|
||||
notify_gdb_of_load(si);
|
||||
call_constructors(si);
|
||||
return 0;
|
||||
|
||||
fail:
|
||||
|
|
Loading…
Reference in a new issue