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:
parent
711b251097
commit
6b7b0ba1e4
3 changed files with 9 additions and 2 deletions
|
@ -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
3
gcc/configure
vendored
|
@ -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*-*-*)
|
||||
|
|
|
@ -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*-*-*)
|
||||
|
|
Loading…
Add table
Reference in a new issue