aboutsummaryrefslogtreecommitdiff
path: root/libffi
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@libertysurf.fr>2005-01-12 09:06:52 +0000
committerEric Botcazou <ebotcazou@libertysurf.fr>2005-01-12 09:06:52 +0000
commite859a546a8dbfbaebeb0c0d8515993a92680d5fe (patch)
treee7dd5c1c4bc226c1115c4725968a291a2c3ba732 /libffi
parent3c6baa3f3960598774f3d8317a90569766174f14 (diff)
* testsuite/libffi.special/special.exp (cxx_options): Add
-shared-libgcc. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@93221 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi')
-rw-r--r--libffi/ChangeLog5
-rw-r--r--libffi/testsuite/libffi.special/special.exp2
2 files changed, 6 insertions, 1 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog
index 02a5fc29fdb..b0bccb7b072 100644
--- a/libffi/ChangeLog
+++ b/libffi/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-12 Eric Botcazou <ebotcazou@libertysurf.fr>
+
+ * testsuite/libffi.special/special.exp (cxx_options): Add
+ -shared-libgcc.
+
2004-12-31 Richard Henderson <rth@redhat.com>
* src/types.c (FFI_AGGREGATE_TYPEDEF): Remove.
diff --git a/libffi/testsuite/libffi.special/special.exp b/libffi/testsuite/libffi.special/special.exp
index df96d03d60c..5a1c081a460 100644
--- a/libffi/testsuite/libffi.special/special.exp
+++ b/libffi/testsuite/libffi.special/special.exp
@@ -25,7 +25,7 @@ global srcdir subdir
global cxx_options
-set cxx_options " -lstdc++"
+set cxx_options " -shared-libgcc -lstdc++"
dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.cc]] $cxx_options ""