* commit '96e5faccdc5616bb6d4a55d50a0e6148f99d943b': linker: allow debugging of constructors
This commit is contained in:

committed by
Android Git Automerger

commit
b0d9c83041
@@ -2009,8 +2009,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:
|
||||
|
Reference in New Issue
Block a user