src/SDCCBBlock.h: more LRH debugging junk
authorjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 12 Mar 2003 12:49:57 +0000 (12:49 +0000)
committerjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 12 Mar 2003 12:49:57 +0000 (12:49 +0000)
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

ChangeLog

index ce578ec335209d05c6fb949fd59b671e391415b7..3c47df33dbdfbe1aadbfe3291d754c7524727428 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2003-03-12    <johan@balder>
+
+       * 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 <kevin@vigor.nu>
        * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
        test function names must now match exactly).