Commit 69b61bb1 by Andrew Pinski Committed by Andrew Pinski

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
parent 94f19b11
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
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment