]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* config/ltmain.m4sh (func_generate_dlsyms): Properly remove
authorPeter Ekberg <peda@lysator.liu.se>
Thu, 28 Jul 2005 10:23:18 +0000 (10:23 +0000)
committerPeter Rosin <peda@lysator.liu.se>
Thu, 28 Jul 2005 10:23:18 +0000 (10:23 +0000)
the fake symbol line ": @PROGRAM@ " from the list of exported
symbols.

ChangeLog
config/ltmain.m4sh

index 3746039e2fd2c46abb33e84c7e87a843b779f7b2..80ee77ce0b26816a451332cfb119e8c3b4f1f5e3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-07-28  Peter Ekberg  <peda@lysator.liu.se>
+
+       * config/ltmain.m4sh (func_generate_dlsyms): Properly remove
+       the fake symbol line ": @PROGRAM@ " from the list of exported
+       symbols.
+
 2005-07-28  Peter Ekberg  <peda@lysator.liu.se>
 
        * libltdl/loaders/loadlibrary.c (vm_open): Set the error mode so
index 417a5fe097bc35c4b71cfc597e5b422b99b5f289..77be4f42ac3fba600439395f3deedc550ef09e44 100644 (file)
@@ -806,7 +806,7 @@ extern \"C\" {
            export_symbols="$output_objdir/$outputname.exp"
            $opt_dry_run || {
              $RM $export_symbols
-             eval "${SED} -n -e '/^: @PROGRAM@$/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
+             eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
              case $host in
              *cygwin* | *mingw* )
                 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'