sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Undefine it before the redeclaration.
authorKai Tietz <kai.tietz@onevision.com>
Thu, 22 May 2008 19:39:12 +0000 (19:39 +0000)
committerKai Tietz <ktietz@gcc.gnu.org>
Thu, 22 May 2008 19:39:12 +0000 (21:39 +0200)
2008-05-22  Kai Tietz  <kai.tietz@onevision.com>

        * config/i386/sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Undefine
        it before the redeclaration.

From-SVN: r135776

gcc/ChangeLog
gcc/config/i386/sol2-10.h

index 968d0eac5a0223648ce541fe3145d61829cb1d52..68a04067cacd40d88c0e2e00814e05b51007ec9e 100644 (file)
@@ -1,3 +1,8 @@
+2008-05-22  Kai Tietz  <kai.tietz@onevision.com>
+
+       * config/i386/sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Undefine
+       it before the redeclaration.
+
 2008-05-22  Anatoly Sokolov <aesok@post.ru>
 
        * config/avr/avr.c (get_sequence_length): Add new function.
index 3215c5d92c39c63ab82ce8d722ce8275101f710c..bd5c63781af9c971f277eff083e057365336b5e0 100644 (file)
@@ -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)