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
This commit is contained in:
parent
bf6fc7b255
commit
0faf814fba
3 changed files with 8 additions and 2 deletions
|
@ -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.
|
||||
|
|
2
gcc/configure
vendored
2
gcc/configure
vendored
|
@ -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*-*-*)
|
||||
|
|
|
@ -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*-*-*)
|
||||
|
|
Loading…
Add table
Reference in a new issue