From: Kazu Hirata Date: Wed, 11 Jun 2008 03:08:10 +0000 (+0000) Subject: configure.ac: Teach that fido supports .debug_line. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6b7b0ba1e43c9e6cd28b485c46b5ff63f61b2368;p=gcc.git configure.ac: Teach that fido supports .debug_line. * configure.ac: Teach that fido supports .debug_line. * configure: Regenerate. From-SVN: r136648 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 90f0ebde511..dd9588ea1c4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2008-06-10 Kazu Hirata + + * configure.ac: Teach that fido supports .debug_line. + * configure: Regenerate. + 2008-06-10 Tom Tromey * c-lex.c (fe_file_change): Pass SOURCE_LINE to start_source_file diff --git a/gcc/configure b/gcc/configure index 1f478817ac8..1d16aa0f689 100755 --- a/gcc/configure +++ b/gcc/configure @@ -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*-*-*) diff --git a/gcc/configure.ac b/gcc/configure.ac index 57be54a5b97..49dcf34a6dd 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -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*-*-*)