OSDN Git Service

* configure.ac: Teach that fido supports .debug_line.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Jun 2008 03:08:10 +0000 (03:08 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Jun 2008 03:08:10 +0000 (03:08 +0000)
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136648 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index 90f0ebd..dd9588e 100644 (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
 2008-06-10  Tom Tromey  <tromey@redhat.com>
 
        * c-lex.c (fe_file_change): Pass SOURCE_LINE to start_source_file
index 1f47881..1d16aa0 100755 (executable)
@@ -22700,7 +22700,8 @@ esac
 case "$target" in
   i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \
   | x86_64*-*-* | hppa*-*-* | arm*-*-* \
 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*-*-*)
     insn="nop"
     ;;
   ia64*-*-* | s390*-*-*)
index 57be54a..49dcf34 100644 (file)
@@ -3060,7 +3060,8 @@ esac
 case "$target" in
   i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \
   | x86_64*-*-* | hppa*-*-* | arm*-*-* \
 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*-*-*)
     insn="nop"
     ;;
   ia64*-*-* | s390*-*-*)