From: frief Date: Sun, 25 May 2003 16:17:37 +0000 (+0000) Subject: added rules 244.x, 245.x. Although they pass the regression tests I'm not brave enoug... X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=ac7b831b511fcc79cac6bccce74a0455ab20b9d3;p=fw%2Fsdcc added rules 244.x, 245.x. Although they pass the regression tests I'm not brave enough to enable 245.b, 245.c git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2648 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index f8d861fc..c285f6b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ -2003-03-22 Frieder Ferlemann +2003-05-25 Frieder Ferlemann + * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass + the regression tests I'm not brave enough to enable 245.b, 245.c * doc/sdccman.lyx: added latex preamble for hyperref package. Using pdflatex this will give you a hyperlinked pdf file with bookmarks. (prepend '%' before /usepackage if this breaks something)