diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ed6b6fe2435..1cfd8024942 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 337cab7782f..54080aee315 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 9975692b729..5fb2bb7e4f6 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*-*-*)