Commit 42b18a21 by Kai Tietz Committed by Kai Tietz

sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Undefine it before the redeclaration.

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
parent 97822902
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> 2008-05-22 Anatoly Sokolov <aesok@post.ru>
* config/avr/avr.c (get_sequence_length): Add new function. * config/avr/avr.c (get_sequence_length): Add new function.
......
...@@ -110,5 +110,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -110,5 +110,6 @@ along with GCC; see the file COPYING3. If not see
#undef TARGET_ASM_NAMED_SECTION #undef TARGET_ASM_NAMED_SECTION
#define TARGET_ASM_NAMED_SECTION i386_solaris_elf_named_section #define TARGET_ASM_NAMED_SECTION i386_solaris_elf_named_section
#undef SUBTARGET_RETURN_IN_MEMORY
#define SUBTARGET_RETURN_IN_MEMORY(TYPE, FNTYPE) \ #define SUBTARGET_RETURN_IN_MEMORY(TYPE, FNTYPE) \
ix86_sol10_return_in_memory (TYPE, FNTYPE) ix86_sol10_return_in_memory (TYPE, FNTYPE)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment