diff options
Diffstat (limited to 'gcc/config/i386/ptx4-i.h')
-rw-r--r-- | gcc/config/i386/ptx4-i.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/config/i386/ptx4-i.h b/gcc/config/i386/ptx4-i.h index 3c46e6ad098..08473f0c109 100644 --- a/gcc/config/i386/ptx4-i.h +++ b/gcc/config/i386/ptx4-i.h @@ -27,10 +27,8 @@ along with GCC; see the file COPYING3. If not see /* The svr4 ABI for the i386 says that records and unions are returned in memory. */ -#undef RETURN_IN_MEMORY -#define RETURN_IN_MEMORY(TYPE) \ - (TYPE_MODE (TYPE) == BLKmode \ - || (VECTOR_MODE_P (TYPE_MODE (TYPE)) && int_size_in_bytes (TYPE) == 8)) +#undef TARGET_RETURN_IN_MEMORY +#define TARGET_RETURN_IN_MEMORY ix86_i386elf_return_in_memory #define TARGET_OS_CPP_BUILTINS() \ do \ |