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

* commit '91966c30efbdc7feecd6c45a46ab488e715c0a35':
  linker: allow debugging of constructors
This commit is contained in:
David 'Digit' Turner 2011-08-30 09:50:54 -07:00 committed by Android Git Automerger
commit 96e5faccdc

View File

@ -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: