This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Disable "Run with libdl3b.so"


Hi,

Jason's patch:

http://gcc.gnu.org/ml/gcc-patches/2009-07/msg01239.html

fixed typeinfo with "-shared -Bsymbolic". Now I got

FAIL: Run with libdl3b.so

with libstdc++.so from gcc 4.5.0 since it returns OK instead
of "BAD2".  I am checking this patch to comment out one of
my testcases.  We can re-enable it later.

Thanks.

-- 
H.J.
---

Index: ld-elf/shared.exp
===================================================================
--- ld-elf/shared.exp	(revision 6500)
+++ ld-elf/shared.exp	(working copy)
@@ -299,9 +299,10 @@ set run_cxx_tests {
     {"Run with libdl3a.so"
      "tmpdir/libdl3a.so" ""
      {dl3main.cc} "dl3a" "dl3a.out" "" "c++"}
-    {"Run with libdl3b.so"
-     "tmpdir/libdl3b.so" ""
-     {dl3main.cc} "dl3b" "dl3b.out" "" "c++"}
+# "-shared -Bsymbolic" only works with gcc 4.5.0 and newer.
+#    {"Run with libdl3b.so"
+#     "tmpdir/libdl3b.so" ""
+#     {dl3main.cc} "dl3b" "dl3b.out" "" "c++"}
     {"Run with libdl3c.so"
      "tmpdir/libdl3c.so" ""
      {dl3main.cc} "dl3c" "dl3a.out" "" "c++"}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]