]> gcc.gnu.org Git - gcc.git/commitdiff
config.gcc: Match more processor names for Xtensa.
authorMarc Gauthier <marc@tensilica.com>
Wed, 6 Aug 2008 16:02:16 +0000 (16:02 +0000)
committerBob Wilson <bwilson@gcc.gnu.org>
Wed, 6 Aug 2008 16:02:16 +0000 (16:02 +0000)
2008-08-06  Marc Gauthier  <marc@tensilica.com>
* config.gcc: Match more processor names for Xtensa.
* configure.ac: Likewise.
* doc/install.texi (Specific): Likewise.
* configure: Regenerate.
testsuite/
* lib/target-supports.exp (check_profiling_available): Match more
processor names for Xtensa.
* g++.old-deja/g++.jason/thunk3.C: Likewise.
* gcc.dg/intmax_t-1.c: Likewise.
* gcc.dg/sibcall-3.c: Likewise.
* gcc.dg/sibcall-4.c: Likewise.
* gcc.c-torture/compile/20001226-1.c: Likewise.

From-SVN: r138810

12 files changed:
gcc/ChangeLog
gcc/config.gcc
gcc/configure
gcc/configure.ac
gcc/doc/install.texi
gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.jason/thunk3.C
gcc/testsuite/gcc.c-torture/compile/20001226-1.c
gcc/testsuite/gcc.dg/intmax_t-1.c
gcc/testsuite/gcc.dg/sibcall-3.c
gcc/testsuite/gcc.dg/sibcall-4.c
gcc/testsuite/lib/target-supports.exp

index 37c57db11b368ba041c756b64ccfde4d3b5d097c..244175e4102b6cc9ba79ee6c06e21610331ece22 100644 (file)
@@ -1,3 +1,10 @@
+2008-08-06  Marc Gauthier  <marc@tensilica.com>
+
+       * config.gcc: Match more processor names for Xtensa.
+       * configure.ac: Likewise.
+       * doc/install.texi (Specific): Likewise.
+       * configure: Regenerate.
+
 2008-08-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * builtins.c (expand_builtin_profile_func): Avoid C++ keywords.
index a2aa4242f80108b7a03de08301d20b0a9d6ecb7d..c327547116990bfb4a13fbc1164effa7a1967ba6 100644 (file)
@@ -2348,11 +2348,11 @@ xstormy16-*-elf)
        tmake_file="stormy16/t-stormy16"
        extra_parts="crtbegin.o crtend.o"
        ;;
-xtensa-*-elf*)
+xtensa*-*-elf*)
        tm_file="${tm_file} dbxelf.h elfos.h svr4.h xtensa/elf.h"
        tmake_file="xtensa/t-xtensa xtensa/t-elf"
        ;;
-xtensa-*-linux*)
+xtensa*-*-linux*)
        tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h xtensa/linux.h"
        tmake_file="${tmake_file} xtensa/t-xtensa xtensa/t-linux"
        ;;
index abb1fd85c1b78d0770815eff58a25d5a8ed8393b..0ad273b0cfad251962da8e8381c274dcb1129347 100755 (executable)
@@ -22800,7 +22800,7 @@ esac
 case "$target" in
   i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \
   | x86_64*-*-* | hppa*-*-* | arm*-*-* \
-  | xstormy16*-*-* | cris-*-* | xtensa-*-* | bfin-*-* | score*-*-* \
+  | xstormy16*-*-* | cris-*-* | xtensa*-*-* | bfin-*-* | score*-*-* \
   | spu-*-* | fido*-*-*)
     insn="nop"
     ;;
index 54e1eb49bfaf257c04c32b17189fdcc48280f257..f2f0eea0b92e017115a0e095e1f902e5c4a58ce4 100644 (file)
@@ -3085,7 +3085,7 @@ esac
 case "$target" in
   i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \
   | x86_64*-*-* | hppa*-*-* | arm*-*-* \
-  | xstormy16*-*-* | cris-*-* | xtensa-*-* | bfin-*-* | score*-*-* \
+  | xstormy16*-*-* | cris-*-* | xtensa*-*-* | bfin-*-* | score*-*-* \
   | spu-*-* | fido*-*-*)
     insn="nop"
     ;;
index f2aeb2c9586d9e3fb63b8b7c3cb72d90b9ca1917..7c9564419bb02414ca2372cd26b9899aca0f03d8 100644 (file)
@@ -2625,9 +2625,9 @@ information are.
 @item
 @uref{#x86-64-x-x,,x86_64-*-*, amd64-*-*}
 @item
-@uref{#xtensa-x-elf,,xtensa-*-elf}
+@uref{#xtensa-x-elf,,xtensa*-*-elf}
 @item
-@uref{#xtensa-x-linux,,xtensa-*-linux*}
+@uref{#xtensa-x-linux,,xtensa*-*-linux*}
 @item
 @uref{#windows,,Microsoft Windows}
 @item
@@ -4036,7 +4036,7 @@ both 64-bit x86-64 and 32-bit x86 code (via the @option{-m32} switch).
 @html
 <hr />
 @end html
-@heading @anchor{xtensa-x-elf}xtensa-*-elf
+@heading @anchor{xtensa-x-elf}xtensa*-*-elf
 
 This target is intended for embedded Xtensa systems using the
 @samp{newlib} C library.  It uses ELF but does not support shared
@@ -4054,14 +4054,14 @@ which you can use to replace the default header file.
 @html
 <hr />
 @end html
-@heading @anchor{xtensa-x-linux}xtensa-*-linux*
+@heading @anchor{xtensa-x-linux}xtensa*-*-linux*
 
 This target is for Xtensa systems running GNU/Linux.  It supports ELF
 shared objects and the GNU C library (glibc).  It also generates
 position-independent code (PIC) regardless of whether the
 @option{-fpic} or @option{-fPIC} options are used.  In other
 respects, this target is the same as the
-@uref{#xtensa-*-elf,,@samp{xtensa-*-elf}} target.
+@uref{#xtensa*-*-elf,,@samp{xtensa*-*-elf}} target.
 
 @html
 <hr />
index a2f0d060844b4c4b3bc584ef1afef51c96b553db..a8b0b14924d9cdfc787af8eb753c01975d32fac5 100644 (file)
@@ -1,3 +1,13 @@
+2008-08-06  Marc Gauthier  <marc@tensilica.com>
+
+       * lib/target-supports.exp (check_profiling_available): Match more
+       processor names for Xtensa.
+       * g++.old-deja/g++.jason/thunk3.C: Likewise.
+       * gcc.dg/intmax_t-1.c: Likewise.
+       * gcc.dg/sibcall-3.c: Likewise.
+       * gcc.dg/sibcall-4.c: Likewise.
+       * gcc.c-torture/compile/20001226-1.c: Likewise.
+
 2008-08-06  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR middle-end/37010
index 1b235ef58e9ceb409e50c7da14b51a3fdf2594e7..d91982f7ed027fdc00a122ccba9bd95f2d8f4489 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do run { xfail rs6000-*-* powerpc-*-eabi m68k-*-coff mn10300-*-* v850-*-* sh-*-* sh64-*-* h8*-*-* xtensa-*-* m32r*-*-* } }
+// { dg-do run { xfail rs6000-*-* powerpc-*-eabi m68k-*-coff mn10300-*-* v850-*-* sh-*-* sh64-*-* h8*-*-* xtensa*-*-* m32r*-*-* } }
 // Test that variadic function calls using thunks work right.
 // Note that this will break on any target that uses the generic thunk
 //  support, because it doesn't support variadic functions.
index 19701ab3877dfed9789dd537f5ab2e3ab3403cff..64cf37cb840623bf8d414b876a7a17f6e4221077 100644 (file)
@@ -3,7 +3,7 @@
 /* { dg-do assemble } */
 /* { dg-xfail-if "function larger than 64K" { m6811-*-* } { "*" } { "" } } */
 /* { dg-skip-if "too much code for avr" { "avr-*-*" } { "*" } { "" } } */
-/* { dg-xfail-if "jump beyond 128K not supported" { xtensa-*-* } { "-O0" } { "" } } */
+/* { dg-xfail-if "jump beyond 128K not supported" { xtensa*-*-* } { "-O0" } { "" } } */
 /* { dg-xfail-if "PR36698" { spu-*-* } { "-O0" } { "" } } */
 /* { dg-skip-if "" { m32c-*-* } { "*" } { "" } } */
 
index 9ac0cb9f037388894a563450c86dd2021ebd26c2..00b503c250906bb76c784a21c7005fdd352ec11a 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-Wall" } */
-/* { dg-error "" "" { target { { *arm*-*-*elf* xtensa-*-elf* } || vxworks_kernel } } 0 } */
+/* { dg-error "" "" { target { { *arm*-*-*elf* xtensa*-*-elf* } || vxworks_kernel } } 0 } */
 
 /* Compile with -Wall to get a warning if built-in and system intmax_t don't
    match.  */
index 38f3e37622d4cad15b1d87dee359113ed94fc09c..a33d4d3450274e02cd26b22332eb7eaf8efba495 100644 (file)
@@ -5,7 +5,7 @@
    Copyright (C) 2002 Free Software Foundation Inc.
    Contributed by Hans-Peter Nilsson  <hp@bitrange.com>  */
 
-/* { dg-do run { xfail arc-*-* avr-*-* cris-*-* crisv32-*-* h8300-*-* hppa*64*-*-* m32r-*-* m68hc1?-*-* mcore-*-* mn10300-*-* xstormy16-*-* v850*-*-* vax-*-* xtensa-*-* } } */
+/* { dg-do run { xfail arc-*-* avr-*-* cris-*-* crisv32-*-* h8300-*-* hppa*64*-*-* m32r-*-* m68hc1?-*-* mcore-*-* mn10300-*-* xstormy16-*-* v850*-*-* vax-*-* xtensa*-*-* } } */
 /* -mlongcall disables sibcall patterns.  */
 /* { dg-skip-if "" { powerpc*-*-* } { "-mlongcall" } { "" } } */
 /* { dg-options "-O2 -foptimize-sibling-calls" } */
index 535efb6450440d70cf95d1ceb09be2aaf29148c7..e13db6bb74f77fe8035b5017d4df014d9bc9407c 100644 (file)
@@ -5,7 +5,7 @@
    Copyright (C) 2002 Free Software Foundation Inc.
    Contributed by Hans-Peter Nilsson  <hp@bitrange.com>  */
 
-/* { dg-do run { xfail arc-*-* avr-*-* cris-*-* crisv32-*-* h8300-*-* hppa*64*-*-* m32r-*-* m68hc1?-*-* mcore-*-* mn10300-*-* xstormy16-*-* v850*-*-* vax-*-* xtensa-*-* } } */
+/* { dg-do run { xfail arc-*-* avr-*-* cris-*-* crisv32-*-* h8300-*-* hppa*64*-*-* m32r-*-* m68hc1?-*-* mcore-*-* mn10300-*-* xstormy16-*-* v850*-*-* vax-*-* xtensa*-*-* } } */
 /* -mlongcall disables sibcall patterns.  */
 /* { dg-skip-if "" { powerpc*-*-* } { "-mlongcall" } { "" } } */
 /* { dg-options "-O2 -foptimize-sibling-calls" } */
index d82829e20584eb72e482d683e07c13c8900f6c55..570b43e071a67b8801326f7351cc5b49442973ed 100644 (file)
@@ -476,7 +476,7 @@ proc check_profiling_available { test_what } {
             || [istarget m68k-*-uclinux*]
             || [istarget mips*-*-elf*]
             || [istarget xstormy16-*]
-            || [istarget xtensa-*-elf]
+            || [istarget xtensa*-*-elf]
             || [istarget *-*-vxworks*] } {
            set profiling_available_saved 0
        } else {
This page took 0.127433 seconds and 5 git commands to generate.