]> git.sur5r.net Git - cc65/commit
Fixed a problem: For symbols of type weak or external defined in the linker
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 1 Jan 2012 20:29:42 +0000 (20:29 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 1 Jan 2012 20:29:42 +0000 (20:29 +0000)
commite935c8fead24e26c55ff0306437efad194c99398
tree2636bd1c49efeaf7765026b819f39a32f6206a93
parent4127923ad145c7ef6589117c95b9551dfe9f81c4
Fixed a problem: For symbols of type weak or external defined in the linker
config, a value is mandatory, but the check inside the code checked for the
TYPE attribute instead of the VALUE attribute.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5357 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/ld65/config.c