mirror of
https://github.com/cc65/cc65.git
synced 2025-06-12 18:38:02 +00:00
ld65.sgml: document '--allow-multiple-definition' switch
This commit is contained in:
committed by
Oliver Schmidt
parent
dd53c2ddc3
commit
a24e3d9e72
@ -71,6 +71,7 @@ Short options:
|
|||||||
-vm Verbose map file
|
-vm Verbose map file
|
||||||
|
|
||||||
Long options:
|
Long options:
|
||||||
|
--allow-multiple-definition Allow multiple definitions
|
||||||
--cfg-path path Specify a config file search path
|
--cfg-path path Specify a config file search path
|
||||||
--config name Use linker config file
|
--config name Use linker config file
|
||||||
--dbgfile name Generate debug information
|
--dbgfile name Generate debug information
|
||||||
@ -98,6 +99,14 @@ Here is a description of all of the command-line options:
|
|||||||
|
|
||||||
<descrip>
|
<descrip>
|
||||||
|
|
||||||
|
<tag><tt>--allow-multiple-definition</tt></tag>
|
||||||
|
|
||||||
|
Normally when a global symbol is defined multiple times, ld65 will
|
||||||
|
issue an error and not create the output file. This option lets it
|
||||||
|
silently ignore this fact and continue. The first definition of a
|
||||||
|
symbol will be used.
|
||||||
|
|
||||||
|
|
||||||
<label id="option--start-group">
|
<label id="option--start-group">
|
||||||
<tag><tt>-(, --start-group</tt></tag>
|
<tag><tt>-(, --start-group</tt></tag>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user