* src/SDCCsymt.h: removed RESULT_CHECK
[fw/sdcc] / ChangeLog
index 73ebdecdb8a5716fcbe133a379b625e46405bdc5..ec46032ec7f1a00cd0ca880e63ca833e80159451 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
+
+       * src/SDCCsymt.h: removed RESULT_CHECK
+       * src/SDCCast.c,
+       * src/SDCCglue.c,
+       * src/SDCCval.c,
+       * src/pic/glue.c,
+       * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
+
+2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
+
+       * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
+       * src/pic16/device.c (pic16_assignConfigWordValues): wrong
+       configuration values no more rejected by compiler, they are assigned
+       to configuration registers with a warning message instead,
+       * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
+       the for-loop so last conf register is emitted too,
+       * (_pic16_initPaths): link library libsdcc.lib by default,
+       * (_hasNativeMulFor): modified test for multiplication according to
+       Raphael Neider's remarks. Integer multiplication is also done with
+       support functions,
+       * device/include/pic16/pic18fregs.h: corrected type error in while
+       testing and including 18f6720 header file
+
+2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
+
+       * src/pic16/device.h (pic16_options): removed field use_crt,
+       * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
+       until an optimization to handle single bits is added,
+       * (pic16_loadFSR0): moved before genUnpackBits,
+       * (genAnd): some white lines removed,
+       * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
+       leave_reset flags in pic16_options when using crt modules,
+
 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
@@ -20,7 +54,7 @@
        linker command line except than when --no-crt is specified,
        * src/pic16/pcode.c,
        * src/pic16/pcode.h: added some structures and functions for a new
-       optimization scheme to compansete for instruction overhead between
+       optimization scheme to compansate for instruction overhead between
        same iCodes, this scheme is currently under development and is not
        working in any way,
        * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
@@ -29,7 +63,6 @@
        * device/lib/pic16/startup/crt0iz.c: added global char variable
        __uflags to force the generation of an idata section
 
-
 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
 
        * doc/Makefile,