diff options
author | bch <brad.harder@gmail.com> | 2014-11-25 19:25:27 (GMT) |
---|---|---|
committer | bch <brad.harder@gmail.com> | 2014-11-25 19:25:27 (GMT) |
commit | 829eeaf7be8c43d5616693d0da4a864c1c6a6807 (patch) | |
tree | c090ec0f06b1552b2a3bab56272ef6ba3eb69103 /unix/ldAix | |
parent | ed2bce56ae44d9652b33027388381c4ea867453a (diff) | |
parent | 33eb2510ff53b7fd3b32ea1c84b4ef85d00c10f8 (diff) | |
download | tcl-bch_coverity.zip tcl-bch_coverity.tar.gz tcl-bch_coverity.tar.bz2 |
merge [e11d223695c5468b1bfb3db35ebf54856501fdf0], specifically for ./generic/tclExecute.c work (properly addresses coverity bug). Thx dgp.bch_coverity
Diffstat (limited to 'unix/ldAix')
-rwxr-xr-x | unix/ldAix | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -# +# # ldAix ldCmd ldArg ldArg ... # # This shell script provides a wrapper for ld under AIX in order to @@ -40,8 +40,8 @@ rm -f lib.exp echo "#! $outputFile" >lib.exp /usr/ccs/bin/nm $nmopts $ofiles | sed -e '/:$/d' -e '/ U /d' -e 's/^\.//' -e 's/[ |].*//' | sort | uniq >>lib.exp -# If we're linking a .a file, then link all the objects together into a -# single file "shr.o" and then put that into the archive. Otherwise link +# If we're linking a .a file, then link all the objects together into a +# single file "shr.o" and then put that into the archive. Otherwise link # the object files directly into the .a file. noDotA=`echo $outputFile | sed -e '/\.a$/d'` |