Commit 0f23bc16 by Kai Tietz Committed by Kai Tietz

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
parent d6874138
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
......@@ -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
......
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