X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=c620a1a01ac63ae1e2fe6d2df9e923a5794b94f4;hb=0694926e60ec83b31f87590e601f7e0d8f86c512;hp=12edff89832ce2214a0aa90332c5cf52b9081c46;hpb=3bae16f8e891a1ba6b0fb1a259e3ab284f3fb0f8;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 12edff89..c620a1a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2003-12-01 Erik Petrich + + * sim/ucsim/hc08.src/inst.cc, + * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and + carries from x to h + * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate + * src/hc08/gen.c (XAccRsh): fixed problem with right shift + * device/include/stdarg.h: fixed varargs for hc08 + * device/lib/Makefile.in, + * device/lib/hc08/Makefile, + * device/lib/hc08/_mulint.c, + * device/lib/hc08/_mullong.c: fixed some endian problems + 2003-11-28 Frieder Ferlemann * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105