diff options
author | Konstantin Belousov <kib@FreeBSD.org> | 2007-12-03 13:21:21 +0000 |
---|---|---|
committer | Konstantin Belousov <kib@FreeBSD.org> | 2007-12-03 13:21:21 +0000 |
commit | fb76e092de481e44915f32f337dd7a6ff6242d8c (patch) | |
tree | c15e28de943a0244b0ba6f94e66f8e1fe11c3ff0 | |
parent | 309bdd49b5b7724e687ec99bd76783761085ed38 (diff) |
Notes
-rw-r--r-- | lib/csu/common/crtbrand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/common/crtbrand.c b/lib/csu/common/crtbrand.c index dde60b38bb48..449a83714ef7 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))) __unused = { +} abitag __attribute__ ((section (ABI_SECTION), aligned(4), used)) __unused = { sizeof ABI_VENDOR, sizeof(int32_t), ABI_NOTETYPE, |