]> 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:34:25 +0000 (10:34 +0000)
committerPeter Rosin <peda@lysator.liu.se>
Thu, 28 Jul 2005 10:34:25 +0000 (10:34 +0000)
the fake symbol line ": @PROGRAM@ " from the list of exported
symbols.

ChangeLog
config/ltmain.m4sh

index d1fbf109ca6309477f5fa24ade28fb814824a93d..696582a4ebf00a31d8620d9b546194583a6dd187 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 641a834037b7c65556142147e1c1c6f6bb37becb..dcb9a6b5111e808f0e8950a08648c714e8f1791e 100644 (file)
@@ -758,7 +758,7 @@ extern \"C\" {
          if test -z "$export_symbols"; then
            export_symbols="$output_objdir/$outputname.exp"
            $run $RM $export_symbols
-           $run eval "${SED} -n -e '/^: @PROGRAM@$/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
+           $run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
            case $host in
            *cygwin* | *mingw* )
               $run eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'