From fafb938754336f69a0e7f3dac96c938e2a97adc9 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Wed, 12 Jun 2013 14:29:10 +0000 Subject: [PATCH] Revert accidental commit. From-SVN: r200016 --- gcc/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/configure b/gcc/configure index a59e7c867f8..8c221078102 100755 --- a/gcc/configure +++ b/gcc/configure @@ -21973,7 +21973,7 @@ else then gcc_cv_as_weakref=yes fi elif test x$gcc_cv_as != x; then - $as_echo ' .weakref2 foobar, barfnot' > conftest.s + $as_echo ' .weakref foobar, barfnot' > conftest.s if { ac_try='$gcc_cv_as $gcc_cv_as_flags -o conftest.o conftest.s >&5' { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5 (eval $ac_try) 2>&5 -- 2.30.2