configure.ac: Teach that fido supports .debug_line.

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

From-SVN: r136648
This commit is contained in:
Kazu Hirata 2008-06-11 03:08:10 +00:00 committed by Kazu Hirata
parent 711b251097
commit 6b7b0ba1e4
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,8 @@
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>
* c-lex.c (fe_file_change): Pass SOURCE_LINE to start_source_file

3
gcc/configure vendored
View file

@ -22700,7 +22700,8 @@ esac
case "$target" in
i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \
| x86_64*-*-* | hppa*-*-* | arm*-*-* \
| xstormy16*-*-* | cris-*-* | xtensa-*-* | bfin-*-* | score*-*-* | spu-*-*)
| xstormy16*-*-* | cris-*-* | xtensa-*-* | bfin-*-* | score*-*-* \
| spu-*-* | fido*-*-*)
insn="nop"
;;
ia64*-*-* | s390*-*-*)

View file

@ -3060,7 +3060,8 @@ esac
case "$target" in
i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \
| x86_64*-*-* | hppa*-*-* | arm*-*-* \
| xstormy16*-*-* | cris-*-* | xtensa-*-* | bfin-*-* | score*-*-* | spu-*-*)
| xstormy16*-*-* | cris-*-* | xtensa-*-* | bfin-*-* | score*-*-* \
| spu-*-* | fido*-*-*)
insn="nop"
;;
ia64*-*-* | s390*-*-*)