Commit 6b7b0ba1 by Kazu Hirata Committed by Kazu Hirata

configure.ac: Teach that fido supports .debug_line.

	* configure.ac: Teach that fido supports .debug_line.
	* configure: Regenerate.

From-SVN: r136648
parent 711b2510
2008-06-10 Kazu Hirata <kazu@codesourcery.com>
* configure.ac: Teach that fido supports .debug_line.
* configure: Regenerate.
2008-06-10 Tom Tromey <tromey@redhat.com> 2008-06-10 Tom Tromey <tromey@redhat.com>
* c-lex.c (fe_file_change): Pass SOURCE_LINE to start_source_file * c-lex.c (fe_file_change): Pass SOURCE_LINE to start_source_file
......
...@@ -22700,7 +22700,8 @@ esac ...@@ -22700,7 +22700,8 @@ esac
case "$target" in case "$target" in
i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \ i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \
| x86_64*-*-* | hppa*-*-* | arm*-*-* \ | x86_64*-*-* | hppa*-*-* | arm*-*-* \
| xstormy16*-*-* | cris-*-* | xtensa-*-* | bfin-*-* | score*-*-* | spu-*-*) | xstormy16*-*-* | cris-*-* | xtensa-*-* | bfin-*-* | score*-*-* \
| spu-*-* | fido*-*-*)
insn="nop" insn="nop"
;; ;;
ia64*-*-* | s390*-*-*) ia64*-*-* | s390*-*-*)
......
...@@ -3060,7 +3060,8 @@ esac ...@@ -3060,7 +3060,8 @@ esac
case "$target" in case "$target" in
i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \ i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \
| x86_64*-*-* | hppa*-*-* | arm*-*-* \ | x86_64*-*-* | hppa*-*-* | arm*-*-* \
| xstormy16*-*-* | cris-*-* | xtensa-*-* | bfin-*-* | score*-*-* | spu-*-*) | xstormy16*-*-* | cris-*-* | xtensa-*-* | bfin-*-* | score*-*-* \
| spu-*-* | fido*-*-*)
insn="nop" insn="nop"
;; ;;
ia64*-*-* | s390*-*-*) ia64*-*-* | s390*-*-*)
......
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