aboutsummaryrefslogtreecommitdiff
path: root/lib/csu
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2007-12-04 12:18:43 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2007-12-04 12:18:43 +0000
commit11ddf4fd56bb1ad5d7b395fc3ca641bf1e2b9832 (patch)
tree8e533af5dfb681876ab63402d15f7d01c0c2b7d0 /lib/csu
parentd1ce3dfa8df1462ae942a5eacbc0564579094253 (diff)
downloadsrc-11ddf4fd56bb1ad5d7b395fc3ca641bf1e2b9832.tar.gz
src-11ddf4fd56bb1ad5d7b395fc3ca641bf1e2b9832.zip
The __used (== __attribute__((__used)) ) silences the warning produced
by unreferenced symbol. Apply __used instead of rev. 1.5. Requested by: kan
Notes
Notes: svn path=/head/; revision=174251
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/common/crtbrand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/common/crtbrand.c b/lib/csu/common/crtbrand.c
index 449a83714ef7..684a48e9b64f 100644
--- a/lib/csu/common/crtbrand.c
+++ b/lib/csu/common/crtbrand.c
@@ -43,7 +43,7 @@ static const struct {
int32_t type;
char name[sizeof ABI_VENDOR];
int32_t desc;
-} abitag __attribute__ ((section (ABI_SECTION), aligned(4), used)) __unused = {
+} abitag __attribute__ ((section (ABI_SECTION), aligned(4))) __used = {
sizeof ABI_VENDOR,
sizeof(int32_t),
ABI_NOTETYPE,