X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=6b506c30d20c0d5a36697a7760dfce1d39a8d3db;hb=b49b8f5a2e8ac5cea3beb6e503159dd3d09f6728;hp=fe7453356fdfaf8afb843d02b2025d6cbb6bfdba;hpb=871e6c6aefc06309a03c295ce0d3c9d4bbb4a742;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index fe745335..6b506c30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2009-01-05 Philipp Klaus Krause + + * sim/ucsim/z80.src/inst_ed.cc: + Fixed bug #2488074, which made regression tests fail. + +2009-01-05 Philipp Klaus Krause + + * device/lib/z80/mod.s, + device/lib/z80/div.s, + device/lib/z80/mulchar.s, + device/lib/z80/mul.s, + device/lib/z80/divsigned.s, + device/lib/z80/Makefile.in: + Implemented RFE #1702376. + +2009-01-05 Borut Razem + + * as/link/lksdcclib.c: + fixed linker hanging in INDEXLIB is not defined (hc08) + +2009-01-04 Philipp Klaus Krause + + * src/z80/gen.c: + Implemented RFE #2485684, and some further improvements of HL caching + including a bugfix. + * src/z80/peeph-z80.def: + Fixed a bug exposed by implementing RFE #2485684. + 2009-01-04 Philipp Klaus Krause * src/z80/peeph-z80.def: