* device/include/pic/pic16f88.h,
[fw/sdcc] / ChangeLog
index 3d1b6a461ec63fea5590b59367a2171f194c1672..6f97c0c97e88f348fe87d42d69f66d3ebf8e0e19 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,30 @@
+2008-02-17 Raphael Neider <rneider AT web.de>
+
+       * device/include/pic/pic16f88.h,
+       * device/include/pic/pic16f886.h,
+       * device/include/pic/pic16f887.h: added TRISA6 and TRISA7
+
+2008-02-17 Borut Razem <borut.razem AT siol.net>
+
+       * src/z80/peeph.def: applied patch
+         #1893626: Optimize tail calls on Z80, thanks to Philipp Krause
+
+2008-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * as/link/mcs51/aslink.dsp: removed SDK define
+       * as/link/z80/clean.mk: brought in sync with other ports
+       * as/link/z80/lklibr.c (SdccLib, fndsym): handle the dflag here too
+       * as/hc08/Makefile.bcc,
+       * as/mcs51/Makefile.bcc,
+       * as/z80/Makefile.bcc: noice.c was moved to as/asxxsrc/
+       * src/z80/main.c (_setValues): use the now capitalized -Z,
+         (z80_port, gbz80_port): generate debug information when asked
+
 2008-02-16 Borut Razem <borut.razem AT siol.net>
 
        * as/z80/asmain.c, as/z80/asm.h, as/z80/asdata.c,
          as/link/z80/lkmain.c, as/z80/as_gbz80.dsp, as/z80/as_z80.dsp,
-         as/z80/Makefile.in. as/z80/Makefile.bcc: 
+         as/z80/Makefile.in. as/z80/Makefile.bcc:
          applied patch #1893393: patch for as-z80 and link-z80 to generate
          cdb, thanks to Armin Diehl
        * as/*/asnoice.c, as/hc08/as_hc08.dsp, as/hc08/Makefile.in,