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

* commit '0acdbe0892105d01a38de9baf4e34eef22b8259c':
  linker: allow debugging of constructors
This commit is contained in:
David 'Digit' Turner 2011-08-29 18:01:05 -07:00 committed by Android Git Automerger
commit 91966c30ef

View File

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