Changes in directory llvm/tools/gccld:
gccld.sh updated: 1.1 -> 1.2 --- Log message: Get the right warning message. --- Diffs of the changes: (+1 -1) gccld.sh | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/gccld/gccld.sh diff -u llvm/tools/gccld/gccld.sh:1.1 llvm/tools/gccld/gccld.sh:1.2 --- llvm/tools/gccld/gccld.sh:1.1 Thu Feb 8 21:09:26 2007 +++ llvm/tools/gccld/gccld.sh Thu Feb 8 21:12:21 2007 @@ -18,6 +18,6 @@ # ##===----------------------------------------------------------------------===## # -echo "gccas: This tool is deprecated, please use opt" +echo "gccld: This tool is deprecated, please use llvm-ld" [EMAIL PROTECTED]@ $TOOLDIR/llvm-ld "$@" _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits