* doc/sdccman.lyx: updated PIC14/16 command line args, updated PIC14
[fw/sdcc] / ChangeLog
index e45f33bd71b2a0064ec8bb56f342d5600dade77a..1723c1e726dc5f4e3d2fbaa69cc9242d66cfe625 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,119 @@
+2007-01-15 Raphael Neider <rneider AT web.de>
+
+       * doc/sdccman.lyx: updated PIC14/16 command line args, updated PIC14
+           code page and data banking description
+       * src/pic/genarith.c,
+       * src/pic/gen.h: removed bit arithmetic functions,
+           updated exit(1) to exit(EXIT_FAILURE)
+       * device/lib/pic16/libsdcc/stack/stack.S: default to 256 byte stack
+       * device/include/pic16/pic18f2455.h,
+       * device/lib/pic16/libdev/pic18f2455.c: added PORTD, LATD, LATE,
+           TRISD and TRISE, fixed/added some bit names
+       * device/lib/pic16/libdev/pic18f{2550,4550,4455}.c,
+       * device/include/pic16/pic18f{2550,4550,4455}.h: simply include
+           updated pic18f2455.{c,h} instead of duplicating them
+
+2007-01-14 Borut Razem <borut.razem AT siol.net>
+
+       * as/mcs51/asnoice.c, as/hc08/asnoice.c: fixed bug #1447412:
+         Cannot debug files that contain spaces in the path name
+         by converting spaces in asm file name to underscores
+
+2007-01-13 Borut Razem <borut.razem AT siol.net>
+
+       * doc/sdccman.lyx: fixed format errors
+
+2007-01-10 Borut Razem <borut.razem AT siol.net>
+
+       * src/SDCC.lex, src/SDCCmain.c: fixed bug #1631895:
+         codeseg/constseg #pragma fail
+       * suppoprt/cpp2/Makefile.bcc: reenable Borland C compilation
+       * suppoprt/cpp2/configure.in, suppoprt/cpp2/libcpp/lex.c,
+         suppoprt/cpp2/Makefile.in, suppoprt/cpp2/sdcpp-opts,
+         suppoprt/cpp2/sdcpp.[ch]: house cleaning
+
+2007-01-09 Borut Razem <borut.razem AT siol.net>
+
+       * get rid of diagnistic.[ch], pretty-print.[ch],
+         c-pretty-print.[ch], ... used just for error, warning, ...
+         message formatting
+       * suppoprt/cpp2/pretty-print.[ch], suppoprt/cpp2/diagnostic.[ch],
+         suppoprt/cpp2/diagnostic.def, suppoprt/cpp2/input.h,
+         suppoprt/cpp2/pretty-print.[ch]:
+         removed
+       * suppoprt/cpp2/Makefile.in, suppoprt/cpp2/opts.c,
+         suppoprt/cpp2/sdcpp-opts.c, suppoprt/cpp2/sdcpp.[ch],
+         suppoprt/cpp2/sdcpp.dsp:
+         changed
+
+2007-01-08 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * device/lib/printf_large.c (output_float): removed recursion,
+         use smaller buffer on stack for mcs51,
+         fixed bug printing 1.96
+       * support/regression/tests/snprintf.c: added test
+
+2007-01-07 Borut Razem <borut.razem AT siol.net>
+
+       * use dynamic memory buffers instead temporary files
+       * support/Util/dbuf_string.c, support/Util/dbuf_string.h:
+         added
+       * src/Makefile.in, src/SDCC.lex, src/SDCCast.c, src/SDCCast.h,
+         src/SDCCcse.c, src/SDCCglobl.h, src/SDCCglue.c, src/SDCCglue.h,
+         src/SDCCicode.c, src/SDCCicode.h, src/SDCCmain.c, src/SDCCmem.c,
+         src/SDCCmem.h, src/SDCCpeeph.c, src/SDCCpeeph.h, src/SDCCsymt.c,
+         src/SDCCsymt.h, src/SDCCutil.c, src/asm.c, src/asm.h, src/avr/gen.c,
+         src/avr/main.c, src/ds390/gen.c, src/ds390/main.c, src/hc08/gen.c,
+         src/hc08/main.c, src/izt/gen.c, src/mcs51/gen.c, src/mcs51/main.c,
+         src/pic/device.c, src/pic/gen.c, src/pic/glue.c, src/pic/main.c,
+         src/pic/ralloc.c, src/pic16/gen.c, src/pic16/glue.c,
+         src/pic16/main.c, src/pic16/ralloc.c, src/port.h, src/src.dsp,
+         src/xa51/gen.c, src/xa51/main.c, src/z80/gen.c, src/z80/main.c,
+         support/Util/dbuf.c, support/Util/dbuf.h:
+         modified
+       * .version, sdcc.spec: bumped version to 2.6.4
+
+2007-01-07 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/port.h: added TARGET_Z80_LIKE macro
+       * src/SDCCmain.c (linkEdit): use TARGET_Z80_LIKE,
+         output PSEG location if --xram-loc or --xstack-loc was used
+       * as/link/mcs51/lkarea.c (lnksect2): set segment address afterwards
+
+2007-01-07 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * as/as_gbz80.dsp, as/z80/as_gbz80.dsp,
+       * as/as_z80.dsp,   as/z80/as_z80.dsp,
+       * as/asx8051.dsp,  as/mcs51/asx8051.dsp,
+       * sdcc.dsw: moved project files into subdir
+       * as/hc08/as_hc08.dsp,
+       * as/hc08/Makefile.bcc,
+       * as/hc08/Makefile.in,
+       * as/mcs51/Makefile.bcc,
+       * as/mcs51/Makefile.in,
+       * as/z80/Makefile.bcc,
+       * as/z80/Makefile.in,
+       * as/link/mcs51/Makefile.bcc: use as/strcmpi.c
+       * as/hc08/asm.h,
+       * as/mcs51/asm.h,
+       * as/z80/asm.h: added as_strcmpi() and as_strncmpi() prototypes
+       * as/hc08/asmain.c,
+       * as/hc08/assym.c,
+       * as/mcs51/asmain.c,
+       * as/mcs51/assym.c,
+       * as/z80/assym.c: removed include "strcmpi.h"
+       * as/hc08/strcmpi.c,
+       * as/hc08/strcmpi.h,
+       * as/mcs51/strcmpi.c,
+       * as/mcs51/strcmpi.h,
+       * support/Util/strcmpi.c,
+       * support/Util/strcmpi.h: removed files
+       * as/strcmpi.c: added as_strncmpi()
+
+2007-01-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
+
+       * sdcc.dsw: Added some dependencies on project config.dsp
+
 2007-01-05 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * as/link/mcs51/lkarea.c (lnkarea2, lnksect2): replaced [di]seg_ap->a_addr
 
        * support/cpp2/options_vc_in.h, support/cpp2/options_vc_in.c,
          support/cpp2/sdcppa.dsp: create 'options.h' and 'options.c' under MSVC.
-       * configure.in, configure: fixed buf #1538756: configure dies if bison
-         and flex are not installed
 
 2006-12-30 Borut Razem <borut.razem AT siol.net>