freebsd-dev/lib/csu/common
Kyle Evans 20cb0deaa2 csu: Fix dynamiclib/init_test:jcr_test on !HAVE_CTORS archs
.jcr still needs a 0-entry added in crtend, even on !HAVE_CTORS archs, as
we're still getting .jcr sections added -- presumably due to the reference
in crtbegin. Without this terminal, the .jcr section (without data) overlaps
with the next section and register_classes in crtbegin will be examining the
wrong item.

PR:		241439
Reviewed by:	andrew
Differential Revision:	https://reviews.freebsd.org/D22132
2019-11-08 14:28:39 +00:00
..
crtbegin.c Run __cxa_finalize in shared objects in the destructor path. 2018-11-13 15:28:27 +00:00
crtbrand.c Add NT_FREEBSD_FEATURE_CTL ELF note to csu 2018-11-20 20:59:49 +00:00
crtend.c csu: Fix dynamiclib/init_test:jcr_test on !HAVE_CTORS archs 2019-11-08 14:28:39 +00:00
ignore_init.c csu: use BSD-1-clause license on csu files 2018-11-20 21:04:20 +00:00
notes.h csu: use BSD-1-clause license on csu files 2018-11-20 21:04:20 +00:00