MSC 6 does not have <stdint.h>. Use pstdint.h instead.
[fw/sdcc] / ChangeLog
index 35c6bea1dd562c971a8e8ba8aaf7b8c97a2cb63e..70e7bb09a29eec7b8c4d18a5419080747b8802ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,75 @@
+2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
+
+       * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
+       * support/Util/pstdint.h: added
+
+2006-05-22 Raphael Neider <rneider AT web.de>
+
+       * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
+         bug #1492360 (problematic due to generic pointers, see code)
+
+2006-05-22 Borut Razem <borut.razem AT siol.net>
+
+       * support/regression/ports/pic16/specs.mk: removed stack size linker
+         directive
+       * support/regression/tests/array.c,
+         support/regression/tests/bitopcse.c,
+         support/regression/tests/bug-908454.c,
+         support/regression/tests/malloc.c: modified for pic16 regression test
+       * support/regression/tests/bitfields.c:
+         pic16 - excluded bitfileds of size > 8
+       * support/regression/tests/bp.c: pic16 - reduced data size
+       * support/regression/tests/bug-221100.c: pic16 - reduced data size
+       * support/regression/tests/bug-460010.c:
+         pic16 - used the absolute address the fits in memory
+       * support/regression/tests/bug-716242.c:
+         bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
+       * support/regression/tests/float.c:
+         pic16 - excluded - data size too big
+       * support/regression/tests/onebyte.c:
+         pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
+       * support/regression/tests/shifts.c:
+         pic16 - function names probably have to differ in first X characters
+         (gpasm limitation?)
+       * support/regression/tests/staticinit.c:
+         pic16 - excluded some tests due error: no target memory available for
+         section ".idata"
+
+2006-05-22 Borut Razem <borut.razem AT siol.net>
+
+       * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
+         second try. Thanks Stas Sergeev once more.
+
+2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
+         (genLeftShift, genRightShift): fixed bug 1491627
+       * src/hc08/peeph.def (rules 7, 8.x): added
+       * support/regression/tests/shifts.c (ShiftLeftByParam,
+         ShiftRightByParam, testShiftByParam): added to test variable shifting
+
+2006-05-20 Raphael Neider <rneider AT web.de>
+
+       * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
+       * src/pic16/ralloc.c (newReg): use correct name in hashtable,
+         (allocReg): add only new registers to dynAllocRegs,
+         (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
+           #1489055, #1445850, and probably #1483693
+
+2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
+
+       * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
+       bug in for-loop that didn't emit the last of CONFIG and ID registers
+
+2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
+         with offset
+       * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
+         1489016, 1434401 and 1490124
+       * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
+         1489016, 1434401 and 1490124
+
 2006-05-17 Borut Razem <borut.razem AT siol.net>
 
        * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),