]> git.sur5r.net Git - cc65/commit
Added a new attribute IMPORT to the CONDES definition of the FEATURES section.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 3 Nov 2012 21:37:19 +0000 (21:37 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 3 Nov 2012 21:37:19 +0000 (21:37 +0000)
commit77bd3169f6df69b8f62ca52008fb4a999b5b035e
tree94553b6924b5d4cd54904f83d8d7d43057b0cf41
parent77e6bb483fab0416e528a5d3c92ff18604068349
Added a new attribute IMPORT to the CONDES definition of the FEATURES section.
If this attribute is defined, an import for the given symbol is added to the
module that contains the condes declaraction. Using this feature, it is
possible to force linkage of a module that contains an export for the symbol.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5900 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/ld65/condes.c
src/ld65/condes.h
src/ld65/config.c
src/ld65/exports.c
src/ld65/lineinfo.c
src/ld65/lineinfo.h
src/ld65/span.c
src/ld65/span.h