moved link/ to as/link/
[fw/sdcc] / ChangeLog
index f2b7699de3ad7f96092f1e6c41bfb6c84f31ab41..0e3315f240ffae7b4eed05553e09329c92fdea04 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,74 @@
+2006-09-14 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * as/link,
+       * as/link/Makefile.in,
+       * as/link/z80/linkgbz80.dsp,
+       * as/link/z80/linkz80.dsp,
+       * configure,
+       * link,
+       * link/clean.mk,
+       * link/Makefile.in,
+       * link/README,
+       * link/z80,
+       * link/z80/aslink.h,
+       * link/z80/clean.mk,
+       * link/z80/conf.mk,
+       * link/z80/linkgbz80.dsp,
+       * link/z80/linkz80.dsp,
+       * link/z80/lkarea.c,
+       * link/z80/lkdata.c,
+       * link/z80/lkeval.c,
+       * link/z80/lkgb.c,
+       * link/z80/lkgg.c,
+       * link/z80/lkhead.c,
+       * link/z80/lkihx.c,
+       * link/z80/lklex.c,
+       * link/z80/lklibr.c,
+       * link/z80/lklist.c,
+       * link/z80/lkmain.c,
+       * link/z80/lkrloc.c,
+       * link/z80/lks19.c,
+       * link/z80/lksym.c,
+       * link/z80/Makefile.in,
+       * Makefile.in,
+       * sdcc.dsw: moved link/ to as/link/
+
+2006-09-11 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * as/mcs51/i51mch.c (machine): fixed warning
+
+2006-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * as/mcs51/i51mch.c (machine): S_DJNZ fixed bug 1554318
+
+2006-09-09 Borut Razem <borut.razem AT siol.net>
+
+       * debugger/mcs51/sdcdb.c, debugger/mcs51/simi.c:
+         sdcdb WIN32 native port
+       * src/clean.mk: fixed
+
+2006-09-08 Borut Razem <borut.razem AT siol.net>
+
+       * doc/sdccman.lyx: SDCDB and ucSim are available on Win32 platforms.
+
+2006-09-08 Raphael Neider <rneider AT web.de>
+
+       * src/pic16/main.c (_pic16_linkEdit,pic16_linkCmd),
+       * src/pic/main.c(_pic14_do_link, linkCmd): pass "-w" and "-r"
+           to gplink to disable processor mismatch warning and to allow
+           the use of devices with only aliased (shared) memory banks,
+         (_pic16_genAssemblerPreamble): include pXXX.inc on --mplab-comp
+
+2006-09-07 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
+
+       * doc/sdccman.lyx: Some re-formating plus example on using
+         #pragma preproc_asm +/-
+
+2006-09-07 Borut Razem <borut.razem AT siol.net>
+
+       * support/scripts/sdcc.nsi: added SDCDB executables in a separate
+         section
+
 2006-09-06 Borut Razem <borut.razem AT siol.net>
 
        * support/scripts/sdcc.nsi: fixed Error: unterminated string parsing