cc65/src/ar65
cuz 76e67e2f97 Changed the object file and library format. There is now an additional
string table in the object file that (currently) holds all identifiers
from the import, export and debug info sections. The plan is to put all
strings into this table, so we have them in a central place and don't
waste memory. Apart from that, the indices are unique, so comparing strings
should be a lot easier than before (as soon as the programs take advantage
of this fact, which is currently not the case).


git-svn-id: svn://svn.cc65.org/cc65/trunk@2169 b7a2c559-68d2-44c3-8de9-860c34a00d81
2003-05-25 17:57:50 +00:00
..
make Converted all Watcom makefiles to use GNU make 2002-12-12 23:19:53 +00:00
.cvsignore Added the CBM510 as a new target system 2001-09-13 19:49:27 +00:00
add.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
add.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
del.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
del.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
error.c Remove remaining stuff from the old CHECK macros 2000-08-01 15:07:15 +00:00
error.h Use the CHECK macros from the common dir 2000-08-01 15:05:48 +00:00
exports.c Changed the object file and library format. There is now an additional 2003-05-25 17:57:50 +00:00
exports.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
extract.c Fixed a typo 2000-08-03 11:02:06 +00:00
extract.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
fileio.c Added a method to write variable sized unsigned values. Use this method for 2000-08-02 13:23:06 +00:00
fileio.h Added a method to write variable sized unsigned values. Use this method for 2000-08-02 13:23:06 +00:00
global.c Moved verbose output to a shared module in the common/ directory. 2001-03-10 10:21:03 +00:00
global.h Moved verbose output to a shared module in the common/ directory. 2001-03-10 10:21:03 +00:00
library.c Changed the object file and library format. There is now an additional 2003-05-25 17:57:50 +00:00
library.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
list.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
list.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
main.c Adjusted the copyright string 2002-11-25 17:33:58 +00:00
objdata.c Changed the object file and library format. There is now an additional 2003-05-25 17:57:50 +00:00
objdata.h Changed the object file and library format. There is now an additional 2003-05-25 17:57:50 +00:00
objfile.c Changed the object file and library format. There is now an additional 2003-05-25 17:57:50 +00:00
objfile.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00