From d8b3b4f4b22e2986a83bce7870d9726fa725ab4d Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 1 Nov 2018 17:05:17 +0000 Subject: Avoid stray [] in ia64 assembler test. Noted in . Fix by adding extra newline in test input is analogous to many such newlines added in cases where argument to a newly added AC_LANG_SOURCE had a preprocessor directive on its last line. * configure.ac (gcc_cv_as_ia64_ltoffx_ldxmov_relocs): Add newline at end of assembler input text. * configure: Regenerate. From-SVN: r265724 --- gcc/configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gcc/configure') diff --git a/gcc/configure b/gcc/configure index 577856f..7201e0b 100755 --- a/gcc/configure +++ b/gcc/configure @@ -26646,7 +26646,8 @@ fi $as_echo ' .text addl r15 = @ltoffx(x#), gp ;; - ld8.mov r16 = [r15], x#'[] > conftest.s + ld8.mov r16 = [r15], x# +' > 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 -- cgit v1.1