From: frief Date: Sun, 20 Feb 2005 19:31:18 +0000 (+0000) Subject: * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes to... X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=9cffcb4eff9f9ddebe090d4d94b64f98ff1c1456;p=fw%2Fsdcc * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes to keep the correct label reference count when adding/removing references to labels. A peephole file using this is appended to patch #1144962. git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3682 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index e4096f97..33584dd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-02-20 Frieder Ferlemann + + * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes + to keep the correct label reference count when adding/removing references + to labels. A peephole file using this is appended to patch #1144962. + 2005-02-14 Raphael Neider * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char