From e6978109a17d07b05e396437cd86370013f9f88c Mon Sep 17 00:00:00 2001 From: Franz Sirl Date: Tue, 12 Dec 2000 11:53:48 +0000 Subject: configure.in (HAVE_AS_DWARF2_DEBUG_LINE): Enable .file/.loc check for powerpc*-*-*. 2000-12-12 Franz Sirl * 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 --- gcc/configure | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gcc/configure') diff --git a/gcc/configure b/gcc/configure index 6c1b197..0d5f84c 100755 --- a/gcc/configure +++ b/gcc/configure @@ -1553,7 +1553,7 @@ for ac_kw in inline __inline__ __inline; do #include "confdefs.h" int main() { -} $ac_kw foo() { +} $ac_kw int foo() { ; return 0; } EOF if { (eval echo configure:1560: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then @@ -1583,7 +1583,7 @@ esac # Find some useful tools -for ac_prog in mawk gawk nawk awk +for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 @@ -3995,7 +3995,7 @@ else int main() { /* Ultrix mips cc rejects this. */ -typedef int charset[2]; const charset x; +typedef int charset[2]; const charset x={0,0}; /* SunOS 4.1.1 cc rejects this. */ char const *const *ccp; char **p; @@ -4136,7 +4136,7 @@ else #include "confdefs.h" #include int main() { -char *p = alloca(2 * sizeof(int)); +char *p = (char *)alloca(2 * sizeof(int)); ; return 0; } EOF if { (eval echo configure:4143: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then @@ -6124,7 +6124,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*-*-*) -- cgit v1.1