fixed bug #460088
[fw/sdcc] / ChangeLog
index 66edd77234fcf25bcc3568023cf05422a0f0c8a6..75c8008b6c50cce70d5e75d411a072f0cb598c2d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2003-04-05    <johan@balder>
+
+       * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
+       * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
+       * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
+       * src/SDCCast.c: fixed a warning
+       * src/SDCCast.h: fixed a warning
+       * src/SDCCicode.c (operandFromAst): fixed a warning
+
+2003-04-04    <johan@balder>
+
+       * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
+       * src/SDCCast.c (decorateType): fixed bug #715076
+       * src/SDCC.y: fixed bug #702907
+
+2003-04-03    <johan@balder>
+
+       * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
+       * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
+       * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
+       * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
+       * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
+
+2003-04-03  Bernhard Held <bernhard@bernhardheld.de>
+
+       * _decdptr.c: fix return values
+       * _gptrget.c: fix return values
+       * _gptrgetc.c: fix return values
+       * _gptrput.c: fix return values
+       * _mulint.c: fix return values
+       * as/z80/Makefile: fix 'make -j' problem
+
+2003-04-02  Bernhard Held <bernhard@bernhardheld.de>
+
+       * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
+       * configure.in: big cleanup, updated to autoconf 2.5x
+       * configure: rebuilt from configure.in
+       * sdccconf_in.h: new RETSIGTYPE, and other PATHs
+       * sdcc_vc_in.h: reflect changes from sdccconf.h
+       * doc/Makefile: fixed a flaw in "make install"
+
+2003-04-02    <johan@balder>
+
+       * src/ds390/gen.c (genCmp): no comments
+       * src/mcs51/gen.c (genCmp): no comments
+       * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
+       * src/SDCCast.c (ast_print): fixed the function type in --dumptree
+
+2003-04-01  Bernhard Held <bernhard@bernhardheld.de>
+
+       * support/regression/generate-cases.py: place generated file in given sub directory
+       * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
+       * support/regression/Makefile: improvements for 'make -j';
+       side effect: it's simpler and faster now
+
+2003-03-31  Borut Razem <borut.razem@siol.net>
+
+       * src/z80/main.c: link-{port} and as-{port} defined without path
+       * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
+
+2003-03-31  Bernhard Held <bernhard@bernhardheld.de>
+
+       * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
+
+2003-03-30  Borut Razem <borut.razem@siol.net>
+
+       * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
+         changed type of list parameter to set
+       * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
+       * src/port.h: changed type of do_assemble() parameter to set
+       * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
+         sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
+         definition of "cppoutfilename" macro with NULL value in preProcess()
+       * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
+       * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
+       * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
+         replaced with set *binPathSet
+       * shash_add() deallocates the item, if allready exsists, before adding the new one
+       * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
+
+2003-03-30  Scott Dattalo  <scott@dattalo.com>
+
+       * src/pic/gen.c: Commit patch from Steve Tell <tell@telltronics.org> that fixes
+         a nested for loop bug in the PIC port
+       * src/regression/nestfor.c: new regression test file Steve wrote to test nested
+         for loops
+
+2003-03-29  Bernhard Held <bernhard@bernhardheld.de>
+
+       * support/Util/dbuf.h: remove C++ stuff to make it portable
+
+2003-03-28  Borut Razem <borut.razem@siol.net>
+
+       * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
+          literal strings in stringLiteral()
+       * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
+       * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
+          to the project
+
+2003-03-27  Paul Stoffregen <paul@pjrc.com>
+
+       * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
+
+2003-03-26    <johan@balder>
+
+       * src/mcs51/gen.c (saveRegisters): catched symbol abuse
+       * src/ds390/gen.c (saveRegisters): catched symbol abuse
+       * src/SDCCast.c (decorateType): fixed " -v < 3"
+
+2003-03-23  Bernhard Held <bernhard@bernhardheld.de>
+
+       * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
+       Added Lenny Story's debug infrastructure changes:
+       * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
+       * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
+       * src/cdbFile.c: added
+       * src/SDCCdebug.c: added
+       * src/SDCCdebug.h: added
+       * src/SDCCast.c (createFunction)
+       * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
+       * src/SDCCmain.c (parseCmdLine, main)
+       * src/SDCCmem.c (redoStackOffsets)
+       * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
+       * src/SDCCsymt.h
+       * src/common.h
+       * src/avr/gen.c (genAVRCode)
+       * src/ds390/gen.c (gen390Code)
+       * src/mcs51/gen.c (gen51Code) 
+       * src/pic/gen.c (genpic14Code)
+       * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
+       * src/xa51/gen.c (genXA51Code)
+       * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
+
+2003-03-22  Frieder Ferlemann <Frieder.Ferlemann@web.de>
+
+       * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
+       * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
+
+2003-03-22    <johan@balder>
+
+       * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
+
 2003-03-21  Bernhard Held <bernhard@bernhardheld.de>
 
        * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
+       * doc/cdbfileformat.lyx: added, written by Lenny Story
+       * doc/Makefile: added cdbfileformat.lyx
+       * doc/clean.mk: added cdbfileformat.lyx
 
 2003-03-20  Bernhard Held <bernhard@bernhardheld.de>
 
        * src/mcs51/peeph.def: fix bug #705773
 
+2003-03-20    <johan@balder>
+
+       An sfr/sbit can have an "at #" AND an initializer
+       * src/SDCCsymt.c (checkSClass): 
+       * src/SDCCmem.c (allocGlobal): 
+       * src/SDCCmem.c (allocLocal): 
+       * src/SDCCast.c (createBlock): 
+
 2003-03-17  Bernhard Held <bernhard@bernhardheld.de>
 
        * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek