aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2018-11-01 17:05:17 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2018-11-01 17:05:17 +0000
commitc49718afaa259a96e6a4e6801dce18a493c8eff7 (patch)
tree4fffa356a3380498f939eb31d65e4e55c30fa07f /gcc/configure
parentca57581730770ef930214395e2363fd446aab105 (diff)
Avoid stray [] in ia64 assembler test.
Noted in <https://gcc.gnu.org/ml/gcc-patches/2018-11/msg00034.html>. 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@265724 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure
index 577856f02ec..7201e0b3fc2 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