* device/include/pic/pic16f886.h,
[fw/sdcc] / ChangeLog
index 67eb9964078f3e6a93e392e73591ce9de15eec0f..b9b9901f80b5d9ce48a9992d66d2c2334107ec84 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2007-04-23 Kevin Buettner <kevin AT buettner.to>
+
+       * device/include/pic/pic16f886.h,
+       * device/include/pic/pic16f887.h,
+       * device/lib/pic/libdev/pic16f886.c,
+       * device/lib/pic/libdev/pic16f887.c,
+       * device/include/pic/pic14devices.txt,
+       * device/lib/pic/libdev/devices.txt: Add 16f886 and 16f887.
+
+2007-04-23 Kevin Buettner <kevin AT buettner.to>
+
+       * device/lib/pic/libsdcc/idata.c: PAGESEL _main before going there,
+         fixes #1704666
+
+2007-04-23 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
+
+       * device/lib/_memset.c: assembler version for mcs51
+
 2007-04-22 Borut Razem <borut.razem AT siol.net>
 
        * support/scripts/listerr.c: program to create the list of errors and
 
 2007-03-30 Raphael Neider <rneider AT web.de>
 
-       * src/pic/ralloc.c (isData): suppress garbage debug output4/1/2007 6:28PM
+       * src/pic/ralloc.c (isData): suppress garbage debug output
 
 2007-03-28 Borut Razem <borut.razem AT siol.net>
 
          (genFunction, genEndFunction): also save/restore FSR around interrupt
          handling code, removed lots of unused code
          (genDivOneByte): release acquired temp register
-       * src/pic/glue.c (pic14createInterruptVect): adadt to new signature
+       * src/pic/glue.c (pic14createInterruptVect): adapt to new signature
          of popGetExternal
        * device/lib/pic/libsdcc/shadowregs.c: NEW, provide storage location
          for registers that need to be saved during interrupts (FSR, STATUS,