diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2010-11-15 20:30:37 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2010-11-15 20:30:37 +0000 |
commit | ed2a97eb0d4549150716c6017a8678905e884b42 (patch) | |
tree | f110a9d0ea6486fabdd8a176b33730477e18bacc | |
parent | 23d8fd35c49ede588aa3b2969113d05212deee28 (diff) | |
download | gcc-ed2a97eb0d4549150716c6017a8678905e884b42.zip gcc-ed2a97eb0d4549150716c6017a8678905e884b42.tar.gz gcc-ed2a97eb0d4549150716c6017a8678905e884b42.tar.bz2 |
libffi-dg.exp: Rename ...
* testsuite/lib/libffi-dg.exp: Rename ...
* testsuite/lib/libffi.exp: ... to this.
* libffi/testsuite/libffi.call/call.exp: Don't load libffi-dg.exp.
* libffi/testsuite/libffi.special/special.exp: Likewise.
From-SVN: r166768
-rw-r--r-- | libffi/ChangeLog | 7 | ||||
-rw-r--r-- | libffi/testsuite/lib/libffi.exp (renamed from libffi/testsuite/lib/libffi-dg.exp) | 0 | ||||
-rw-r--r-- | libffi/testsuite/libffi.call/call.exp | 6 | ||||
-rw-r--r-- | libffi/testsuite/libffi.special/special.exp | 4 |
4 files changed, 9 insertions, 8 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog index 4eb9e2ff..b5f87d3 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,10 @@ +2010-11-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * testsuite/lib/libffi-dg.exp: Rename ... + * testsuite/lib/libffi.exp: ... to this. + * libffi/testsuite/libffi.call/call.exp: Don't load libffi-dg.exp. + * libffi/testsuite/libffi.special/special.exp: Likewise. + 2010-10-28 Chung-Lin Tang <cltang@codesourcery.com> * src/arm/ffi.c (ffi_prep_args): Add VFP register argument handling diff --git a/libffi/testsuite/lib/libffi-dg.exp b/libffi/testsuite/lib/libffi.exp index 82d6652..82d6652 100644 --- a/libffi/testsuite/lib/libffi-dg.exp +++ b/libffi/testsuite/lib/libffi.exp diff --git a/libffi/testsuite/libffi.call/call.exp b/libffi/testsuite/libffi.call/call.exp index 1e9985e..26acd81 100644 --- a/libffi/testsuite/libffi.call/call.exp +++ b/libffi/testsuite/libffi.call/call.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2003, 2006, 2009 Free Software Foundation, Inc. +# Copyright (C) 2003, 2006, 2009, 2010 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -14,10 +14,6 @@ # along with this program; see the file COPYING3. If not see # <http://www.gnu.org/licenses/>. -# libffi testsuite that uses the 'dg.exp' driver. - -load_lib libffi-dg.exp - dg-init libffi-init diff --git a/libffi/testsuite/libffi.special/special.exp b/libffi/testsuite/libffi.special/special.exp index e167e86..74671b1 100644 --- a/libffi/testsuite/libffi.special/special.exp +++ b/libffi/testsuite/libffi.special/special.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2003, 2006, 2009 Free Software Foundation, Inc. +# Copyright (C) 2003, 2006, 2009, 2010 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -14,8 +14,6 @@ # along with this program; see the file COPYING3. If not see # <http://www.gnu.org/licenses/>. -load_lib libffi-dg.exp - dg-init libffi-init |