aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2000-11-21 13:50:52 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2000-11-21 13:50:52 +0100
commit0faf814fbab889e7bdb34ddab3b56064436f435c (patch)
tree00cc1e46e6702cf0a65f313da7f2d0d0fd0b4ca6 /gcc
parentbf6fc7b25585f7ffa2fbcff34837a95ab01ff043 (diff)
downloadgcc-0faf814fbab889e7bdb34ddab3b56064436f435c.zip
gcc-0faf814fbab889e7bdb34ddab3b56064436f435c.tar.gz
gcc-0faf814fbab889e7bdb34ddab3b56064436f435c.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rwxr-xr-xgcc/configure2
-rw-r--r--gcc/configure.in2
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*-*-*)