From: Andrew Pinski Date: Sun, 19 Feb 2006 05:59:55 +0000 (+0000) Subject: darwin.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Use the arguments. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=69b61bb16029ffb29ae57c0f98c26918362d480f;p=gcc.git darwin.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Use the arguments. 2006-02-18 Andrew Pinski * config/rs6000/darwin.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Use the arguments. From-SVN: r111265 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2294cbf988e..edb6bfa2389 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-02-18 Andrew Pinski + + * config/rs6000/darwin.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): + Use the arguments. + 2006-02-18 Mark Wielaard * doc/contrib.texi (Contributors): Add classpath/libgcj hackers diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h index 950202a9f57..46119c8412f 100644 --- a/gcc/config/rs6000/darwin.h +++ b/gcc/config/rs6000/darwin.h @@ -316,7 +316,7 @@ do { \ /* Since Darwin doesn't do TOCs, stub this out. */ -#define ASM_OUTPUT_SPECIAL_POOL_ENTRY_P(X, MODE) 0 +#define ASM_OUTPUT_SPECIAL_POOL_ENTRY_P(X, MODE) ((void)X, (void)MODE, 0) /* Unlike most other PowerPC targets, chars are signed, for consistency with other Darwin architectures. */