From: uz Date: Sat, 3 Nov 2012 21:38:00 +0000 (+0000) Subject: Document the new IMPORT attribute for the FEATURES/CONDES section. X-Git-Tag: V2.14~173 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=754674dfab7c45ea9e00106ada6dfd310d221a42;p=cc65 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 --- diff --git a/doc/ld65.sgml b/doc/ld65.sgml index 89b3f3d67..8bc90710f 100644 --- a/doc/ld65.sgml +++ b/doc/ld65.sgml @@ -1,4 +1,4 @@ - +
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