* device/include/z180.h,
[fw/sdcc] / ChangeLog
index df1568f37c8fb8a2eb0c31b6783ae60c8fee6ce5..67cde9b2eaa96e4e0083cba7463dc52988085a61 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,82 @@
-2004-01-11 Vangelis Rokas <vrokas@otenet.gr>
+2004-01-13 Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       * device/include/z180.h,
+       * device/lib/_memcpy.c,
+       * device/lib/_memmove.c,
+       * device/lib/_mulint.c,
+       * device/lib/ser_ir.c,
+       * device/lib/ser_ir_cts_rts.c,
+       * device/lib/_strcmp.c,
+       * device/lib/_strtok.c: fixed pragmas to non-deprecated form
+       * src/z80/main.c (_process_pragma): add support for pragmas bank and
+       portmode; added deprecation warning for bank= and protmode= forms.
+       Also, guard against buffer overflow.
+       * src/z80/gen.c (aopGet): generate better code for sfr banked read
+
+2004-01-13 Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
+       changed interrupt vector table generation to only emit declared vectors.
+       * device/include/Makefile.in: added missing backslash
+       * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
+
+2004-01-13 Vangelis Rokas <vrokas@otenet.gr>
+
+       Mainly changes to support compilation of the device libraries
+       * src/pic16/device.c: stack is allocated via symbol and not
+       via literal number. The symbol is placed in the corresponding
+       position of the data ram
+       * (pic16_dump_section): relocatable and absolute uninitialized
+       data are now emitted in sorted order to reduce section naming,
+       * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
+       weren't marked as being in the access bank,
+
+2004-01-13 Vangelis Rokas <vrokas@otenet.gr>
+
+       Added portion of GNU PIC Library under the directory
+       device/include/pic16 and device/lib/pic16. These files
+       contain the declarations of SFRs for the PIC18Fxx2 devices.
+       The directory is initialized via configure from toplevel.
        
+2004-01-12 Klaus Flittner <klaus_flittner@gmx.de>
+
+       * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
+       the spilllocations to be compared correctly
+
+2004-01-12 Bernhard Held <bernhard@bernhardheld.de>
+
+       * src/SDCCast.c (decorateType): fixed bug introduced today
+
+2004-01-12  Borut Razem <borut.razem@siol.net>
+
+       * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
+       doc/sdccman.lyx: upper case pragmas are deprecated
+
+2004-01-12 Bernhard Held <bernhard@bernhardheld.de>
+
+       * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
+       in simpler and even better code
+
+2004-01-11 Bernhard Held <bernhard@bernhardheld.de>
+
+       * src/SDCCicode.c (operandOperation): fixed bug #874819
+       * src/SDCCast.c (decorateType): fixed
+       char foo (unsigned long ul) { return ul > 0; }
+
+2004-01-11 Frieder Ferlemann <Frieder.Ferlemann@web.de>
+
+       * doc/sdccman.lyx: Moved and added some sections, small changes
+       all over. Telling LaTeX to be less strict with word spacing
+       to better keep the right margin. Changed some notes about
+       maintainance of the ports in section 3.2.1 - is it OK like this?
+
+2004-01-11 Vangelis Rokas <vrokas@otenet.gr>
+
        SDCC source changes:
        * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
        convilong): modified to inform the pic16 port that builtin functions
        are external
-       
+
        PIC16 PORT specific changes:
        * src/pic16/device.c pic16_dump_equates() added,
        processor registers declared internally by the port are emitted in
        * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
        bytes for last interrupt vector (mcs51)
        * sdcc.spec: fixed typo
-       
+
 2004-01-09 Erik Petrich <epetrich@ivorytower.norman.ok.us>
 
        * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
        * src/pic16/main.c: added $l in _asmCmd, changed extension for
        object file from '.rel' to '.o' in port->linker structure,
        changed size of fptr from 2 to 3 in port structure
-       
+
 2004-01-07  Borut Razem <borut.razem@siol.net>
 
        * support/scripts/sdcc.nsi: update PATH