darwin.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Use the arguments.
authorAndrew Pinski <pinskia@physics.uc.edu>
Sun, 19 Feb 2006 05:59:55 +0000 (05:59 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sun, 19 Feb 2006 05:59:55 +0000 (21:59 -0800)
2006-02-18  Andrew Pinski <pinskia@physics.uc.edu>

        * config/rs6000/darwin.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P):
        Use the arguments.

From-SVN: r111265

gcc/ChangeLog
gcc/config/rs6000/darwin.h

index 2294cbf..edb6bfa 100644 (file)
@@ -1,3 +1,8 @@
+2006-02-18  Andrew Pinski <pinskia@physics.uc.edu>
+
+       * config/rs6000/darwin.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P):
+       Use the arguments.
+
 2006-02-18  Mark Wielaard  <mark@klomp.org>
 
        * doc/contrib.texi (Contributors): Add classpath/libgcj hackers
index 950202a..46119c8 100644 (file)
@@ -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.  */