* src/SDCCsymt.c (sclsFromPtr),
[fw/sdcc] / ChangeLog
index 7144496430f9e8e97500a0d370b61532296ddea5..3795a8d8c0bfac0213e9448ff3fe56ba333a822e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2003-09-14  Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       * src/SDCCsymt.c (sclsFromPtr),
+       * src/SDCCsymt.h,
+       * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
+       support for standard C idiom of memory mapped variables; for
+       example, *((xdata int*)0x1234) = 1 is now internally equivalent
+       to xdata int at 0x1234 tempvar = 1.
+       * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
+       provided by Akiya ISHIDA
+
 2003-09-13  Bernhard Held <bernhard@bernhardheld.de>
 
        * src/SDCCval.c (cheapestVal): reenabled to reduce int to char