]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in (HAVE_AS_DWARF2_DEBUG_LINE): Sparc has .file/.loc support in as as well.
authorJakub Jelinek <jakub@redhat.com>
Tue, 21 Nov 2000 12:50:52 +0000 (13:50 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 21 Nov 2000 12:50:52 +0000 (13:50 +0100)
* configure.in (HAVE_AS_DWARF2_DEBUG_LINE): Sparc has .file/.loc
support in as as well.
* configure: Regenerate.

From-SVN: r37615

gcc/ChangeLog
gcc/configure
gcc/configure.in

index ed6b6fe243525323868d33653afc5b0e0c9a2fd7..1cfd802494201bad0141db088be47d0e3abc5b97 100644 (file)
@@ -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.
index 337cab7782fd99944037f81c62500a750030926a..54080aee315cb15986c4bc26b21f40c27491ea70 100755 (executable)
@@ -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*-*-*)
index 9975692b729a37e418af2679ac0534082081ca0d..5fb2bb7e4f67813aa05e6f2a66bb86f18a4dc92e 100644 (file)
@@ -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*-*-*)