From: johanknol Date: Wed, 12 Mar 2003 12:49:57 +0000 (+0000) Subject: src/SDCCBBlock.h: more LRH debugging junk X-Git-Url: https://git.gag.com/?a=commitdiff_plain;ds=sidebyside;h=c01d1074fe534c2964006bd4a6950f8a018d7de0;p=fw%2Fsdcc src/SDCCBBlock.h: more LRH debugging junk src/SDCCcflow.h: more LRH debugging junk src/SDCCloop.c: more LRH debugging junk src/SDCC.y (struct_declaration): fixed bug #697590 src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again src/ds390/gen.c (aopForRemat): fixed bug #700031 src/SDCCglue.c (emitStaticSeg): fixed bug #700797 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2383 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index ce578ec3..3c47df33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2003-03-12 + + * src/SDCCBBlock.h: more LRH debugging junk + * src/SDCCcflow.h: more LRH debugging junk + * src/SDCCloop.c: more LRH debugging junk + * src/SDCC.y (struct_declaration): fixed bug #697590 + * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again + * src/ds390/gen.c (aopForRemat): fixed bug #700031 + * src/SDCCglue.c (emitStaticSeg): fixed bug #700797 + 2003-03-11 Kevin Vigor * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole test function names must now match exactly).