thunk3.C: Add xtensa-*-* to list of targets using generic thunk support.
authorBob Wilson <bob.wilson@acm.org>
Mon, 25 Mar 2002 17:57:03 +0000 (17:57 +0000)
committerBob Wilson <bwilson@gcc.gnu.org>
Mon, 25 Mar 2002 17:57:03 +0000 (17:57 +0000)
        * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
        targets using generic thunk support.

From-SVN: r51320

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.jason/thunk3.C

index 8a22162ec6648bb1ff569a72cf2e5fc7bc5c07be..3bddcd2900346cf09a099996300b0aecbcfbb365 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-25  Bob Wilson  <bob.wilson@acm.org>
+
+       * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
+       targets using generic thunk support.
+
 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
 
        * gcc.c-torture/compile/20020323-1.c: New test.
index f21b8f7bd155d6f93f70aca584329d9b33a3c4e2..97776c4f1512c402523d2a0e625ca78a1ae79acb 100644 (file)
@@ -2,7 +2,7 @@
 // Note that this will break on any target that uses the generic thunk
 //  support, because it doesn't support variadic functions.
 
-// excess errors test - XFAIL mips*-*-* rs6000-*-* powerpc-*-eabi m68k-*-coff m68k-motorola-sysv m88k-motorola-sysv3  mn10300-*-* mn10200-*-* v850-*-* sh-*-* sh64-*-* h8*-*-*
+// excess errors test - XFAIL mips*-*-* rs6000-*-* powerpc-*-eabi m68k-*-coff m68k-motorola-sysv m88k-motorola-sysv3  mn10300-*-* mn10200-*-* v850-*-* sh-*-* sh64-*-* h8*-*-* xtensa-*-*
 
 #include <stdarg.h>