sdcdb changes
[fw/sdcc] / ChangeLog
index 8641431f522ef740748efe4e13c9573cdf2d1f88..9626325b901787d410c66a7dd6a38cbb95d60cce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,96 @@
+2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
+
+       * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
+  Fixed so you can set breakpoints prior to run, run does not stop
+  on entry now.  Add tbreak.  Other enhancements and fixes for use
+  with ddd.
+
+2003-05-12  Borut Razem <borut.razem@siol.net>
+
+       * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
+
+2003-05-11  Borut Razem <borut.razem@siol.net>
+
+       * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
+       the path of bin directory, so that PATH is the only env. variable, which has to be set
+       in case of standard installation.
+       * src/ds390/ds390.dsp: increased value of /Zm option to 1000
+       * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
+       * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
+
+2003-05-04  Bernhard Held <bernhard@bernhardheld.de>
+
+       * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
+       * support/regression/Makefile: inter-port-clean is no longer nesessary, the
+       temp files are in the port dir; clean the gen/test directory when
+       generating new test.c
+       * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
+       * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
+       * support/regression/tests/zeropad.c: added
+
+2003-05-09    <johan@balder>
+
+       * src/SDCCglue.c: fixed bug #597940
+
+2003-05-05  Karl Bongers(apply patches from Martin Helmling)
+
+       * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
+  cache sfr, optimize next,step, fix off by one sourceline,
+  support ddd list function.
+       * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
+
+2003-05-04  Bernhard Held <bernhard@bernhardheld.de>
+
+       * support/regression/HTMLgen.py: added compare_s2f()
+       * support/regression/Makefile: redo 1.27
+       * support/regression/generate-cases.py: redo 1.5
+
+2003-04-30  Bernhard Held <bernhard@bernhardheld.de>
+
+       * support/regression/tests/float.c: workaround 33 bit hex constant
+       * support/regression/tests/simplefloat.c: fix division for host
+
+2003-04-29  Scott Dattalo  <scott@dattalo.com>
+
+       * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim@jimhawkridge.uk.eu.org>
+       that tame's the PIC's over-aggressive optimizer.
+
+2003-04-29  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
+
+        * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
+        support for MSVC.
+        
+2003-04-29  Kevin Vigor <kevin@vigor.nu>
+
+       Initial support for DS80C400. "Hello world" runs on TINIm400
+       (with polled I/O).
+
+2003-04-28  Karl Bongers(apply patches for Martin Helmling)
+
+        * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
+        * Some notes on ddd usage added in debugger/README
+        Martin Helmling adding more features and fixes for ddd GUI debugger.
+        Code added for nexti, stepi, up, down, and other adjustments.
+
+2003-04-28  Scott Dattalo  <scott@DATTALO.COM>
+
+       * src/pic/pCodepeep.c non-wildcard asmops are now handled
+       * src/pic/peeph.def Added two rules to optimize carry manipulation
+       * src/pic/* removed debug printfs
+
+2003-04-28  Bernhard Held <bernhard@bernhardheld.de>
+
+       * debugger/mcs51/cmd.c: added header newalloc.h
+
+2003-04-26  Bernhard Held <bernhard@bernhardheld.de>
+
+       * as/Makefile: new EXEEXT
+       * as/z80/Makefile: remove trailing slash of BUILDIR
+       * as/z80/clean.mk: new EXEEXT
+       * Makefile.common.in: add to CFLAGS (and others), don't replace it
+       * support/cpp2/Makefile.in: new EXEEXT
+       * src/pic/glue.c (pic14emitRegularMap): fixed warning
+
 2003-04-24  Bernhard Held <bernhard@bernhardheld.de>
 
        Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;