aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2003-11-21 01:32:12 +0000
committerBob Wilson <bwilson@gcc.gnu.org>2003-11-21 01:32:12 +0000
commitd116bdf8e455e6246bd0f2d077eee30ff7b72a38 (patch)
treeb4c9dd9a085b569f36bb9044a8e45360731c080a /gcc
parente75f9147fe254a3ae4123de70fb7f1907680bd44 (diff)
downloadgcc-d116bdf8e455e6246bd0f2d077eee30ff7b72a38.zip
gcc-d116bdf8e455e6246bd0f2d077eee30ff7b72a38.tar.gz
gcc-d116bdf8e455e6246bd0f2d077eee30ff7b72a38.tar.bz2
configure.in: Add xtensa-*-* targets to test for dwarf2 debug_line.
* configure.in: Add xtensa-*-* targets to test for dwarf2 debug_line. * configure: Regenerate. From-SVN: r73786
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rwxr-xr-xgcc/configure2
-rw-r--r--gcc/configure.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7d5c09e..6f83a5a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2003-11-20 Bob Wilson <bob.wilson@acm.org>
+
+ * configure.in: Add xtensa-*-* targets to test for dwarf2 debug_line.
+ * configure: Regenerate.
+
2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.in (Makefile): Pass along CONFIG_SHELL.
diff --git a/gcc/configure b/gcc/configure
index 11ecfe1..43ced01 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -7239,7 +7239,7 @@ esac
case "$target" in
i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \
| x86_64*-*-* | hppa*-*-* | arm*-*-* | strongarm*-*-* | xscale*-*-* \
- | xstormy16*-*-* | cris-*-*)
+ | xstormy16*-*-* | cris-*-* | xtensa-*-*)
insn="nop"
;;
ia64*-*-*)
diff --git a/gcc/configure.in b/gcc/configure.in
index 9ba6b51..c84e3c9 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -2409,7 +2409,7 @@ esac
case "$target" in
i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \
| x86_64*-*-* | hppa*-*-* | arm*-*-* | strongarm*-*-* | xscale*-*-* \
- | xstormy16*-*-* | cris-*-*)
+ | xstormy16*-*-* | cris-*-* | xtensa-*-*)
insn="nop"
;;
ia64*-*-*)