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 Turner 2018-10-30 11:19:47 +00:00
parent bb966f87bc
commit ca34591f29
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=339913

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)
{