1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-09 01:28:58 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
cuz 9cd0b7705c Fixed a bug: If all output data was discarded (by using file = "" in the
linker config), CheckExports was never called, which in turn meant that
the list of all exports was never built. This caused a crash later when
the linker tried to generate a map file. The solution is to separate the
creation of the exports list and the check for unresolved imports.


git-svn-id: svn://svn.cc65.org/cc65/trunk@3360 b7a2c559-68d2-44c3-8de9-860c34a00d81
2005-01-09 13:16:51 +00:00
asminc Changed the way, used blocks are managed 2004-12-19 23:09:38 +00:00
doc Describe the new asminc feature 2005-01-08 20:33:27 +00:00
include New code from Oliver Schmidt 2005-01-06 12:26:47 +00:00
libsrc New code from Oliver Schmidt 2005-01-06 12:26:47 +00:00
make fixed a typo 2004-10-04 18:24:37 +00:00
packages The NES does now have a joystick driver 2004-10-26 21:04:38 +00:00
samples Update the mouse demo to run with the new mouse API that uses loadable 2004-11-07 12:54:30 +00:00
src Fixed a bug: If all output data was discarded (by using file = "" in the 2005-01-09 13:16:51 +00:00
testcode Internal identifier names have changed, _heap.h is available 2004-09-23 17:55:23 +00:00
util Added deflater.c module from Piotr 2003-09-28 19:11:46 +00:00
.cvsignore This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00