]> git.sur5r.net Git - cc65/history - src/ld65/o65.c
Added support for arbitrary alignments.
[cc65] / src / ld65 / o65.c
2011-12-28 uzAdded support for arbitrary alignments.
2011-08-14 uzAdapted to new line infos and spans as written to the...
2010-11-08 uzSeparate processing the linker config file into two...
2010-08-08 uzAnother format change: Record the output file and offse...
2010-08-08 uzMore collection usage. This has also removed the need...
2010-08-08 uzReplace more linked lists by collections.
2010-08-01 uzBe sure to generate line info for all segments.
2009-09-28 uzMove the version numbers from the interface of the...
2007-08-30 cuzRenamed the Val field to IVal to allow values of other...
2005-03-30 cuzFixed numeric OS ids. Added new OS OPENCBM
2005-01-14 cuzRecoded the last change
2005-01-14 cuzFixed a bug (Report from Greg King)
2005-01-09 cuzFixed a bug: If all output data was discarded (by using...
2003-11-12 cuzCosmetic changes
2003-09-27 cuzAdded handling of memory areas references in expression...
2003-06-04 cuzMore string pool use
2003-06-04 cuzUse a string pool to reduce the memory footprint
2003-06-03 cuzRestructuring the object file format
2003-02-08 cuzFixed generation of o65 timestamp
2002-12-14 cuzDid some renaming and cleanup: Renamed EXPR_SEGMENT...
2002-05-25 cuzFix o65 zeropage handling
2002-05-18 cuzFixed a bug (offset was not correct if more than one...
2002-04-21 cuzSupport additional o65 attributes.
2002-04-21 cuzAdd new o65 operating system
2001-12-01 cuzAdded o65 symbol export capability
2001-12-01 cuzAdded/completed/debugged o65 support for Lunix
2001-09-30 cuzUsed __attribute ((unused)) instead of -Wno-unused...
2001-05-29 cuzAdded dbg file generation
2001-03-10 cuzMoved verbose output to a shared module in the common...
2000-08-01 cuzUse the CHECK macros from the common dir
2000-07-29 cuzRenamed several expression ops and added others.
2000-06-14 cuzPlace shared modules into the common dir
2000-06-08 cuzFix several VC++ Warnings
2000-05-28 uzThis commit was generated by cvs2svn to compensate...