emaste d7f804e35b Add __used to __CTOR_LIST__ and __DTOR_LIST__
Enabling BSD_CRTBEGIN on amd64 resulted in
error: unused variable '__CTOR_LIST__'.

__CTOR_LIST__ is indeed unused in crtbegin.c; it marks the beginning of
the .ctors array and is used in crtend.c.  Annotate __DTOR_LIST__ as
well for consistency.

Discussed with:	andrew
MFC with:	r339738
Sponsored by:	The FreeBSD Foundation
2018-10-31 14:19:58 +00:00
..
2018-10-25 21:44:17 +00:00
2018-07-18 21:57:04 +00:00
2018-10-24 00:17:19 +00:00
2018-04-27 13:59:24 +00:00
2018-09-19 07:04:15 +00:00
2018-10-12 05:27:58 +00:00
2018-05-18 06:10:16 +00:00
2018-06-27 19:29:15 +00:00
2018-09-19 07:05:31 +00:00
2018-08-09 20:29:44 +00:00
2018-09-20 09:26:10 +00:00
2018-10-29 21:08:34 +00:00
2018-09-19 07:06:20 +00:00
2018-09-20 09:31:27 +00:00
2018-08-21 01:33:25 +00:00
2018-09-22 13:17:30 +00:00
2018-05-23 01:20:31 +00:00
2018-06-17 18:05:27 +00:00
2018-10-22 18:29:12 +00:00