* src/pic/glue.c (picglue,emitSymbolSet,showAllMemmaps): emit the
[fw/sdcc] / ChangeLog
index 6b69ebc9a5ddf8a954a9162a852e869ca6b29c76..2c0740e9b7031784c5308fbde30475e5f768cc86 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,93 @@
+2007-02-01 Raphael Neider <rneider AT web.de>
+
+       * src/pic/glue.c (picglue,emitSymbolSet,showAllMemmaps): emit the
+           config words again
+
+2007-01-31 Borut Razem <borut.razem AT siol.net>
+
+       * support/Util/dbuf_string.h: added ATTRIBUTE_PRINTF to dbuf_printf()
+         if compiled with GCC. Thanks to Raphael Neider
+
+2007-01-31 Raphael Neider <rneider AT web.de>
+
+       * src/pic/pcode.c (isValidIdChar,bankCompare): fuzzy matching of
+           operand names, handles name and (name + n) for all n,
+         (sameBank): restructured, also check bank allocation policy,
+       * src/pic/glue.c (emitPseudoStack): fixed printf arguments,
+         (pic14_operandsAllocatedInSameBank): check whether to operands
+           will be allocated into the same bank (i.e., section) to reduce
+           BANKSEL overhead, queried from pcode.c:sameBank,
+         (pic14printLocals): reintroduced clustering registers into a single
+           section: all compiler generated symbols will now reside in one
+           bank (per file), reducing BANKSEL overhead and code size,
+         (showAllMemmaps): use local dbuf where possible
+
+2007-01-29 Raphael Neider <rneider AT web.de>
+
+       * src/pic/gen.c (popGetExternal): simplified, mark symbol as used,
+         (call_libraryfunc): retrieve/create symbol and mark as used,
+         (genFunction): mark defined functions as non-extern and add again
+          to code memmap for later output
+       * src/pic/glue.c (emitPseudoStack): put into own subroutine,
+         (pic14printLocals): reworked for new symbol emission,
+         (emitIfNew,pic14_constructAbsMap,emitIvalLabel,emitIvals,emitInitVal,
+         showAllMemmaps): reworked symbol output using dbufs, added handling
+           of string literals (still incomplete),
+         (picglue): removed symbol emission, moved into showAllMemmaps,
+         (emitSymbolSet): new workhorse for symbol output,
+         (pic14emitMaps,pic14printPublics,pic14printExterns): commented out
+
+2007-01-29 Borut Razem <borut.razem AT siol.net>
+
+       * src/SDCCmain.c, src/SDCCutil.c: dbuf_splitFile: file extension
+         component contains the extension separator.
+
+2007-01-28 Borut Razem <borut.razem AT siol.net>
+
+       * sim/ucsim/cmd.src/cmdutil.cc: NUL device is detected as CG_FILE type
+         on WIN32
+       * src/SDCCdwarf2.c, src/SDCCglobl.h, src/SDCCmain.c, src/SDCCutil.c,
+         src/SDCCutil.h, src/avr/gen.c, src/ds390/gen.c, src/hc08/gen.c,
+         src/mcs51/gen.c, src/pic/device.c, src/pic/gen.c, src/pic/pcode.c,
+         src/pic/pcodepeep.c, src/pic/ralloc.c, src/pic16/device.h,
+         src/pic16/gen.c, src/pic16/main.c, src/pic16/pcode.c,
+         src/pic16/pcodepeep.c, src/pic16/ralloc.c, src/xa51/gen.c,
+         src/z80/gen.c, support/Util/MySystem.c:
+         accept slash and backslash as directory separator on WIN32 and
+         Cygwin ports
+
+2007-01-28 Raphael Neider <rneider AT web.de>
+
+       * src/pic16/devices.inc,
+       * device/include/pic16/pic18f[24][23]21.h,
+       * device/include/pic16/pic18fregs.h,
+       * device/lib/pic16/libdev/pic18f[24][23]21.c,
+       * device/lib/pic16/pics.all: added support for the 18f[24][23]21 family
+       * device/lib/pic16/libio/adc.ignore,
+       * device/lib/pic16/libio/i2c.ignore,
+       * device/lib/pic16/libio/usart.ignore: do not build I/O lib for new
+         family, as gputils do not yet support the devices
+       * device/lib/pic16/Makefile.subdir: ignore errors on install
+       * support/scripts/inc2h-pic16.pl: script to generate pic16 device
+         headers and libraries from gputils .inc files
+
+2007-01-26 Paul Stoffregen <paul AT pjrc.com>
+
+       * doc/sdccman.lyx: add printf_fast_f precision limitation note
+
+2007-01-26 Paul Stoffregen <paul AT pjrc.com>
+
+       * doc/sdccman.lyx: add printf benchmarks
+
+2007-01-25 Paul Stoffregen <paul AT pjrc.com>
+
+       * device/lib/printf_fast.c: fix %c, char promoted to int
+       * device/lib/printf_tiny.c: fix %c, char promoted to int
+
+2007-01-25 Paul Stoffregen <paul AT pjrc.com>
+
+       * device/lib/printf_fast.c: fix float overflow check, bug #1525093
+
 2007-01-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
 
        * support/regression/tests/swap.c: 64 bit hosts failed