Disable the .preinit_array test in DSOs, ld.bfd fails to link objects with

the section.

MFC with:	r339738
Sponsored by:	DARPA, AFRL
This commit is contained in:
andrew 2018-10-30 11:19:47 +00:00
parent 5e8dfc23bc
commit d5f35b1f79

View File

@ -107,7 +107,7 @@ ATF_TC_BODY(ctors_test, tc)
}
#endif
#ifndef DSO_BASE
#if !defined(DSO_BASE) && !defined(DSO_LIB)
static void
preinit_array_handler(void)
{