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:
parent
94f19b11bf
commit
69b61bb160
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue