X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=4eda2d3c56f168a861111da215de47b0a0a5608b;hb=ac2a3bee4ffe024a919c1b360cc888679a45f326;hp=723558c494e9feac91953e938b315c77fed6b953;hpb=24a948a79cc9a76ee83dc2d90b6f5a3604fa617d;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 723558c4..4eda2d3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2008-09-16 Maarten Brock + + * device/lib/z80/mul.s (__mulsuchar_rrx_s, __muluschar_rrx_s), + * device/lib/z80/div.s (__divsuchar_rrx_s, __modsuchar_rrx_s, + __divuschar_rrx_s, __moduschar_rrx_s): added mixed signedness versions + * device/lib/z80/stubs.s: added stubs for above functions + * src/SDCCopt.c (convilong), + * src/SDCCsymt.c (initCSupport): fixed bug 1900961 + * src/SDCCsymt.h (__muldiv): enlarged for mixed signedness + * src/z80/main.c (_hasNativeMulFor): fixed bug, I think + * support/regression/tests/onebyte.c: enabled all tests for z80 + 2008-09-15 Borut Razem * device/include/pic16/stdio.h, device/lib/pic16/libc/stdio/streams.c,