Elliott Hughes 8147d3c284 Don't fail to run DT_INIT and DT_INIT_ARRAY constructors if a shared library has DT_PREINIT_ARRAY constructors.
The GNU dynamic linker silently ignores a DT_PREINIT_ARRAY section
in a shared library. We had ineffectual code that tried to report
an error, which I tried to fix but got wrong --- my version still
wouldn't report the error to the caller, but would prevent us from
continuing to call constructors.

Bug: 8825226
Change-Id: I4fd8450ecc44d8767a1cb808aeecfbfbfc77c070
2013-05-09 15:29:54 -07:00
..
2013-02-12 21:56:42 -08:00
2013-03-15 16:12:58 -07:00
2013-03-05 22:24:34 -08:00
2013-03-05 22:24:34 -08:00
2012-10-30 16:35:38 -07:00