Commit 56e675ce by Rainer Orth Committed by Rainer Orth

Restore Sun as COMDAT group support

	* configure.ac (gcc_cv_as_comdat_group_group): Only default to no
	if unset.
	* configure: Regenerate.

From-SVN: r214137
parent 47503a49
2014-08-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* configure.ac (gcc_cv_as_comdat_group_group): Only default to no
if unset.
* configure: Regenerate.
2014-08-19 Richard Biener <rguenther@suse.de> 2014-08-19 Richard Biener <rguenther@suse.de>
* lto-streamer-out.c (DFS::DFS_write_tree_body): Stream * lto-streamer-out.c (DFS::DFS_write_tree_body): Stream
......
...@@ -23122,9 +23122,6 @@ $as_echo "$gcc_cv_as_comdat_group_percent" >&6; } ...@@ -23122,9 +23122,6 @@ $as_echo "$gcc_cv_as_comdat_group_percent" >&6; }
if test $gcc_cv_as_comdat_group_percent = yes; then if test $gcc_cv_as_comdat_group_percent = yes; then
gcc_cv_as_comdat_group_group=no gcc_cv_as_comdat_group_group=no
else else
if test -z "${gcc_cv_as_comdat_group_group+set}"; then
gcc_cv_as_comdat_group_group=no
fi
case "${target}" in case "${target}" in
# Sun as uses a completely different syntax. # Sun as uses a completely different syntax.
*-*-solaris2*) *-*-solaris2*)
...@@ -23174,6 +23171,9 @@ $as_echo "$gcc_cv_as_comdat_group_group" >&6; } ...@@ -23174,6 +23171,9 @@ $as_echo "$gcc_cv_as_comdat_group_group" >&6; }
;; ;;
esac esac
if test -z "${gcc_cv_as_comdat_group_group+set}"; then
gcc_cv_as_comdat_group_group=no
fi
fi fi
fi fi
if test x"$ld_is_gold" = xyes; then if test x"$ld_is_gold" = xyes; then
......
...@@ -2788,9 +2788,6 @@ else ...@@ -2788,9 +2788,6 @@ else
if test $gcc_cv_as_comdat_group_percent = yes; then if test $gcc_cv_as_comdat_group_percent = yes; then
gcc_cv_as_comdat_group_group=no gcc_cv_as_comdat_group_group=no
else else
if test -z "${gcc_cv_as_comdat_group_group+set}"; then
gcc_cv_as_comdat_group_group=no
fi
case "${target}" in case "${target}" in
# Sun as uses a completely different syntax. # Sun as uses a completely different syntax.
*-*-solaris2*) *-*-solaris2*)
...@@ -2817,6 +2814,9 @@ else ...@@ -2817,6 +2814,9 @@ else
,, [$conftest_s]) ,, [$conftest_s])
;; ;;
esac esac
if test -z "${gcc_cv_as_comdat_group_group+set}"; then
gcc_cv_as_comdat_group_group=no
fi
fi fi
fi fi
if test x"$ld_is_gold" = xyes; then if test x"$ld_is_gold" = xyes; then
......
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