OSDN Git Service

* testsuite/libffi.special/special.exp (cxx_options): Add
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Jan 2005 09:06:52 +0000 (09:06 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Jan 2005 09:06:52 +0000 (09:06 +0000)
-shared-libgcc.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93221 138bc75d-0d04-0410-961f-82ee72b054a4

libffi/ChangeLog
libffi/testsuite/libffi.special/special.exp

index 02a5fc2..b0bccb7 100644 (file)
@@ -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.
index df96d03..5a1c081 100644 (file)
@@ -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 ""