HomeFreeBSD

Add __used to __CTOR_LIST__ and __DTOR_LIST__

Description

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

Details

Provenance
emasteAuthored on
Parents
rS339953: MFC r339931,r339933:
Branches
Unknown
Tags
Unknown