mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
bb966f87bc
commit
ca34591f29
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue