comparison docs/manual.docbook.sgml @ 68:99ce348b0e6b

Fixed error in documentation - linkscripts use "entry" instead of "exec"
author lost@l-w.ca
date Sat, 09 Apr 2011 01:44:45 -0600
parents 9ded7e6fc1b0
children c0aedb1584af
comparison
equal deleted inserted replaced
67:554831f03338 68:99ce348b0e6b
1846 1846
1847 This will cause the section <parameter>name</parameter> to load after the previously listed 1847 This will cause the section <parameter>name</parameter> to load after the previously listed
1848 section. 1848 section.
1849 </para></listitem></varlistentry> 1849 </para></listitem></varlistentry>
1850 <varlistentry> 1850 <varlistentry>
1851 <term>exec <parameter>addr or sym</parameter></term> 1851 <term>entry <parameter>addr or sym</parameter></term>
1852 <listitem> 1852 <listitem>
1853 <para> 1853 <para>
1854 This will cause the execution address (entry point) to be the address 1854 This will cause the execution address (entry point) to be the address
1855 specified (in hex) or the specified symbol name. The symbol name must 1855 specified (in hex) or the specified symbol name. The symbol name must
1856 match a symbol that is exported by one of the object files being linked. 1856 match a symbol that is exported by one of the object files being linked.