* configure.in: added missing mcs51 in status output
[fw/sdcc] / ChangeLog
index a43f5b3c987540c675ae80e1b2aa1fd5907389f6..bad25b29cefaf540f9cefed7c91e26605c785c71 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,497 @@
+2007-01-03 Bernhard Held <bernhard AT bernhardheld.de>
+
+       * configure.in: added missing mcs51 in status output
+       * Makefile.in: add support/regression to SDCC_EXTRA to distclean this
+       directory
+       * debugger/mcs51/clean.mk (distclean): remove config.h
+       * src/clean.mk (clean): remove SDCCy.c, SDCCy.h, SDCClex.c
+       * support/cpp2/Makefile.in (clean): remove s-options, optionlist,
+       options.h, s-options-h and options.c
+       * support/cpp2/clean.mk: unused, removed
+       * Makefile.common.in,
+       * main_in.mk,
+       * as/Makefile.in,
+       * as/hc08/Makefile.in,
+       * as/hc08/clean.mk,
+       * as/mcs51/Makefile.in,
+       * as/mcs51/clean.mk,
+       * as/z80/clean.mk,
+       * as/z80/conf.mk,
+       * as/z80/Makefile.in,
+       * as/z80/clean.mk,
+       * as/link/Makefile.in,
+       * as/link/hc08/Makefile.in,
+       * as/link/hc08/clean.mk,
+       * as/link/mcs51/Makefile.in,
+       * as/link/mcs51/clean.mk,
+       * as/link/z80/Makefile.in,
+       * as/link/z80/clean.mk,
+       * as/link/z80/conf.mk,
+       * debugger/mcs51/Makefile.in,
+       * debugger/mcs51/clean.mk,
+       * device/include/Makefile.in,
+       * device/lib/Makefile.in,
+       * device/lib/mcs51/Makefile.in,
+       * device/lib/pic/Makefile.in,
+       * device/lib/pic/Makefile.common.in,
+       * device/lib/pic/Makefile.subdir,
+       * device/lib/pic/Makefile.rules,
+       * device/lib/pic16/libio/Makefile.in,
+       * device/lib/pic16/Makefile.subdir,
+       * device/lib/pic16/libdev/Makefile.in,
+       * device/lib/pic16/Makefile.rules,
+       * device/lib/pic16/Makefile.common.in,
+       * sim/ucsim/avr.src/Makefile.in,
+       * sim/ucsim/main_in.mk,
+       * sim/ucsim/cmd.src/Makefile.in,
+       * sim/ucsim/doc/Makefile.in,
+       * sim/ucsim/gui.src/Makefile.in,
+       * sim/ucsim/gui.src/obsolete/portmon.src/Makefile.in,
+       * sim/ucsim/gui.src/serio.src/Makefile.in,
+       * sim/ucsim/hc08.src/Makefile.in,
+       * sim/ucsim/libltdl/Makefile.in,
+       * sim/ucsim/s51.src/Makefile.in,
+       * sim/ucsim/sim.src/Makefile.in,
+       * sim/ucsim/sim.src/conf.mk,
+       * sim/ucsim/xa.src/Makefile.in,
+       * sim/ucsim/z80.src/Makefile.in,
+       * src/Makefile.in,
+       * src/clean.mk,
+       * src/port.mk,
+       * support/cpp2/Makefile.in,
+       * support/librarian/Makefile.in,
+       * support/librarian/clean.mk,
+       * support/makebin/Makefile.in,
+       * support/makebin/clean.mk,
+       * support/packihx/Makefile.in,
+       * support/regression/Makefile.in,
+       * support/regression/ports/ds390/spec.mk,
+       * support/regression/ports/gbz80/spec.mk,
+       * support/regression/ports/hc08/spec.mk,
+       * support/regression/ports/mcs51/spec.mk,
+       * support/regression/ports/mcs51-large/spec.mk,
+       * support/regression/ports/mcs51-medium/spec.mk,
+       * support/regression/ports/mcs51-xstack-auto/spec.mk,
+       * support/regression/ports/pic14/spec.mk,
+       * support/regression/ports/pic16/spec.mk,
+       * support/regression/ports/mcs51-stack-auto/spec.mk,
+       * support/regression/ports/ucz80/spec.mk,
+       * support/regression/ports/xa51/spec.mk,
+       * support/regression/ports/z80/spec.mk: fixed for autoconf 2.6x by
+       adding a slash after $(top_builddir) and/or adding @datarootdir@
+       * configure.in,
+       * debugger/mcs51/configure.in,
+       * device/lib/pic/configure.in,
+       * device/lib/pic16/configure.in,
+       * sim/ucsim/configure.in,
+       * support/cpp2/configure.in,
+       * support/packihx/configure.in: changed AC_PREREQ to 2.60
+       * configure,
+       * debugger/mcs51/configure,
+       * device/lib/pic/configure,
+       * device/lib/pic16/configure,
+       * sim/ucsim/configure,
+       * support/cpp2/configure,
+       * support/packihx/configure: generated with autoconf 2.60
+
+2007-01-02 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * as/link/hc08/lkihx.c (newArea),
+       * as/link/hc08/lkrloc.c: renamed newArea() to ihxNewArea()
+
+2007-01-02 Borut Razem <borut.razem AT siol.net>
+
+       * doc/sdccman.lyx: documented #pragma sdcc_hash
+       * support/cpp2/sdcpp.c: allow_naked_hash (value of #pragma sdcc_hash)
+         initialized to 0
+       * support/cpp2/c-ppoutput.c: fixed warning: no newline at end of file
+
+2007-01-01 Bernhard Held <bernhard AT bernhardheld.de>
+
+       * src/SDCCast.c (createDo): backPatchLabels() needs falseLabel in
+       empty 'while'-loop to work correctly, see regression test 'while.c'
+       * support/regression/tests/while.c: added
+
+2007-01-01 Borut Razem <borut.razem AT siol.net>
+
+       * support/cpp2/libcpp/directives.c, support/cpp2/libcpp/identifiers.c,
+         support/cpp2/libcpp/init.c, support/cpp2/libcpp/sdcpp-opts.c,
+         support/cpp2/libcpp/sdcpp.c:
+         sdcpp specific pragma/directive/option handling moved to sdcpp.c
+       * doc/sdccman.lyx: reference to the GCC 4.1.1 CPP Manual
+       * support/cpp2/libcpp/mkdeps.c: synchronized with GCC CPP 4.1.1
+
+2006-12-31 Borut Razem <borut.razem AT siol.net>
+
+       * SDCPP synchronized with GCC CPP release version 4.1.1,
+         currently the latest release:
+       * support/cpp2/libcpp, support/cpp2/libcpp/include,
+         support/cpp2/libcpp/include/cpp-id-data.h
+         support/cpp2/libiberty/fopen_unlocked.c
+         support/cpp2/libiberty/md5.c
+         support/cpp2/md5.h
+         support/cpp2/opt-functions.awk
+         support/cpp2/opt-gather.awk
+         support/cpp2/optc-gen.awk
+         support/cpp2/opth-gen.awk:
+         added
+       * support/cpp2/Makefile.in, support/cpp2/auto-host_vc_in.h,
+         support/cpp2/c-incpath.c, support/cpp2/c-incpath.h,
+         support/cpp2/c-ppoutput.c, support/cpp2/c-pretty-print.c,
+         support/cpp2/c-pretty-print.h, support/cpp2/cppdefault.c,
+         support/cpp2/cppdefault.h, support/cpp2/diagnostic.c,
+         support/cpp2/diagnostic.h, support/cpp2/except.h,
+         support/cpp2/hwint.h, support/cpp2/input.h,
+         support/cpp2/intl.h, support/cpp2/move-if-change,
+         support/cpp2/opts.c, support/cpp2/opts.h,
+         support/cpp2/output.h, support/cpp2/prefix.c,
+         support/cpp2/prefix.h, support/cpp2/pretty-print.c,
+         support/cpp2/pretty-print.h, support/cpp2/sdcpp-opts.c,
+         support/cpp2/sdcpp.c, support/cpp2/sdcpp.dsp,
+         support/cpp2/sdcpp.h, support/cpp2/sdcpp.opt,
+         support/cpp2/sdcppa.dsp, support/cpp2/symcat.h,
+         support/cpp2/version.c:
+         modified
+       * support/cpp2/libcpp/charset.c, support/cpp2/libcpp/directives.c,
+         support/cpp2/libcpp/errors.c, support/cpp2/libcpp/expr.c,
+         support/cpp2/libcpp/files.c, support/cpp2/libcpp/identifiers.c,
+         support/cpp2/libcpp/include/cpplib.h, support/cpp2/libcpp/include/line-map.h,
+         support/cpp2/libcpp/include/mkdeps.h, support/cpp2/libcpp/include/symtab.h,
+         support/cpp2/libcpp/init.c, support/cpp2/libcpp/internal.h,
+         support/cpp2/libcpp/lex.c, support/cpp2/libcpp/line-map.c,
+         support/cpp2/libcpp/macro.c, support/cpp2/libcpp/mkdeps.c,
+         support/cpp2/libcpp/symtab.c, support/cpp2/libcpp/system.h,
+         support/cpp2/libcpp/traditional.c, support/cpp2/libcpp/ucnid.h,
+         support/cpp2/libiberty/hashtab.c, support/cpp2/libiberty/hashtab.h:
+         moved
+       * support/cpp2/cppcharset.c, support/cpp2/cpperror.c,
+         support/cpp2/cppexp.c, support/cpp2/cppfiles.c,
+         support/cpp2/cpphash.c, support/cpp2/cpphash.h,
+         support/cpp2/cppinit.c, support/cpp2/cpplex.c,
+         support/cpp2/cpplib.c, support/cpp2/cpplib.h,
+         support/cpp2/cppmacro.c, support/cpp2/cpptrad.c,
+         support/cpp2/cppucnid.h, support/cpp2/hashtab.c,
+         support/cpp2/hashtab.h, support/cpp2/hashtable.c,
+         support/cpp2/hashtable.h, support/cpp2/line-map.c,
+         support/cpp2/line-map.h, support/cpp2/mkdeps.c,
+         support/cpp2/mkdeps.h, support/cpp2/options_vc_in.c,
+         support/cpp2/options_vc_in.h, support/cpp2/opts.sh,
+         support/cpp2/system.h:
+         deleted / moved
+
+2006-12-31 Borut Razem <borut.razem AT siol.net>
+
+       * configure.in, configure: fixed bug #1538756: configure dies if bison
+         and flex are not installed, 2nd try
+
+2006-12-30 Bernhard Held <bernhard AT bernhardheld.de>
+
+       * src/mcs51/peeph.def: renamed rule 400 to 500, moved rule 253.x to
+       400.x for better code in RFE 899102
+
+2006-12-30 Bernhard Held <bernhard AT bernhardheld.de>
+
+       * src/SDCCpeeph.c (deadMove),
+       * src/port.h,
+       * src/mcs51/peep.h: renamed 'op' by 'reg'
+       * src/mcs51/peep.c (isFunc, isCallerSaveFunc): added,
+       (scan4op): small change for removeDeadMove(), added support for
+       'callee saves' and/or PACLL function calls,
+       (removeDeadMove): added, removes superflous 'mov r%1,%2',
+       (removeDeadPopPush): renamed from mcs51DeadMove(), common parts
+       left in new dispatcher mcs51DeadMove()
+       (mcs51DeadMove): dispatcher for removeDeadPopPush() and new
+       removeDeadMove()
+       * src/mcs51/peeph.def: added rule 301 removing superflous 'mov r%1,%2'
+
+2006-12-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
+
+       * 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>
+
+       * support/cpp2/spacs.h: deleted from svn
+       * configure.in, configure: fixed bug #1538756: configure dies if bison
+         and flex are not installed
+
+2006-12-29 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/z80/gen.c (assignResultValue): fixed bug when registers overlap,
+         with this z80 passes printf float test when enabled
+       * support/regression/tests/bug1057979.c: typo disabled ds390 float test
+
+2006-12-28 Borut Razem <borut.razem AT siol.net>
+
+       * support/cpp2/config.in, support/cpp2/configure.in,
+         support/cpp2/configure, support/cpp2/Makefile.in:
+         fix for the solaris build
+
+2006-12-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
+
+       * src/SDCC.y (type_specifier2, pointer),
+       * src/SDCCsymt.h,
+       * src/SDCCsymt.c (mergeSpec, checkSClass),
+       * support/Util/SDCCerr.c,
+       * support/Util/SDCCerr.h: Parse and validate the restrict keyword
+       * support/valdiag/valdiag.py: Allow test cases to specify
+         required language standard
+       * support/valdiag/tests/restrict.c: New file to test restrict keyword
+       * support/valdiag/tests/tentdecl.c: Supress empty source file error
+
+2006-12-27 Borut Razem <borut.razem AT siol.net>
+
+       * support/cpp2/cppmain.c, support/cpp2/mbchar.[ch]: removed
+       * support/cpp2/libiberty/Makefile.in, support/cpp2/libiberty/sdcpp.dsp:
+         mbchar removed
+       * support/cpp2/libiberty/getpwd.c, support/cpp2/sdcpp.h:
+         fixed for borland C
+       * support/cpp2/libiberty/Makefile.bcc: updated
+       * src/pic16/main.c: fixed #pragma udata handling
+       * src/mcs51/mcs51.dsp: added peep.[ch] to the project
+
+2006-12-26 Bernhard Held <bernhard AT bernhardheld.de>
+
+       * src/SDCCpeeph.c: made labelHashEntry global,
+       made pcDistance, FBYNAME static,
+       (pcDistance): made static, use isComment and isLabel,
+       (deadMove): added,
+       (getLabelRef): added, extracted from labelRefCount(),
+       (labelRefCount): use new getLabelRef(),
+       (callFuncByName): made static, added deadMove,
+       use isComment and isLabel,
+       (newPeepRule): made static, set isLabel,
+       (isLabelDefinition): added parameter isPeepRule to allow '%' in
+       labels from peephole rules,
+       (buildLabelRefCountHash): speed up by running isLabelDefinition() only
+       when isComment or isLabel is set
+       * src/SDCCpeeph.h: added "isLabel" and "visited" to struct lineNode,
+       added labelHashEntry, isLabelDefinition, labelHash and getLabelRef
+       to make them global
+       * src/mcs51/peep.h: added
+       * src/mcs51/peep.c: added, implements mcs51DeadMove()
+       * src/port.h: added peep->deadMove to port structure
+       * src/mcs51/main.c: initialize peep->deadMove with mcs51DeadMove
+       * src/mcs51/peeph.def: renumbered rule 300 to 400, added new rule 300
+       deadMove, finally removed no. 1 and 2
+       * src/mcs51/gen.c,
+       * src/pic/gen.c,
+       * src/z80/gen.c,
+       * src/z80/ralloc.c,
+       * src/pic16/gen.c,
+       * src/ds390/gen.c,
+       * src/hc08/gen.c: mark lines with isComment or isLabel
+       * sim/ucsim/s51.src/uc390hw.cc: don't waist 65535 ticks before CKRDY
+       * .version,
+       * sdcc.spec: bumped version to 2.6.3
+
+2006-12-26 Borut Razem <borut.razem AT siol.net>
+
+       * support/cpp2/Makefile.in: added dependency on options.h
+       * configure: regenerated
+       * support/cpp2/sdcpp.opt, support/cpp2/move-if-change: svn:eol-style native
+       * support/cpp2/Makefile.in: added vasprintf.c
+
+2006-12-25 Borut Razem <borut.razem AT siol.net>
+
+       * SDCPP synchronized with GCC CPP release version 3.4.6,
+         the latest release before 4.x:
+       * support/cpp2/Makefile.in, support/cpp2/config.h,
+         support/cpp2/configure, support/cpp2/configure.in,
+         support/cpp2/cppdefault.c, support/cpp2/cppdefault.h,
+         support/cpp2/cpperror.c, support/cpp2/cppexp.c,
+         support/cpp2/cppfiles.c, support/cpp2/cpphash.c,
+         support/cpp2/cpphash.h, support/cpp2/cppinit.c,
+         support/cpp2/cpplex.c, support/cpp2/cpplib.c,
+         support/cpp2/cpplib.h, support/cpp2/cppmacro.c,
+         support/cpp2/cpptrad.c, support/cpp2/except.h,
+         support/cpp2/hashtable.c, support/cpp2/hashtable.h,
+         support/cpp2/hwint.h, support/cpp2/intl.h,
+         support/cpp2/line-map.c, support/cpp2/line-map.h,
+         support/cpp2/mkdeps.c, support/cpp2/mkdeps.h,
+         support/cpp2/output.h, support/cpp2/prefix.c,
+         support/cpp2/prefix.h, support/cpp2/sdcpp.dsp,
+         support/cpp2/system.h, support/cpp2/version.c:
+         modified
+       * support/cpp2/c-incpath.c, support/cpp2/c-incpath.h,
+         support/cpp2/c-ppoutput.c, support/cpp2/c-pretty-print.c,
+         support/cpp2/c-pretty-print.h, support/cpp2/cppcharset.c,
+         support/cpp2/cppucnid.h, support/cpp2/diagnostic.c,
+         support/cpp2/diagnostic.def, support/cpp2/diagnostic.h,
+         support/cpp2/hashtab.c, support/cpp2/hashtab.h,
+         support/cpp2/input.h, support/cpp2/libiberty/getpwd.c,
+         support/cpp2/libiberty/vasprintf.c, support/cpp2/libiberty/xmemdup.c,
+         support/cpp2/move-if-change, support/cpp2/opts.c,
+         support/cpp2/opts.h, support/cpp2/opts.sh,
+         support/cpp2/pretty-print.c, support/cpp2/pretty-print.h,
+         support/cpp2/sdcpp.opt, support/cpp2/sdcpp-opts.c,
+         support/cpp2/win32, support/cpp2/win32/dirent.c,
+         support/cpp2/win32/dirent.h:
+         added
+       * support/cpp2/sdcpp.c: renamed from sdcppmain.c
+       * support/cpp2/sdcpp.h: renamed from sdcc.h
+       * sdcppinit.c: deleted
+
+2006-12-23 Borut Razem <borut.razem AT siol.net>
+
+       * support/cpp2/cpphash.h, support/cpp2/cpplex.c,
+         support/cpp2/cpplib.[ch], support/cpp2/sdcppinit.c, doc/sdccman.lyx,
+         preproc.c: an other try to fix bug #982435: introduced
+         -pedantic-parse-number command line option and pedantic_parse_number
+         pragma
+
+2006-12-21 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * as/link/mcs51/lkarea.c (lnkarea2): handle absolute areas, restructured
+          BSEG handling,
+         (lnksect2): use --data-loc and --idata-loc as lower bound for ramstart,
+          corrected overlayed areax addresses, warn about memory overlaps
+       * as/mcs51/asmain.c (asmbl): create a new area for every .org directive
+       * src/avr/main.c,
+       * src/ds390/main.c,
+       * src/hc08/main.c,
+       * src/mcs51/main.c,
+       * src/pic16/main.c,
+       * src/pic/main.c,
+       * src/xa51/main.c,
+       * src/z80/main.c,
+       * src/port.h: added xabs_name and iabs_name
+       * src/SDCCglue.c (emitRegularMap): allocate for absolutes with initializer
+         (glue, emitMaps): create and emit maps d_abs and i_abs
+       * src/SDCCglue.h: cosmetic changes
+       * src/SDCCmain.c (setDefaultOptions): idata can start below 0x80
+       * src/SDCCmem.h,
+       * src/SDCCmem.c (initMem): added x_abs, i_abs and d_abs
+         (allocDefault): put absolute, initialized globals in them
+       * support/regression/tests/absolute.c: added absolute bdata test
+       * device/lib/printf_large.c (output_float): moved fpBuffer to stack/xdata
+
+2006-12-20 Borut Razem <borut.razem AT siol.net>
+
+       * support/cpp2/cpphash.h, support/cpp2/cpplex.c: fixed bug #982435
+       * support/regression/tests/preproc.c: renamed from bug-1351710.c,
+         added regression test for bug #982435
+
+2006-12-18 Borut Razem <borut.razem AT siol.net>
+
+       * src/SDCCutil.c: fixed a bug in (get_pragma_token)
+       * src/pic16/main.c, src/SDCC.lex, src/z80/main.c:
+         small cosmetic changes
+       * src/SDCC.lex: (stringLiteral) fixed bug #1351710
+       * support/regression/tests/bug-1351710.c: added regression test
+
+2006-12-18 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
+
+       * doc/sdccman.lyx: added the long missed iCode table
+         "<where is figure II?>", added links to wiki
+
+2006-12-17 Borut Razem <borut.razem AT siol.net>
+
+       * doc/sdccman.lyx, src/pic16/main.c, src/pic/main.c, src/port.h,
+         src/SDCC.lex, src/SDCCutil.[ch], src/z80/main.c,
+         support/Util/SDCCerr.[ch]: removed deprecated pragmas,
+         unified table driven pragma handling, pragma argument type checking
+       * support/Util/dbuf.c: (dbuf_set_size) allow to set size equal to the
+         current one - version 1.1.3
+       * src/SDCCmain.c: (setParseWithComma) substituted brain damaged strtok
+
+2006-12-13 Raphael Neider <rneider AT web.de>
+
+       * src/pic/device.h: removed AssignedMemory structure and macros
+       * src/pic/device.c: removed global finalMapping (linker assigns
+           memory locations),
+         (register_map): add SFRs to remembered memRanges
+         (addMemRange,isSFR,dump_map,dump_sfr,mapRegister,assignRegister,
+         assignFixedRegisters,assignRelocatableRegisters): removed,
+         (setMaxRAM,validAddress): adapted accordingly,
+         (pic14_hasSharebank,pic14_getSharedStack): only report and use
+           reasonably sized sharebanks,
+       * src/pic/ralloc.c (writeUsedRegs): stripped down (remove?),
+         (allDefsOutOfRange): removed unused code,
+       * src/pic/main.c (_process_pragma): removed memmap/maxram pragma
+           handling
+       * src/pic/pcode.c (register_reassign): removed recursion warning,
+           fired far too often,
+       * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap): modified
+           to use existing pic14_stringInSet() to avoid duplicate symbols,
+           tidied up the code a bit,
+         (pic14printLocals): added in symmetry to printExterns, replaces
+           writeUsedRegs more or less,
+         (picglue): call new pic14_printLocals(),
+       * device/include/pic/pic*.h: removed #pragma memmap directives,
+           information gathered from include/pic/pic14devices.txt
+       * support/scripts/inc2h.pl: do not emit #pragma memmap lines
+
+2006-12-10 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * device/include/mcs51/C8051F520.h: fixed buggy CPT0MX
+
+2006-12-11 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
+
+       * device/include/mcs51/cc2430.h: fixed missing ';'
+
+2006-12-10 Raphael Neider <rneider AT web.de>
+
+       * device/lib/pic16/libc/stdio/vfprintf.c,
+       * device/lib/pic16/libc/stdio/printf_small.c,
+       * device/lib/pic16/libc/stdio/printf_timy.c: pop int from stack for
+         char arguments, as char varargs are cast to int by the caller,
+         hopefully fixes #1604915 (other device libraries are still affected)
+
+2006-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
+
+       * src/mcs51/ralloc.c (packRegsForAssign),
+       * src/hc08/ralloc.c (packRegsForAssign): fixed bug #1605880
+
+2006-12-10 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * device/include/malloc.h: removed init_dynamic_memory
+       * device/lib/malloc.c: made init_dynamic_memory static and automatically
+         call it once from malloc. Also use _sdcc_heap[] from _heap.c
+       * device/lib/_heap.c: new, added, contains _sdcc_heap[]
+       * device/lib/libsdcc.lib,
+       * device/lib/Makefile.in,
+       * support/regression/ports/mcs51-xstack-auto/spec.mk: added _heap.c
+       * doc/sdccman.lyx: documented use of new _heap.c
+       * support/regression/tests/malloc.c: removed init_dynamic_memory
+       * src/cdbFile.c(spacesToUnderscores): new function,
+         (cdbWriteEndFunction, cdbWriteCLine): use spacesToUnderscores, fixes bug
+         1068030
+       * device/include/tinibios.h: removed defines for putchar and getchar
+       * device/lib/ds390/Makefile.in: added putchar.c
+       * device/lib/ds390/putchar.c: new, added, fixes bug 1465671
+
+2006-12-09 Borut Razem <borut.razem AT siol.net>
+
+       * support/cpp2/sdcc.h: prevent multiple inclusion
+       * support/cpp2/options.h: deleted
+
+2006-12-08 Borut Razem <borut.razem AT siol.net>
+
+       * support/cpp2/sdcc.h: removed x*alloc() macros
+       * support/cpp2/libiberty.h: uncommented out x*alloc() declarations
+       * support/cpp2/Makefile.bcc, support/cpp2/Makefile.in,
+         support/cpp2/sdcpp.sdc: x*alloc files added to the project
+       * support/cpp2/system.h: moved #include "sdcc.h"
+       * support/cpp2/libiberty/xexit.c, support/cpp2/libiberty/xmalloc.c,
+         support/cpp2/libiberty/xstrdup.c, support/cpp2/libiberty/xstrerror.c:
+         added
+       * support/cpp2/sdcppinit.c: added -isysroot, -fsigned-char,
+         -funsigned-char options
+       * support/cpp2/sdcppmain.c: fixed bug 1611411
+
+2006-12-07 Borut Razem <borut.razem AT siol.net>
+
+       * support/cpp2/cpplib.c: reverted sdcpp special handling of _Pragma()
+         directive
+
 2006-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
 
+       * src/SDCCsymt.c (addDecl): fixed bug 1609244
        * src/SDCCmain.c (linkEdit): fixed bug 1609279
+       * doc/sdccman.lyx,
        * .version: bumped to 2.6.2 because a) it's been a while
          b) the linker sources have moved c) the preprocessor is upgraded
 
 
 2006-11-27 Borut Razem <borut.razem AT siol.net>
 
-       * support\cpp2\cppexp.c, support\cpp2\hashtable.h,
-         support\cpp2\Makefile.in, support\cpp2\cppfiles.c,
-         support\cpp2\output.h, support\cpp2\cppinit.c,
-         support\cpp2\cpplib.c, support\cpp2\cpplib.h,
-         support\cpp2\Makefile.bcc, support\cpp2\cpphash.c,
-         support\cpp2\cppdefault.c, support\cpp2\system.h,
-         support\cpp2\cpphash.h, support\cpp2\cpplex.c,
-         support\cpp2\cppdefault.h, support\cpp2\mbchar.c,
-         support\cpp2\prefix.c, support\cpp2\except.h,
-         support\cpp2\hwint.h, support\cpp2\cppmacro.c,
-         support\cpp2\line-map.h, support\cpp2\sdcpp.dsp,
-         support\cpp2\sdcc.h, support\cpp2\mkdeps.c,
-         support\cpp2\version.c, support\cpp2\cppmain.c,
-         support\cpp2\version.h, support\cpp2\hashtable.c,
-         support\cpp2\cpperror.c:
+       * support/cpp2/cppexp.c, support/cpp2/hashtable.h,
+         support/cpp2/Makefile.in, support/cpp2/cppfiles.c,
+         support/cpp2/output.h, support/cpp2/cppinit.c,
+         support/cpp2/cpplib.c, support/cpp2/cpplib.h,
+         support/cpp2/Makefile.bcc, support/cpp2/cpphash.c,
+         support/cpp2/cppdefault.c, support/cpp2/system.h,
+         support/cpp2/cpphash.h, support/cpp2/cpplex.c,
+         support/cpp2/cppdefault.h, support/cpp2/mbchar.c,
+         support/cpp2/prefix.c, support/cpp2/except.h,
+         support/cpp2/hwint.h, support/cpp2/cppmacro.c,
+         support/cpp2/line-map.h, support/cpp2/sdcpp.dsp,
+         support/cpp2/sdcc.h, support/cpp2/mkdeps.c,
+         support/cpp2/version.c, support/cpp2/cppmain.c,
+         support/cpp2/version.h, support/cpp2/hashtable.c,
+         support/cpp2/cpperror.c:
          synchronized with GCC CPP release version 3.3.6,
          the latest where cppmain.c still exists.
-       * support\cpp2\cpptrad.c, support\cpp2\sdcppmain.c,
-         support\cpp2\sdcppinit.c: added
+       * support/cpp2/cpptrad.c, support/cpp2/sdcppmain.c,
+         support/cpp2/sdcppinit.c: added
 
 2006-11-27 Borut Razem <borut.razem AT siol.net>