summaryrefslogtreecommitdiff
path: root/ldso/ldso/powerpc/dl-startup.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-04-20 06:33:11 +0000
committerEric Andersen <andersen@codepoet.org>2004-04-20 06:33:11 +0000
commitfbfde146ca8e9e2c830bbd659027a6ca69aa8c33 (patch)
treec330cdd430849f6ed133ec1856f60f5d076a916f /ldso/ldso/powerpc/dl-startup.h
parent44ea58d5387b030e80ca1a5c1ea8bbd8bfc0cd54 (diff)
Cope with gcc 3.4's more aggressive persuit of attribute unused
Diffstat (limited to 'ldso/ldso/powerpc/dl-startup.h')
-rw-r--r--ldso/ldso/powerpc/dl-startup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/powerpc/dl-startup.h b/ldso/ldso/powerpc/dl-startup.h
index b33d6c5a7..5d8073ccf 100644
--- a/ldso/ldso/powerpc/dl-startup.h
+++ b/ldso/ldso/powerpc/dl-startup.h
@@ -17,7 +17,7 @@ asm("" \
".previous\n" \
);
-#define DL_BOOT(X) static void __attribute__ ((unused)) _dl_boot2(X)
+#define DL_BOOT(X) static void __attribute_used__ _dl_boot2(X)
/*
* Get a pointer to the argv array. On many platforms this can be just