thunk3.C: Add xtensa-*-* to list of targets using generic thunk support.

* g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
        targets using generic thunk support.

From-SVN: r51319
This commit is contained in:
Bob Wilson 2002-03-25 17:55:36 +00:00 committed by Bob Wilson
parent 83bf437a4b
commit 2e0e3ef1eb
2 changed files with 6 additions and 1 deletions

View 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>
* g++.dg/other/enum1.C: New test.

View 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>