2009-07-30 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 30 Jul 2009 15:55:59 +0000 (15:55 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 30 Jul 2009 15:55:59 +0000 (15:55 +0000)
* ld-elf/shared.exp: Comment out dl3b.

ld/testsuite/ChangeLog
ld/testsuite/ld-elf/shared.exp

index 2467acea98e1f9f00b28317582b60193b1da4563..e22765dfb86f22f7f264483d39194e4b8e702ce2 100644 (file)
@@ -1,3 +1,7 @@
+2009-07-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-elf/shared.exp: Comment out dl3b.
+
 2009-07-30  Hans-Peter Nilsson  <hp@bitrange.com>
 
        * ld-scripts/empty-address-3a.d, ld-scripts/empty-address-3b.d:
index 4f45bdd6569ed9c080ba46bd6fbc1abe1417dd0f..2ccfc72dcf109150d4012006fa47e8d804d84ff6 100644 (file)
@@ -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++"}
This page took 0.027288 seconds and 4 git commands to generate.