diff options
author | Janis Johnson <janis187@us.ibm.com> | 2005-02-11 22:33:16 +0000 |
---|---|---|
committer | Janis Johnson <janis@gcc.gnu.org> | 2005-02-11 22:33:16 +0000 |
commit | 6027770b6e14079e637d8628b4e98ed00e7a9ddb (patch) | |
tree | 0dc8b960eca5c8ae77f3eb738a2a5859c7afc5c1 /libffi | |
parent | c33bae88250f1f9688033297223b8d6f6d0a0c39 (diff) | |
download | gcc-6027770b6e14079e637d8628b4e98ed00e7a9ddb.zip gcc-6027770b6e14079e637d8628b4e98ed00e7a9ddb.tar.gz gcc-6027770b6e14079e637d8628b4e98ed00e7a9ddb.tar.bz2 |
cls_align_longdouble.c: Remove dg-options.
* testsuite/libffi.call/cls_align_longdouble.c: Remove dg-options.
* testsuite/libffi.call/float.c: Ditto.
* testsuite/libffi.call/float2.c: Ditto.
* testsuite/libffi.call/float3.c: Ditto.
From-SVN: r94899
Diffstat (limited to 'libffi')
-rw-r--r-- | libffi/ChangeLog | 7 | ||||
-rw-r--r-- | libffi/testsuite/libffi.call/cls_align_longdouble.c | 1 | ||||
-rw-r--r-- | libffi/testsuite/libffi.call/float.c | 1 | ||||
-rw-r--r-- | libffi/testsuite/libffi.call/float2.c | 1 | ||||
-rw-r--r-- | libffi/testsuite/libffi.call/float3.c | 1 |
5 files changed, 7 insertions, 4 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog index d4f842c..be46054 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,10 @@ +2005-02-11 Janis Johnson <janis187@us.ibm.com> + + * testsuite/libffi.call/cls_align_longdouble.c: Remove dg-options. + * testsuite/libffi.call/float.c: Ditto. + * testsuite/libffi.call/float2.c: Ditto. + * testsuite/libffi.call/float3.c: Ditto. + 2005-02-08 Andreas Tobler <a.tobler@schweiz.ch> * src/frv/ffitarget.h: Remove PPC stuff which does not belong to frv. diff --git a/libffi/testsuite/libffi.call/cls_align_longdouble.c b/libffi/testsuite/libffi.call/cls_align_longdouble.c index 6234e5d..bcfddf5 100644 --- a/libffi/testsuite/libffi.call/cls_align_longdouble.c +++ b/libffi/testsuite/libffi.call/cls_align_longdouble.c @@ -5,7 +5,6 @@ Originator: <hos@tamanegi.org> 20031203 */ /* { dg-do run { xfail mips64*-*-* arm*-*-* strongarm*-*-* xscale*-*-* } } */ -/* { dg-options -mlong-double-128 { target powerpc64*-*-* } } */ #include "ffitest.h" diff --git a/libffi/testsuite/libffi.call/float.c b/libffi/testsuite/libffi.call/float.c index d712fb1..51cb2fa 100644 --- a/libffi/testsuite/libffi.call/float.c +++ b/libffi/testsuite/libffi.call/float.c @@ -5,7 +5,6 @@ Originator: From the original ffitest.c */ /* { dg-do run } */ -/* { dg-options -mlong-double-128 { target powerpc64*-*-* } } */ #include "ffitest.h" diff --git a/libffi/testsuite/libffi.call/float2.c b/libffi/testsuite/libffi.call/float2.c index 4de41d35..2039724 100644 --- a/libffi/testsuite/libffi.call/float2.c +++ b/libffi/testsuite/libffi.call/float2.c @@ -5,7 +5,6 @@ Originator: From the original ffitest.c */ /* { dg-do run } */ -/* { dg-options -mlong-double-128 { target powerpc64*-*-* } } */ #include "ffitest.h" #include "float.h" diff --git a/libffi/testsuite/libffi.call/float3.c b/libffi/testsuite/libffi.call/float3.c index 27933c3..76bd5f2 100644 --- a/libffi/testsuite/libffi.call/float3.c +++ b/libffi/testsuite/libffi.call/float3.c @@ -5,7 +5,6 @@ Originator: From the original ffitest.c */ /* { dg-do run } */ -/* { dg-options -mlong-double-128 { target powerpc64*-*-* } } */ #include "ffitest.h" #include "float.h" |