Added info about the new OPTIONAL segment attribute.
git-svn-id: svn://svn.cc65.org/cc65/trunk@2166 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
cfb622f738
commit
8b279cf126
1 changed files with 12 additions and 6 deletions
|
@ -594,6 +594,12 @@ or (for the segment definitions from above)
|
|||
}
|
||||
</verb></tscreen>
|
||||
|
||||
To suppress the warning, the linker issues if it encounters a segment that is
|
||||
not found in any of the input files, use "<tt/optional=yes/" as additional
|
||||
segment attribute. Be careful when using this attribute, because a missing
|
||||
segment may be a sign of a problem, and if you're suppressing the warning,
|
||||
there is no one left to tell you about it.
|
||||
|
||||
File names may be empty, data from segments assigned to a memory area with
|
||||
an empty file name is discarded. This is useful, if the a memory area has
|
||||
segments assigned that are empty (for example because they are of type
|
||||
|
|
Loading…
Add table
Reference in a new issue