config.host (i686-*-mingw*): Set md_unwind_header only for dw2-mode to w32-unwind...
authorKai Tietz <ktietz@redhat.com>
Mon, 20 Feb 2012 21:19:55 +0000 (22:19 +0100)
committerKai Tietz <ktietz@gcc.gnu.org>
Mon, 20 Feb 2012 21:19:55 +0000 (22:19 +0100)
        * config.host (i686-*-mingw*): Set md_unwind_header only for dw2-mode
        to w32-unwind.h header.

From-SVN: r184405

libgcc/ChangeLog
libgcc/config.host

index 90edc28fb413e4aaedf31902473c7d9a0b98da32..87b0e9b50632e40facc5ef139473e938de115476 100644 (file)
@@ -1,3 +1,8 @@
+2012-02-20  Kai Tietz  <ktietz@redhat.com>
+
+       * config.host (i686-*-mingw*): Set md_unwind_header only for dw2-mode
+       to w32-unwind.h header.
+
 2012-02-19  Richard Sandiford  <rdsandiford@googlemail.com>
 
        * config.host (mips64*-*-linux*, mipsisa64*-*-linux*)
index ee1a62c78bf0d52dbba2c43ff81a729f8e6949fa..257622a09ff708286b8edf12f67c0f277badc2a3 100644 (file)
@@ -606,6 +606,7 @@ i[34567]86-*-mingw*)
                tmake_eh_file="i386/t-sjlj-eh"
        else
                tmake_eh_file="i386/t-dw2-eh"
+               md_unwind_header=i386/w32-unwind.h
        fi
        # Shared libgcc DLL install dir depends on cross/native build.
        if test x${build} = x${host} ; then
@@ -614,7 +615,6 @@ i[34567]86-*-mingw*)
                tmake_dlldir_file="i386/t-dlldir-x"
        fi
        tmake_file="${tmake_file} ${tmake_eh_file} ${tmake_dlldir_file} i386/t-slibgcc-cygming i386/t-cygming i386/t-mingw32 i386/t-crtfm i386/t-chkstk t-dfprules"
-       md_unwind_header=i386/w32-unwind.h
        ;;
 x86_64-*-mingw*)
        case ${target_thread_file} in