summaryrefslogtreecommitdiffstats
path: root/libgcc
diff options
context:
space:
mode:
authorktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>2012-02-20 21:19:55 +0000
committerktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>2012-02-20 21:19:55 +0000
commit7ed6dbef763f6e14352e2360c42a2d39e55b6612 (patch)
treeb01ff60c6d12574a3499ac54fe393683e855d590 /libgcc
parent28475b3ff880e8be040eec58c659f08f75cf3600 (diff)
downloadppe42-gcc-7ed6dbef763f6e14352e2360c42a2d39e55b6612.tar.gz
ppe42-gcc-7ed6dbef763f6e14352e2360c42a2d39e55b6612.zip
* config.host (i686-*-mingw*): Set md_unwind_header only for dw2-mode
to w32-unwind.h header. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184405 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog5
-rw-r--r--libgcc/config.host2
2 files changed, 6 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 90edc28fb41..87b0e9b5063 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -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*)
diff --git a/libgcc/config.host b/libgcc/config.host
index ee1a62c78bf..257622a09ff 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -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
OpenPOWER on IntegriCloud