diff options
| -rw-r--r-- | gcc/ChangeLog | 6 | ||||
| -rwxr-xr-x | gcc/configure | 2 | ||||
| -rw-r--r-- | gcc/configure.in | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ed6b6fe..1cfd802 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +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> * c-lex.c (orig_filename): New variable. diff --git a/gcc/configure b/gcc/configure index 337cab7..54080ae 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 9975692..5fb2bb7 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*-*-*) |
