aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure.in
diff options
context:
space:
mode:
authorFranz Sirl <sirl@gcc.gnu.org>2000-12-12 11:53:48 +0000
committerFranz Sirl <sirl@gcc.gnu.org>2000-12-12 11:53:48 +0000
commite6978109a17d07b05e396437cd86370013f9f88c (patch)
tree1089131f0eed7fe8c26178bbfc14c988373ba817 /gcc/configure.in
parentdf86583c2e2c31bbaca1433b73e20a86544a184b (diff)
downloadgcc-e6978109a17d07b05e396437cd86370013f9f88c.zip
gcc-e6978109a17d07b05e396437cd86370013f9f88c.tar.gz
gcc-e6978109a17d07b05e396437cd86370013f9f88c.tar.bz2
configure.in (HAVE_AS_DWARF2_DEBUG_LINE): Enable .file/.loc check for powerpc*-*-*.
2000-12-12 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * configure.in (HAVE_AS_DWARF2_DEBUG_LINE): Enable .file/.loc check for powerpc*-*-*. * configure: Regenerated. * config/rs6000/linux.h (HANDLE_PRAGMA_PUSH_POP): Define. * config/rs6000/rs6000.c (rs6000_unique_section): Use STRIP_NAME_ENCODING. From-SVN: r38203
Diffstat (limited to 'gcc/configure.in')
-rw-r--r--gcc/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.in b/gcc/configure.in
index e5fe5e0..b391267 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -1441,7 +1441,7 @@ gcc_cv_as_dwarf2_debug_line=no
# ??? Once 2.11 is released, probably need to add first known working
# version to the per-target configury.
case "$target" in
- i?86*-*-* | mips*-*-* | alpha*-*-* | sparc*-*-*)
+ i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-*)
insn="nop"
;;
ia64*-*-*)