diff options
Diffstat (limited to 'gcc/config/rs6000/rs6000.h')
| -rw-r--r-- | gcc/config/rs6000/rs6000.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 641e4bbb8af..d520cb64efd 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -1846,13 +1846,6 @@ typedef struct rs6000_args #define FUNCTION_ARG_BOUNDARY(MODE, TYPE) \ function_arg_boundary (MODE, TYPE) -/* Define to nonzero if complex arguments should be split into their - corresponding components. - - This should be set for Linux and Darwin as well, but we can't break - the ABIs at the moment. For now, only AIX gets fixed. */ -#define SPLIT_COMPLEX_ARGS (DEFAULT_ABI == ABI_AIX) - /* Implement `va_start' for varargs and stdarg. */ #define EXPAND_BUILTIN_VA_START(valist, nextarg) \ rs6000_va_start (valist, nextarg) |

