]> git.sur5r.net Git - cc65/history - src/ld65/bin.c
Merge remote-tracking branch 'upstream/master' into a5200
[cc65] / src / ld65 / bin.c
2014-03-19 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-04 Oliver SchmidtNormalized code.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2012-09-09 uzAdded a "fillval" attribute to the segment definition...
2011-12-31 uzLet the linker generate a new symbol __NAME_FILEOFFS__...
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.
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2005-11-22 cuzA BSS segment with an alignment, that is written to...
2005-01-09 cuzFixed a bug: If all output data was discarded (by using...
2005-01-08 cuzNew segment attribute ALIGN_LOAD. Some cleanup.
2003-06-04 cuzUse a string pool to reduce the memory footprint
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...
2001-03-03 cuzFixed a bug with different load/run areas, where a...
2001-01-10 cuzRemove trailing underlines from struct names
2000-11-20 cuzFirst finished implementation of the condes feature
2000-11-02 cuzRemoved underlines from structure names.
2000-06-14 cuzPlace shared modules into the common dir
2000-05-28 uzThis commit was generated by cvs2svn to compensate...