mingw32.h (TARGET_64BIT): replaced by TARGET_64BIT_DEFAULT in #if check.

2010-09-29  Kai Tietz  <kai.tietz@onevision.com>

        * config/i386/mingw32.h (TARGET_64BIT): replaced by
        TARGET_64BIT_DEFAULT in #if check.

From-SVN: r164730
This commit is contained in:
Kai Tietz 2010-09-29 18:55:44 +00:00 committed by Kai Tietz
parent d687413849
commit 0f23bc1660
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-09-29 Kai Tietz <kai.tietz@onevision.com>
* config/i386/mingw32.h (TARGET_64BIT): replaced by
TARGET_64BIT_DEFAULT in #if check.
2010-09-29 Jack Howarth <howarth@bromo.med.uc.edu>
* varasm.c (assemble_alias): Add error message for

View File

@ -223,7 +223,7 @@ __enable_execute_stack (void *addr) \
/* For 64-bit Windows we can't use DW2 unwind info. Also for multilib
builds we can't use it, too. */
#if !TARGET_64BIT && !defined (TARGET_BI_ARCH)
#if !TARGET_64BIT_DEFAULT && !defined (TARGET_BI_ARCH)
#define MD_UNWIND_SUPPORT "config/i386/w32-unwind.h"
#endif