Commit 91966c30 authored by David 'Digit' Turner's avatar David 'Digit' Turner Committed by Android Git Automerger
Browse files

am 0acdbe08: am 89ea107d: Merge "linker: allow debugging of constructors"

* commit '0acdbe08':
  linker: allow debugging of constructors
parents 35aebd36 0acdbe08
......@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment