Mercurial > hg-old > index.cgi
changeset 186:bc2fae9438eb
Updated documentation to reflect recent changes
author | lost |
---|---|
date | Sat, 21 Mar 2009 19:49:01 +0000 |
parents | b89adfb0d174 |
children | 857cb407229e |
files | doc/manual.docbook.sgml |
diffstat | 1 files changed, 41 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/manual.docbook.sgml Sat Mar 21 19:47:45 2009 +0000 +++ b/doc/manual.docbook.sgml Sat Mar 21 19:49:01 2009 +0000 @@ -1197,6 +1197,47 @@ </varlistentry> <varlistentry> +<term><option>--section-base=SECT=BASE</option></term> +<listitem> +<para> +Cause section SECT to load at base address BASE. This will be prepended +to the built-in link script. It is ignored if a link script is provided. +</para> +</listitem> +</varlistentry> + +<varlistentry> +<term><option>--map=FILE</option></term> +<term><option>-m FILE</option></term> +<listitem> +<para> +This will output a description of the link result to FILE. +</para> +</listitem> +</varlistentry> + +<varlistentry> +<term><option>--library=LIBSPEC</option></term> +<term><option>-l LIBSPEC</option></term> +<listitem> +<para> +Load a library using the library search path. LIBSPEC will have "lib" prepended +and ".a" appended. +</para> +</listitem> +</varlistentry> + +<varlistentry> +<term><option>--library-path=DIR</option></term> +<term><option>-L DIR</option></term> +<listitem> +<para> +Add DIR to the library search path. +</para> +</listitem> +</varlistentry> + +<varlistentry> <term><option>--debug</option></term> <term><option>-d</option></term> <listitem> @@ -1235,7 +1276,6 @@ <listitem> <para> This will display the version of LWLINK. -of each. </para> </listitem> </varlistentry>