* device/include/Makefile.in (install): added installation of pic/*.inc and pic/...
[fw/sdcc] / ChangeLog
index eb0c7676e10a7244044e24a6faad2d05bd7592c0..557be87508a564382ef79907eaff3851982701f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,74 @@
+2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
+
+       * device/lib/pic/libdev/Makefile.in,
+       * device/lib/hc08/Makefile.in,
+       * device/lib/gbz80/Makefile.in,
+       * device/lib/z80/Makefile.in,
+       * device/lib/ds390/Makefile.in,
+       * device/lib/ds400/Makefile.in: added srcdir to include search path,
+       thanks to Borut for the bug report
+       * configure.in,
+       * configure: always create doc/Makefile independent from --enable-doc
+       * Makefile.in: always install from directory doc independent from
+       --enable-doc
+       * device/lib/pic/Makefile.in: added libdev again, it was erroneously
+       removed
+       * device/lib/pic/libdev/Makefile.in: fixed VPATH build
+       * doc/Makefile.in: install *.txt if present
+       * device/include/Makefile.in (install): added installation of pic/*.inc
+       and pic/*.txt files again, they were erroneously removed
+
+2006-04-28 Raphael Neider <rneider AT web.de>
+
+       * src/pic/{gen.c,main.h,pcode.c},
+       * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
+           concerning signedness with casts
+
+2006-04-28 Raphael Neider <rneider AT web.de>
+
+       * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
+           definition of an interrupt handler,
+       * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
+           interrupt handler stuff from picglue() to separate routine,
+         (picglue): enabled definition of intr handlers in files w/o main()
+
+2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * support/librarian/sdcclib.c: moved include <limits.h> up to enable
+         compilation with MSVC 2005 Express Edition (VC8)
+
+2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
+
+       * device/lib/Makefile: fixed build of gbz80 lib
+
+2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * support/regression/tests/bug-460010.c,
+       * support/regression/tests/bug-524691.c,
+       * support/regression/tests/bug-716242.c: removed conditional defines
+         that are already in testfwk.h
+
+2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
+         (AccAXRsh1): added, shift right by 1,
+         (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
+          AccAXLrl1
+       * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
+
 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
 
        * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
-       remove cast to same type        
+       remove cast to same type
+       * src/SDCCast.c (decorateType): fix for RFE 1475742,
+       optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
+       * as/z80/Makefile,
+       * link/z80/Makefile: removed, they have moved to
+       Makefile.in files
+       * configure,
+       * configure.in: replaced duplicate message about ucsim by missing sdcpp
+       * install-sh: fix bug #1204398 by setting umask 0022
+       * device/lib/Makefile: separate build of z80 and gbz80 lib
 
 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
 
@@ -23,7 +90,7 @@
        * debugger/mcs51/Makefile.in: build own objects from library sources
        (SLIB, SDCC) in current directory
 
-       * configure, configure.in: renamed --disable-device-lib-build in 
+       * configure, configure.in: renamed --disable-device-lib-build in
        --disable-device-lib; added --enable-doc, the required tools are
        searched by configure; added result message; the toolchain for the
        belonging ports are now only built, if the port is enabled.
 
 2006-04-24 Raphael Neider <rneider AT web.de>
 
-       * src/pic/device.c (pic14_assignConfigWordValue): remember assignments to
-           config word, "pic14_"-prefixed some extern functions
+       * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
+           to config word, "pic14_"-prefixed some extern functions
          (pic14_emitConfigWord): emit __config directive(s) if assignment to
            config word has been found
        * src/pic/device.h: added prototypes
        * src/pic/pcode.c: added "pic14_"-prefix where needed
-       * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic fixup
-       * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config words,
+       * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
+           fixup
+       * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
+           words,
          (pic14emitRegularMap): ignore config words,
          (pic14createInterruptVect): moved generating __config directives away
          (picglue): have __config directives emitted
 
        * device/examples/main8051.c: deleted - it was removed from CVS
          24.mar.2000 and after that modified 18.feb.2001, so it reappered
-         after the transition to Subversion 
+         after the transition to Subversion
        * src/SDCCalloc.h: deleted - it was removed  from CVS
          3.feb.2001 and after that modified 18.feb.2001, so it reappered
-         after the transition to Subversion 
-       * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif, 
+         after the transition to Subversion
+       * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
          sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
          sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
          sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
 
 $Revision$
-