]> git.sur5r.net Git - cc65/commit
Handle file position information for fragments differently: Instead of
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 30 Jul 2010 22:44:09 +0000 (22:44 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 30 Jul 2010 22:44:09 +0000 (22:44 +0000)
commit23b867b7a4ee466062e4e6538d3f2de6c83d2ac4
tree0e2066934b89e50a8fd263c273ba36a192984995
parentf308a3c4d1d8dc4e03b6b3545fec82d02b0bca1c
Handle file position information for fragments differently: Instead of
handling them separately (which has historic reasons), generate real line info
information. This means that line info for the assembler source will be part
of the debug info file.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4774 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/ld65/fragment.c
src/ld65/fragment.h
src/ld65/lineinfo.c
src/ld65/lineinfo.h
src/ld65/objdata.c
src/ld65/segments.c