]> git.sur5r.net Git - cc65/commit
Fixed a problem with .global: In some situations, exported symbols went
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 19 Apr 2004 17:00:12 +0000 (17:00 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 19 Apr 2004 17:00:12 +0000 (17:00 +0000)
commit0eba6f615f02e8277f5c201e7097e71678224e94
tree0e7187bcf57f6d51085b05638b3c4b1f7f8ebc6a
parent2b57b0e4f4e2d518bfc05824cae97dda337a5313
Fixed a problem with .global: In some situations, exported symbols went
into the object files with an address size of ADDR_SIZE_DEFAULT, something
which cannot be handled by the linker.

git-svn-id: svn://svn.cc65.org/cc65/trunk@2980 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/ca65/symentry.c
src/ca65/symentry.h
src/ca65/symtab.c