From fbfde146ca8e9e2c830bbd659027a6ca69aa8c33 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 20 Apr 2004 06:33:11 +0000 Subject: Cope with gcc 3.4's more aggressive persuit of attribute unused --- ldso/ldso/i386/dl-startup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso/ldso/i386') diff --git a/ldso/ldso/i386/dl-startup.h b/ldso/ldso/i386/dl-startup.h index d57134d19..8f5a6c0e7 100644 --- a/ldso/ldso/i386/dl-startup.h +++ b/ldso/ldso/i386/dl-startup.h @@ -5,7 +5,7 @@ */ /* For x86 we do not need any special setup so go right to _dl_boot() */ -#define DL_BOOT(X) __attribute__ ((unused)) void _dl_boot (X) +#define DL_BOOT(X) __attribute_used__ void _dl_boot (X) /* Get a pointer to the argv array. On many platforms this can be just * the address if the first argument, on other platforms we need to -- cgit v1.2.3