]> Shamusworld >> Repos - rmac/history - object.c
Added optimisation switches -o8 and -o9
[rmac] / object.c
2018-01-21 Shamus HammonsLots of fixes for floating point handling; version...
2017-11-18 ggnAdded floating point support to expression evaluator...
2017-08-29 Shamus HammonsAdded a few more fixes piggybacked on the last one...
2017-08-29 ggnOn some occasions elf output would misplace symbols...
2017-08-29 Shamus HammonsFix for section alignment values in ELF objects.
2017-05-08 ggn(c) message in header files and doc mini adjustments.
2017-05-07 Shamus HammonsCode cleanup from last patch, also, version bump for...
2017-04-20 Shamus HammonsCode cleanup, version bump for last commit. :-)
2017-04-20 ggn6502 support added back from original Madmac sources!
2017-04-14 Shamus HammonsELF support for RMAC.
2016-09-13 Shamus HammonsFix for bug #78: Thanks to ggn for reporting and supply...
2016-05-08 ggnWhen selecting ST .o output (-fa), don't write a .prg...
2015-11-17 ggnThe rest of the .PRGFLAGS patch. Sorry!
2015-11-17 ggnTEXT/DATA/BSS sizes printed at the end of assembly...
2015-11-14 ggnNew directive: PRGFLAGS sets GEMDOS PRG flags (such...
2015-11-14 ggnFix segfaulting when building .prg target on linux...
2015-11-01 ggnA few compiler warnings pacified.
2015-10-07 Shamus HammonsFixed WARNING macro to be system agnostic, added doco...
2015-10-07 ggnVisual Studio 2015 project files. A few warnings about...
2015-10-07 Shamus HammonsApplied patches from ggn for bugs #38, 40, & 41. Thanks!
2015-02-19 Shamus HammonsFix for "*" getting bad section attributes, reported...
2015-01-16 Shamus HammonsMisc. whitespace cleanups, removal of unneeded code.
2015-01-13 Shamus HammonsFixed bug with -l switch.
2013-03-05 Shamus HammonsMore fixups to remove warnings, removal of more cruft.
2013-03-02 Shamus HammonsFix silly mask bugs, added check for use of undefined...
2013-02-12 Shamus HammonsFirst stab at removing cruft.
2013-02-12 Shamus HammonsBumped object size from 4MB to 6MB (ggn).
2012-01-19 James HammonsMore readability cleanups.
2012-01-18 James HammonsCode cleanups.
2011-12-26 James HammonsVarious cleanups to fix compiler warnings.
2011-12-26 James HammonsInitial commit.