mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
Index...
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:
parent
19ce9ba0a2
commit
a0e0204117
@ -1,3 +1,8 @@
|
|||||||
|
2008-12-21 Andrew Pinski <pinskia@gmail.com>
|
||||||
|
|
||||||
|
PR target/38300
|
||||||
|
* unwind_ipinfo.m4: Darwin before 9 does not have _Unwind_GetIPInfo.
|
||||||
|
|
||||||
2008-11-21 Kai Tietz <kai.tietz@onevision.com>
|
2008-11-21 Kai Tietz <kai.tietz@onevision.com>
|
||||||
|
|
||||||
Fix PR/25502
|
Fix PR/25502
|
||||||
|
@ -22,7 +22,13 @@ AC_DEFUN([GCC_CHECK_UNWIND_GETIPINFO], [
|
|||||||
*) have_unwind_getipinfo=yes ;;
|
*) have_unwind_getipinfo=yes ;;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
have_unwind_getipinfo=yes
|
# Darwin before version 9 does not have _Unwind_GetIPInfo.
|
||||||
|
changequote(,)
|
||||||
|
case ${target} in
|
||||||
|
*-*-darwin[3-8]|*-*-darwin[3-8].*) have_unwind_getipinfo=no ;;
|
||||||
|
*) have_unwind_getipinfo=yes ;;
|
||||||
|
esac
|
||||||
|
changequote([,])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test x$have_unwind_getipinfo = xyes; then
|
if test x$have_unwind_getipinfo = xyes; then
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2008-12-21 Andrew Pinski <pinskia@gmail.com>
|
||||||
|
|
||||||
|
PR target/38300
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2008-12-21 Richard Sandiford <rdsandiford@googlemail.com>
|
2008-12-21 Richard Sandiford <rdsandiford@googlemail.com>
|
||||||
|
|
||||||
* config/mips/mips-dsp.md (mips_lbux): Turn into a define_expand,
|
* config/mips/mips-dsp.md (mips_lbux): Turn into a define_expand,
|
||||||
|
36
gcc/configure
vendored
36
gcc/configure
vendored
@ -13105,7 +13105,13 @@ fi;
|
|||||||
*) have_unwind_getipinfo=yes ;;
|
*) have_unwind_getipinfo=yes ;;
|
||||||
esac
|
esac
|
||||||
else
|
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
|
fi
|
||||||
|
|
||||||
if test x$have_unwind_getipinfo = xyes; then
|
if test x$have_unwind_getipinfo = xyes; then
|
||||||
@ -14503,13 +14509,13 @@ if test "${lt_cv_nm_interface+set}" = set; then
|
|||||||
else
|
else
|
||||||
lt_cv_nm_interface="BSD nm"
|
lt_cv_nm_interface="BSD nm"
|
||||||
echo "int some_variable = 0;" > conftest.$ac_ext
|
echo "int some_variable = 0;" > conftest.$ac_ext
|
||||||
(eval echo "\"\$as_me:14506: $ac_compile\"" >&5)
|
(eval echo "\"\$as_me:14512: $ac_compile\"" >&5)
|
||||||
(eval "$ac_compile" 2>conftest.err)
|
(eval "$ac_compile" 2>conftest.err)
|
||||||
cat conftest.err >&5
|
cat conftest.err >&5
|
||||||
(eval echo "\"\$as_me:14509: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
|
(eval echo "\"\$as_me:14515: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
|
||||||
(eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
|
(eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
|
||||||
cat conftest.err >&5
|
cat conftest.err >&5
|
||||||
(eval echo "\"\$as_me:14512: output\"" >&5)
|
(eval echo "\"\$as_me:14518: output\"" >&5)
|
||||||
cat conftest.out >&5
|
cat conftest.out >&5
|
||||||
if $GREP 'External.*some_variable' conftest.out > /dev/null; then
|
if $GREP 'External.*some_variable' conftest.out > /dev/null; then
|
||||||
lt_cv_nm_interface="MS dumpbin"
|
lt_cv_nm_interface="MS dumpbin"
|
||||||
@ -15666,7 +15672,7 @@ ia64-*-hpux*)
|
|||||||
;;
|
;;
|
||||||
*-*-irix6*)
|
*-*-irix6*)
|
||||||
# Find out which ABI we are using.
|
# Find out which ABI we are using.
|
||||||
echo '#line 15669 "configure"' > conftest.$ac_ext
|
echo '#line 15675 "configure"' > conftest.$ac_ext
|
||||||
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
||||||
(eval $ac_compile) 2>&5
|
(eval $ac_compile) 2>&5
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
@ -16965,11 +16971,11 @@ else
|
|||||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||||
-e 's:$: $lt_compiler_flag:'`
|
-e 's:$: $lt_compiler_flag:'`
|
||||||
(eval echo "\"\$as_me:16968: $lt_compile\"" >&5)
|
(eval echo "\"\$as_me:16974: $lt_compile\"" >&5)
|
||||||
(eval "$lt_compile" 2>conftest.err)
|
(eval "$lt_compile" 2>conftest.err)
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
cat conftest.err >&5
|
cat conftest.err >&5
|
||||||
echo "$as_me:16972: \$? = $ac_status" >&5
|
echo "$as_me:16978: \$? = $ac_status" >&5
|
||||||
if (exit $ac_status) && test -s "$ac_outfile"; then
|
if (exit $ac_status) && test -s "$ac_outfile"; then
|
||||||
# The compiler can only warn and ignore the option if not recognized
|
# The compiler can only warn and ignore the option if not recognized
|
||||||
# So say no if there are warnings other than the usual output.
|
# So say no if there are warnings other than the usual output.
|
||||||
@ -17304,11 +17310,11 @@ else
|
|||||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||||
-e 's:$: $lt_compiler_flag:'`
|
-e 's:$: $lt_compiler_flag:'`
|
||||||
(eval echo "\"\$as_me:17307: $lt_compile\"" >&5)
|
(eval echo "\"\$as_me:17313: $lt_compile\"" >&5)
|
||||||
(eval "$lt_compile" 2>conftest.err)
|
(eval "$lt_compile" 2>conftest.err)
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
cat conftest.err >&5
|
cat conftest.err >&5
|
||||||
echo "$as_me:17311: \$? = $ac_status" >&5
|
echo "$as_me:17317: \$? = $ac_status" >&5
|
||||||
if (exit $ac_status) && test -s "$ac_outfile"; then
|
if (exit $ac_status) && test -s "$ac_outfile"; then
|
||||||
# The compiler can only warn and ignore the option if not recognized
|
# The compiler can only warn and ignore the option if not recognized
|
||||||
# So say no if there are warnings other than the usual output.
|
# So say no if there are warnings other than the usual output.
|
||||||
@ -17409,11 +17415,11 @@ else
|
|||||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||||
-e 's:$: $lt_compiler_flag:'`
|
-e 's:$: $lt_compiler_flag:'`
|
||||||
(eval echo "\"\$as_me:17412: $lt_compile\"" >&5)
|
(eval echo "\"\$as_me:17418: $lt_compile\"" >&5)
|
||||||
(eval "$lt_compile" 2>out/conftest.err)
|
(eval "$lt_compile" 2>out/conftest.err)
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
cat out/conftest.err >&5
|
cat out/conftest.err >&5
|
||||||
echo "$as_me:17416: \$? = $ac_status" >&5
|
echo "$as_me:17422: \$? = $ac_status" >&5
|
||||||
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
||||||
then
|
then
|
||||||
# The compiler can only warn and ignore the option if not recognized
|
# The compiler can only warn and ignore the option if not recognized
|
||||||
@ -17464,11 +17470,11 @@ else
|
|||||||
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
||||||
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
||||||
-e 's:$: $lt_compiler_flag:'`
|
-e 's:$: $lt_compiler_flag:'`
|
||||||
(eval echo "\"\$as_me:17467: $lt_compile\"" >&5)
|
(eval echo "\"\$as_me:17473: $lt_compile\"" >&5)
|
||||||
(eval "$lt_compile" 2>out/conftest.err)
|
(eval "$lt_compile" 2>out/conftest.err)
|
||||||
ac_status=$?
|
ac_status=$?
|
||||||
cat out/conftest.err >&5
|
cat out/conftest.err >&5
|
||||||
echo "$as_me:17471: \$? = $ac_status" >&5
|
echo "$as_me:17477: \$? = $ac_status" >&5
|
||||||
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
||||||
then
|
then
|
||||||
# The compiler can only warn and ignore the option if not recognized
|
# The compiler can only warn and ignore the option if not recognized
|
||||||
@ -20276,7 +20282,7 @@ else
|
|||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 20279 "configure"
|
#line 20285 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
@ -20372,7 +20378,7 @@ else
|
|||||||
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
||||||
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
||||||
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
||||||
#line 20375 "configure"
|
#line 20381 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
||||||
|
@ -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>
|
2008-12-19 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
PR libgcj/38396
|
PR libgcj/38396
|
||||||
|
8
libjava/configure
vendored
8
libjava/configure
vendored
@ -27915,7 +27915,13 @@ fi;
|
|||||||
*) have_unwind_getipinfo=yes ;;
|
*) have_unwind_getipinfo=yes ;;
|
||||||
esac
|
esac
|
||||||
else
|
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
|
fi
|
||||||
|
|
||||||
if test x$have_unwind_getipinfo = xyes; then
|
if test x$have_unwind_getipinfo = xyes; then
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2008-12-21 Andrew Pinski <pinskia@gmail.com>
|
||||||
|
|
||||||
|
PR target/38300
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2008-12-21 Paolo Carlini <paolo.carlini@oracle.com>
|
2008-12-21 Paolo Carlini <paolo.carlini@oracle.com>
|
||||||
|
|
||||||
PR libstdc++/38596
|
PR libstdc++/38596
|
||||||
|
8
libstdc++-v3/configure
vendored
8
libstdc++-v3/configure
vendored
@ -104367,7 +104367,13 @@ fi;
|
|||||||
*) have_unwind_getipinfo=yes ;;
|
*) have_unwind_getipinfo=yes ;;
|
||||||
esac
|
esac
|
||||||
else
|
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
|
fi
|
||||||
|
|
||||||
if test x$have_unwind_getipinfo = xyes; then
|
if test x$have_unwind_getipinfo = xyes; then
|
||||||
|
Loading…
Reference in New Issue
Block a user