diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config/rs6000/darwin.h | 2 |
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. */ |
