From: Ralf Wildenhues Date: Wed, 18 May 2005 07:49:39 +0000 (+0000) Subject: * doc/libtool.texi (Link mode): Document -objectlist. X-Git-Tag: release-1-5-20~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2bcd07fca75cb6693b0aadf84890ef0279648c31;p=thirdparty%2Flibtool.git * doc/libtool.texi (Link mode): Document -objectlist. Noted by Richard Kreckel . --- diff --git a/ChangeLog b/ChangeLog index 1d7afe3b8..389e7e29c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-05-18 Ralf Wildenhues + + * doc/libtool.texi (Link mode): Document -objectlist. + Noted by Richard Kreckel . + 2005-05-16 Ralf Wildenhues * configure.ac: Bump version. diff --git a/doc/libtool.texi b/doc/libtool.texi index 75b6ea9ba..59311998f 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -1279,6 +1279,9 @@ libraries (@pxref{Inter-library dependencies}). @item -o @var{output-file} Create @var{output-file} from the specified objects and libraries. +@item -objectlist @var{file} +Use a list of object files found in @var{file} to specify objects. + @item -precious-files-regex @var{regex} Prevents removal of files from the temporary output directory whose names match this regular expression. You might specify @samp{\.bbg?$}