From: Kai Tietz Date: Thu, 22 May 2008 19:39:12 +0000 (+0000) Subject: sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Undefine it before the redeclaration. X-Git-Tag: releases/gcc-4.4.0~4742 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=42b18a21e239e5f2f4382e7cdeb94ded1cafc116;p=thirdparty%2Fgcc.git sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Undefine it before the redeclaration. 2008-05-22 Kai Tietz * config/i386/sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Undefine it before the redeclaration. From-SVN: r135776 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 968d0eac5a02..68a04067cacd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2008-05-22 Kai Tietz + + * config/i386/sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Undefine + it before the redeclaration. + 2008-05-22 Anatoly Sokolov * config/avr/avr.c (get_sequence_length): Add new function. diff --git a/gcc/config/i386/sol2-10.h b/gcc/config/i386/sol2-10.h index 3215c5d92c39..bd5c63781af9 100644 --- a/gcc/config/i386/sol2-10.h +++ b/gcc/config/i386/sol2-10.h @@ -110,5 +110,6 @@ along with GCC; see the file COPYING3. If not see #undef TARGET_ASM_NAMED_SECTION #define TARGET_ASM_NAMED_SECTION i386_solaris_elf_named_section +#undef SUBTARGET_RETURN_IN_MEMORY #define SUBTARGET_RETURN_IN_MEMORY(TYPE, FNTYPE) \ ix86_sol10_return_in_memory (TYPE, FNTYPE)