1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-02 04:41:35 +00:00

Document the new IMPORT attribute for the FEATURES/CONDES section.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5901 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2012-11-03 21:38:00 +00:00
parent 77bd3169f6
commit 754674dfab

View File

@ -1,4 +1,4 @@
<!doctype linuxdoc system>
<!doctype linuxdoc system> <!-- -*- text-mode -*- -->
<article>
<title>ld65 Users Guide
@ -934,6 +934,13 @@ The <tt/CONDES/ feature has several attributes:
Please note that the order of entries with equal priority is undefined.
<tag><tt>import</tt></tag>
This attribute defines a valid symbol name, that is added as an import
to the modules defining a constructor/desctructor of the given type.
This can be used to force linkage of a module if this module exports the
requested symbol.
</descrip>
Without specifying the <tt/CONDES/ feature, the linker will not create any