diff options
author | Ed Maste <emaste@FreeBSD.org> | 2018-10-31 14:19:58 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2018-10-31 14:19:58 +0000 |
commit | 57706376c63d433935dbadcbee514c6eb7a395cd (patch) | |
tree | 10e4637fc75785e2c9c0d7fd3f0801d956a3f62a /cddl | |
parent | d0a84acdfa2c52af4feafadff437e0b9482a39e7 (diff) | |
download | src-57706376c63d433935dbadcbee514c6eb7a395cd.tar.gz src-57706376c63d433935dbadcbee514c6eb7a395cd.zip |
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
Notes
Notes:
svn path=/head/; revision=339954
Diffstat (limited to 'cddl')
0 files changed, 0 insertions, 0 deletions