diff options
author | Kai Tietz <kai.tietz@onevision.com> | 2008-05-22 19:39:12 +0000 |
---|---|---|
committer | Kai Tietz <ktietz@gcc.gnu.org> | 2008-05-22 21:39:12 +0200 |
commit | 42b18a21e239e5f2f4382e7cdeb94ded1cafc116 (patch) | |
tree | 0410e7e0c21f2fc44c895576d6e776440ef4be99 /gcc | |
parent | 9782290288e383a2d9c55a24f508f0934ff96ef3 (diff) | |
download | gcc-42b18a21e239e5f2f4382e7cdeb94ded1cafc116.zip gcc-42b18a21e239e5f2f4382e7cdeb94ded1cafc116.tar.gz gcc-42b18a21e239e5f2f4382e7cdeb94ded1cafc116.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/i386/sol2-10.h | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 968d0ea..68a0406 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/i386/sol2-10.h b/gcc/config/i386/sol2-10.h index 3215c5d..bd5c637 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) |