Avoid stray [] in ia64 assembler test.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 1 Nov 2018 17:05:17 +0000 (17:05 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 1 Nov 2018 17:05:17 +0000 (17:05 +0000)
commitd8b3b4f4b22e2986a83bce7870d9726fa725ab4d
tree4fffa356a3380498f939eb31d65e4e55c30fa07f
parent14408ada007349407914a59351271ce4e738bcaf
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.

From-SVN: r265724
gcc/ChangeLog
gcc/configure
gcc/configure.ac