The __used (== __attribute__((__used)) ) silences the warning produced

by unreferenced symbol. Apply __used instead of rev. 1.5.

Requested by:	kan
This commit is contained in:
kib 2007-12-04 12:18:43 +00:00
parent 8cda75e035
commit e957a260c9

View File

@ -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,