* as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
[fw/sdcc] / ChangeLog
index ae4ec7a93dae09671f97abf38991d84d2aa53f06..7b736d0c1c064b31f83fa91304936db56f0f8066 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,22 @@
+2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
+         consecutive abs areas
+         (find_empty_space, allocate_space): added map to handle codemap or
+          xdatamap,
+         (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
+          absolute idata and xdata
+       * as/mcs51/lkmem.c (summary2): updated legend
+
+2006-06-16 Raphael Neider <rneider AT web.de>
+
+       * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
+
 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
          1208515
+       * src/SDCClrange.c (findPrevUse): fixed bug 1294475
 
 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>