From: uz Date: Fri, 12 Nov 2010 14:17:35 +0000 (+0000) Subject: Reworked and improved the SYMBOLS section. The old syntax (using symbol = X-Git-Tag: V2.13.3~604 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5e8252fa3601fac7489d7d39e18b87e9fb54f1c1;p=cc65 Reworked and improved the SYMBOLS section. The old syntax (using symbol = value) is now gone, attributes are used instead. The SYMBOLS section does now support imports, so the linker config can be used to force symbols (and therefore module) imports. Evaluation of start address and size for memory areas has been delayed even further, so it is now possible to use the values from one memory area in the definition of the next one. git-svn-id: svn://svn.cc65.org/cc65/trunk@4851 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/ld65.sgml b/doc/ld65.sgml index d37beced7..2c2b2d599 100644 --- a/doc/ld65.sgml +++ b/doc/ld65.sgml @@ -832,8 +832,8 @@ The necessary o65 attributes are defined in a special section labeled The , +section, the attribute list is empty. The second supported format, +, has several attributes that may be defined here. @@ -942,12 +942,41 @@ mean, that the The SYMBOLS section