aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2008-06-11 03:08:10 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2008-06-11 03:08:10 +0000
commit6b7b0ba1e43c9e6cd28b485c46b5ff63f61b2368 (patch)
tree43a732368e991fe8ef3094728e120558e0451146 /gcc
parent711b251097ea6beff11c363fd5006daffa521272 (diff)
downloadgcc-6b7b0ba1e43c9e6cd28b485c46b5ff63f61b2368.zip
gcc-6b7b0ba1e43c9e6cd28b485c46b5ff63f61b2368.tar.gz
gcc-6b7b0ba1e43c9e6cd28b485c46b5ff63f61b2368.tar.bz2
configure.ac: Teach that fido supports .debug_line.
* configure.ac: Teach that fido supports .debug_line. * configure: Regenerate. From-SVN: r136648
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rwxr-xr-xgcc/configure3
-rw-r--r--gcc/configure.ac3
3 files changed, 9 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 90f0ebd..dd9588e 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 1f47881..1d16aa0 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 57be54a..49dcf34 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*-*-*)