* sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
[fw/sdcc] / ChangeLog
index a24d711d599dff22a5dd68d87dc7a084c88e6b79..ea0272081102dbfb47adb6928bbe2757972154d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,128 @@
+2004-01-20  Michael Hope  <michaelh@juju.net.nz>
+
+       * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
+       getopt.h.
+
+       * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
+       strtof is not part of C89 and isn't included with Mac OS X.
+
+2004-01-20 Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
+       shiftL2Left2Result): fixed bug #879326
+       (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
+       (genMultOneByte): fixed bug in signed vs unsigned multiplication
+       * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
+       address fetch for clr instruction
+       * device/lib/hc08/_mulint.c: created optimized assembly version
+       * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
+
+2004-01-19 Bernhard Held <bernhard@bernhardheld.de>
+
+       * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
+       proposed in FR #877103
+
+2004-01-18 Bernhard Held <bernhard@bernhardheld.de>
+
+       * src/SDCCval.c (cheapestVal): added missing checks
+       * src/SDCCicode.c (usualBinaryConversions): fixed condition
+       * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
+
+2004-01-16 Klaus Flittner <klaus_flittner@gmx.de>
+
+       * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
+       equal operands
+
+2004-01-16 Vangelis Rokas <vrokas@otenet.gr>
+
+       * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
+       loaded with the linker search paths (-L arguments) and the libraries
+       to be linked with the current source (-l arguments). Changes
+       currently will affect only the pic16 port.
+       * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
+       include path the port specific paths and port specific libraries,
+       * gplink command now contains the $3 argument,
+       * src/pic16/device.h,
+       * src/pic16/device.c,: structure PIC_device is made public and
+       renamed to PIC16_device, the same for variable Pics which is renamed
+       to Pics16. Updated all references to them.
+       * src/pic16/glue.c (pic16glue): corrected bug with code
+       initialization which bypassed the variable initializations block.
+
+       * device/lib/pic16/Makefile.rules: removed --penable-stack from
+       COMPILE_FLAGS and added the --nostdinc option
+
+2004-01-15 Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       * device/include/mc68hc908jb8.h: Register defs for another member
+       of the hc08 family. Contributed by Bjorn Bringert - thanks!
+
+2004-01-14 Vangelis Rokas <vrokas@otenet.gr>
+
+       Documenting changes from previous commits.
+       * configure.in (version 1.56),
+       * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
+       when generating output files to configure the pic16 library,
+       but now I've commented it out, since gputils aren't installed in the
+       SF compile farm, so library won't compile
+
+       * device/lib/Makefile.in (version 1.56): initially I've added in
+       target 'all' the prerequestive 'model-pic16' so it compiled the
+       pic16 library, but now I've commented it out for the same reasons
+       above,
+       * added targets 'model-pic16' and 'objects-pic16' to compile the
+       library
+       * added target 'port-specific-objects-pic16' to handle the
+       generated libraries and copy them into the build/ directory
+       * added target 'clean-intermediate-pic16' to clean intermediate
+       files into pic16 directory
+       * in target 'installdirs' added line to create directory pic16 in
+       the installation path
+
+       * device/include/Makefile.in (version 1.11): in target 'install'
+       added lines to copy all header files to installation path,
+       * in target 'installdirs' added line create directory for pic16
+       headers in the installation path
+
+2004-01-13 Klaus Flittner <klaus_flittner@gmx.de>
+
+       * src/ds390/gen.c (genCall): fixed a double use of acc and b after
+        a function call
+
+2004-01-13 Bernhard Held <bernhard@bernhardheld.de>
+
+       * configure,
+       * device/lib/configure.in,
+       * device/lib/configure: fixed for autoconf 2.57
+
+2004-01-13 Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       * src/z80/main.c (_parseOptions): fixed the portmode= command line
+       option so that it actually works. Made it specific to the z80, since
+       the gbz80 doesn't have these kinds of I/O ports.
+
+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