From a1b64a8e9512486b17bc3823bad550177bc76985 Mon Sep 17 00:00:00 2001 From: johanknol Date: Sat, 22 Mar 2003 17:08:40 +0000 Subject: [PATCH] fixed bug #698231 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2406 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index f3c1823c..553bd8d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-03-22 + + * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231 + 2003-03-21 Bernhard Held * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54 @@ -9,6 +13,14 @@ * src/mcs51/peeph.def: fix bug #705773 +2003-03-20 + + An sfr/sbit can have an "at #" AND an initializer + * src/SDCCsymt.c (checkSClass): + * src/SDCCmem.c (allocGlobal): + * src/SDCCmem.c (allocLocal): + * src/SDCCast.c (createBlock): + 2003-03-17 Bernhard Held * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek -- 2.30.2