X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=2a561471fe58c8e97a765eb9d43d8368dc96645f;hb=9dd88ada8ce784c40c8c751090c52f99861d98ea;hp=d7d1e2a072cb7ece83de989193e3bcb6afc001db;hpb=b9288b1836d2c9c7d92ca49805acb96551261b55;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index d7d1e2a0..2a561471 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2009-03-12 Frieder Ferlemann + + * src/SDCCglue.c, + support/regression/tests/bug2655200.c: + applied modified patch from Robert Larice + fixing original report of bug #2655200: pointer to pdata memory + not correctly initialized + +2009-03-11 Borut Razem + + * as/asranlib/asranlib.c: retain the original file mode + +2009-03-10 Borut Razem + + * src/mcs51/gen.c, src/z80/gen.c, src/hc08/gen.c, src/ds390/gen.c, + support/regression/tests/bug1875933.c: + fixed bug #1875933: Evelyn jumps into the void + thanks to Robert Larice + +2009-03-10 Raphael Neider + + * src/pic16/pcode.c (LinkFlow): fix invalid cast from pCodeLabel + to pCodeInstruction to avoid a segmentation fault + 2009-03-03 Borut Razem * device/lib/printf_large.c: fixed bug #2656821: bug in printf