Index: config/ChangeLog
+2008-12-21  Andrew Pinski  <pinskia@gmail.com>
+
+       PR target/38300
+       * unwind_ipinfo.m4: Darwin before 9 does not have _Unwind_GetIPInfo.
+
Index: gcc/ChangeLog
+2008-12-21  Andrew Pinski  <pinskia@gmail.com>
+
+       PR target/38300
+       * configure: Regenerate.
Index: libstdc++-v3/ChangeLog
+2008-12-21  Andrew Pinski  <pinskia@gmail.com>
+
+       PR target/38300
+       * configure: Regenerate.
+
Index: libjava/ChangeLog
+2008-12-21  Andrew Pinski  <pinskia@gmail.com>
+
+       PR target/38300
+       * configure: Regenerate.

From-SVN: r142877
This commit is contained in:
Andrew Pinski
2008-12-21 14:27:18 -08:00
committed by Andrew Pinski
parent 19ce9ba0a2
commit a0e0204117
8 changed files with 62 additions and 18 deletions
+5
View File
@@ -1,3 +1,8 @@
2008-12-21 Andrew Pinski <pinskia@gmail.com>
PR target/38300
* configure: Regenerate.
2008-12-19 Jakub Jelinek <jakub@redhat.com>
PR libgcj/38396
+7 -1
View File
@@ -27915,7 +27915,13 @@ fi;
*) have_unwind_getipinfo=yes ;;
esac
else
have_unwind_getipinfo=yes
# Darwin before version 9 does not have _Unwind_GetIPInfo.
case ${target} in
*-*-darwin[3-8]|*-*-darwin[3-8].*) have_unwind_getipinfo=no ;;
*) have_unwind_getipinfo=yes ;;
esac
fi
if test x$have_unwind_getipinfo = xyes; then