X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=bff727d1add6f2ac4a717fa9e994646f142c479e;hb=b1176539b41432fec283cb2d21b77efda04b3780;hp=df6a9108f6e39656fea1ad1b497b2882409a5417;hpb=090ce4761d96fdbf019e1ecb87b2c6bb8dbefb5a;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index df6a9108..bff727d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2001-10-21 Michael Hope + + * src/z80/ralloc.c: Turned off faulty pack for one use. + + * src/z80/peeph-gbz80.def: Removed redundent restart options. + + * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80. + 2001-10-21 Bernhard Held * support/regression/Makefile: Improved clean @@ -12,6 +20,13 @@ * support/regression/ports/mcs51/timeout.c: little improvements +2001-10-17 Michael Hope + + * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers. + + * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly. + + * support/regression/generate-cases.py: Fixed up to use function pts correctly. 2001-10-16 Bernhard Held @@ -20,6 +35,9 @@ * support/regression/port/mcs51/timeout.c: add timeout for uCsim 2001-10-13 Michael Hope + * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value. + + * src/z80/ralloc.c: Turned off pack for one use as it's quite broken. * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.