]> 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:54:25 +0000 (19:54 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 28 Nov 2004 19:54:25 +0000 (19:54 +0000)
$symfileobj, bug exposed only in the static preloading case
(symfileobj is created, but not linked into output).

ChangeLog
config/ltmain.m4sh

index 9e1c0df3df43f05cb2f4f3a287d50762e85409de..77bb3faa4fb9f0803aed6187016e2bf3c39295cc 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 8bd17d24bfe3cf0d48fe584ea39b309a650d4f96..5d295ec686d38fc9ae09585c571c5d10893764f4 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