aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@physics.uc.edu>2006-02-19 05:59:55 +0000
committerAndrew Pinski <pinskia@gcc.gnu.org>2006-02-18 21:59:55 -0800
commit69b61bb16029ffb29ae57c0f98c26918362d480f (patch)
treee094526bcf252e38e324de610cfc0ab1b48c71b6 /gcc
parent94f19b11bf82384b07ea498bdee6f4b1af4206a9 (diff)
downloadgcc-69b61bb16029ffb29ae57c0f98c26918362d480f.zip
gcc-69b61bb16029ffb29ae57c0f98c26918362d480f.tar.gz
gcc-69b61bb16029ffb29ae57c0f98c26918362d480f.tar.bz2
darwin.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Use the arguments.
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/rs6000/darwin.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2294cbf..edb6bfa 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h
index 950202a..46119c8 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. */