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
This commit is contained in:
Andrew Pinski 2006-02-19 05:59:55 +00:00 committed by Andrew Pinski
parent 94f19b11bf
commit 69b61bb160
2 changed files with 6 additions and 1 deletions

View 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

View 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. */