Commit 0faf814f by Jakub Jelinek Committed by Jakub Jelinek

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
parent bf6fc7b2
2000-11-21 Jakub Jelinek <jakub@redhat.com>
* configure.in (HAVE_AS_DWARF2_DEBUG_LINE): Sparc has .file/.loc
support in as as well.
* configure: Regenerate.
2000-11-20 Richard Henderson <rth@redhat.com> 2000-11-20 Richard Henderson <rth@redhat.com>
* c-lex.c (orig_filename): New variable. * c-lex.c (orig_filename): New variable.
......
...@@ -6156,7 +6156,7 @@ gcc_cv_as_dwarf2_debug_line=no ...@@ -6156,7 +6156,7 @@ gcc_cv_as_dwarf2_debug_line=no
# ??? Once 2.11 is released, probably need to add first known working # ??? Once 2.11 is released, probably need to add first known working
# version to the per-target configury. # version to the per-target configury.
case "$target" in case "$target" in
i?86*-*-* | mips*-*-* | alpha*-*-*) i?86*-*-* | mips*-*-* | alpha*-*-* | sparc*-*-*)
insn="nop" insn="nop"
;; ;;
ia64*-*-*) ia64*-*-*)
......
...@@ -1466,7 +1466,7 @@ gcc_cv_as_dwarf2_debug_line=no ...@@ -1466,7 +1466,7 @@ gcc_cv_as_dwarf2_debug_line=no
# ??? Once 2.11 is released, probably need to add first known working # ??? Once 2.11 is released, probably need to add first known working
# version to the per-target configury. # version to the per-target configury.
case "$target" in case "$target" in
i?86*-*-* | mips*-*-* | alpha*-*-*) i?86*-*-* | mips*-*-* | alpha*-*-* | sparc*-*-*)
insn="nop" insn="nop"
;; ;;
ia64*-*-*) ia64*-*-*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment