From: frief Date: Fri, 22 Oct 2004 11:29:13 +0000 (+0000) Subject: * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=9b04025fcabaee60e66857a559624fda7520b39d;p=fw%2Fsdcc * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the non-reentrant function __modsint in the interrupt function (thus corrupting math operations during serial I/O) * device/lib/ser_ir.c: as above, changed buffersize * src/mcs51/peeph.def: added 259.a,b for removing redundant ret * doc/Makefile: added option -t for rsync git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3552 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index b0b11456..46ca11d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-10-22 Frieder Ferlemann + + * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the + non-reentrant function __modsint in the interrupt function (thus + corrupting math operations during serial I/O) + * device/lib/ser_ir.c: as above, changed buffersize + * src/mcs51/peeph.def: added 259.a,b for removing redundant ret + * doc/Makefile: added option -t for rsync + 2004-10-22 Erik Petrich * src/SDCCast.h (struct ast), @@ -44,7 +53,7 @@ * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601 -2004-10-17 Maarten Brock +2004-10-19 Maarten Brock * as/mcs51/lkarea.c: removed old K&R style, (lnksect): changed check on boundary error,