From 6b7b0ba1e43c9e6cd28b485c46b5ff63f61b2368 Mon Sep 17 00:00:00 2001
From: Kazu Hirata <kazu@codesourcery.com>
Date: Wed, 11 Jun 2008 03:08:10 +0000
Subject: [PATCH] configure.ac: Teach that fido supports .debug_line.

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

From-SVN: r136648
---
 gcc/ChangeLog    | 5 +++++
 gcc/configure    | 3 ++-
 gcc/configure.ac | 3 ++-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 90f0ebde511e..dd9588ea1c45 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/configure b/gcc/configure
index 1f478817ac81..1d16aa0f6898 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 57be54a5b977..49dcf34a6ddc 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*-*-*)
-- 
GitLab