]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* config/ltmain.m4sh (func_mode_link): $dlsymsobj is really
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 28 Nov 2004 19:55:40 +0000 (19:55 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 28 Nov 2004 19:55:40 +0000 (19:55 +0000)
$symfileobj, bug exposed only in the static preloading case
(symfileobj is created, but not linked into output).

ChangeLog
config/ltmain.m4sh

index 3f3e233d4bc931edb128c1c941d3c5e88fd9a3f1..910418ca26af2ae46584ee90b9b8f2106ebef1a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2004-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       * config/ltmain.m4sh (func_mode_link): $dlsymsobj is really
+       $symfileobj, bug exposed only in the static preloading case
+       (symfileobj is created, but not linked into output).
+
        * tests/demo-relink.test, tests/depdemo-relink.test: SKIP, don't
        FAIL if no shared libs available in demo/.  Do not try to access
        nonexistent files.
index 2e02351ac8a3a0b50b0432e3a0011257717bdfbe..39602408151fcfd40bb7eb4d2bc20699c4452188 100644 (file)
@@ -6182,7 +6182,7 @@ fi\
          build_libtool_libs=no
        else
          oldobjs="$old_deplibs $non_pic_objects"
-         if test "$preload" = yes && test -f "$dlsymsobj"; then
+         if test "$preload" = yes && test -f "$symfileobj"; then
            oldobjs="$oldobjs $symfileobj"
          fi
        fi