configure.ac (gcc_cv_as_aix_dwloc): Fix typo in assembly fragment.

* configure.ac (gcc_cv_as_aix_dwloc): Fix typo in assembly fragment.
        * configure: Regenerate.

From-SVN: r240465
This commit is contained in:
David Edelsohn 2016-09-24 12:59:18 -04:00 committed by David Edelsohn
parent 970d320a78
commit eb657a4926
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2016-09-42 David Edelsohn <dje.gcc@gmail.com>
* configure.ac (gcc_cv_as_aix_dwloc): Fix typo in assembly fragment.
* configure: Regenerate.
2016-09-24 Marek Polacek <polacek@redhat.com>
PR c/77490

2
gcc/configure vendored
View file

@ -26874,7 +26874,7 @@ fi
elif test x$gcc_cv_as != x; then
$as_echo ' .dwsect 0xA0000
Lframe..0:
.vbyte 4,Lframe..0:
.vbyte 4,Lframe..0
' > 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

View file

@ -4517,7 +4517,7 @@ LCF0:
gcc_cv_as_aix_dwloc, [2,21,0],,
[ .dwsect 0xA0000
Lframe..0:
.vbyte 4,Lframe..0:
.vbyte 4,Lframe..0
],,
[AC_DEFINE(HAVE_XCOFF_DWARF_EXTRAS, 1,
[Define if your assembler supports AIX debug frame section label reference.])])