From: Jakub Jelinek Date: Tue, 21 Nov 2000 12:50:52 +0000 (+0100) Subject: configure.in (HAVE_AS_DWARF2_DEBUG_LINE): Sparc has .file/.loc support in as as well. X-Git-Tag: prereleases/libstdc++-2.92~2852 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0faf814fbab889e7bdb34ddab3b56064436f435c;p=thirdparty%2Fgcc.git configure.in (HAVE_AS_DWARF2_DEBUG_LINE): Sparc has .file/.loc support in as as well. * configure.in (HAVE_AS_DWARF2_DEBUG_LINE): Sparc has .file/.loc support in as as well. * configure: Regenerate. From-SVN: r37615 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ed6b6fe24352..1cfd80249420 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2000-11-21 Jakub Jelinek + + * configure.in (HAVE_AS_DWARF2_DEBUG_LINE): Sparc has .file/.loc + support in as as well. + * configure: Regenerate. + 2000-11-20 Richard Henderson * c-lex.c (orig_filename): New variable. diff --git a/gcc/configure b/gcc/configure index 337cab7782fd..54080aee315c 100755 --- a/gcc/configure +++ b/gcc/configure @@ -6156,7 +6156,7 @@ gcc_cv_as_dwarf2_debug_line=no # ??? Once 2.11 is released, probably need to add first known working # version to the per-target configury. case "$target" in - i?86*-*-* | mips*-*-* | alpha*-*-*) + i?86*-*-* | mips*-*-* | alpha*-*-* | sparc*-*-*) insn="nop" ;; ia64*-*-*) diff --git a/gcc/configure.in b/gcc/configure.in index 9975692b729a..5fb2bb7e4f67 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -1466,7 +1466,7 @@ gcc_cv_as_dwarf2_debug_line=no # ??? Once 2.11 is released, probably need to add first known working # version to the per-target configury. case "$target" in - i?86*-*-* | mips*-*-* | alpha*-*-*) + i?86*-*-* | mips*-*-* | alpha*-*-* | sparc*-*-*) insn="nop" ;; ia64*-*-*)