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
..
2019-10-18 01:46:38 +00:00
2019-11-01 02:48:43 +00:00
2019-10-26 19:20:59 +00:00
2019-02-26 05:59:22 +00:00
2019-07-19 15:10:53 +00:00
2019-05-30 19:18:01 +00:00
2018-11-04 16:08:59 +00:00
2019-02-25 18:22:20 +00:00
2018-10-12 05:27:58 +00:00
2018-09-20 09:26:10 +00:00
2018-09-20 09:31:27 +00:00
2019-11-07 18:06:44 +00:00
2019-08-08 16:54:22 +00:00
2019-04-22 18:38:54 +00:00
2019-10-08 18:17:02 +00:00