]> git.sur5r.net Git - cc65/commit
Write out global symbols to the debug file. Added some fixes for unusual
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 31 Aug 2011 20:48:40 +0000 (20:48 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 31 Aug 2011 20:48:40 +0000 (20:48 +0000)
commit8fc851b3384c4c2784e64dacdf858e94303cf6b4
tree408ee6d765d13dfef4c080bd5f00f7760c833b9e
parentf204ec956a79a4754a0928f2dfeccd09ec6c5710
Write out global symbols to the debug file. Added some fixes for unusual
situations (extern symbols without attached import, because the import wasn't
referenced and therefore removed by the assembler).

git-svn-id: svn://svn.cc65.org/cc65/trunk@5290 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/ca65/dbginfo.c
src/cc65/compile.c
src/cc65/function.c
src/cc65/symtab.c
src/cc65/symtab.h
src/ld65/dbgsyms.c