]> git.sur5r.net Git - cc65/commit
Change how data is stored in the library. To simplify things, the index
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 28 Jan 2011 15:42:32 +0000 (15:42 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 28 Jan 2011 15:42:32 +0000 (15:42 +0000)
commit5855137d8c4d7d3a70679df3fa04bd6a04bf1cee
treec486c09549df12d99676e64489953758b326c218
parent8386b47074eea29141e82fab808e1189ca29d06f
Change how data is stored in the library. To simplify things, the index
(=directory) entry is now shorter, and additional data necessary for checking
in the archiver is not stored in the directory but read from the object file
data in the library.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4944 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/ar65/library.c
src/ar65/objdata.c
src/ar65/objdata.h
src/ar65/objfile.c
src/ar65/objfile.h
src/common/libdefs.h