* src/SDCC.y (declaration_specifiers, function_specifier),
[fw/sdcc] / ChangeLog
index 58fd56cdca6a774d485e0a983049ad4411fc182e..36dd588d355fcbfe2cbbc9d6240c1bc62c9c3a7f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,136 @@
+2007-03-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
+
+       * src/SDCC.y (declaration_specifiers, function_specifier),
+       * support/Util/SDCCerr.c,
+       * support/Util/SDCCerr.h,
+       * src/SDCCsymt.h,
+       * src/SDCCsymt.c (mergeSpec, checkFunction): Parse and validate the
+         inline keyword
+       * src/SDCCmem.c (deallocParms),
+       * src/SDCCast.c: support for function inlining, not quite complete
+       * src/SDCCsymt.c (printTypeChain, printTypeChainRaw): display
+         'restrict' qualifier
+
+2007-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/mcs51/gen.c (saveRegisters, unsaveRegisters): free some bitVects,
+         (saveRBank, unsaveRBank): don't save bits,
+         (genFunction, genEndFunction): save bits exactly once, fix bug 1535242
+       * support/regression/tests/bug1535242.c: new, added
+       * device/include/assert.h: applied patch 1686533 to fix bug 1686528,
+         thanks Alexey Shamrin <shamrin AT gmail.com>,
+         made assert.h header ANSI compliant (added a check for NDEBUG macro,
+         removed header guard)
+       * .version,
+       * sdcc.spec: bumped version to 2.6.5
+       * src/SDCCmain.c(parseCmdLine): fixed bug 1677144
+
+2007-03-22 Borut Razem <borut.razem AT siol.net>
+
+       * debugger/mcs51/cmd.c, debugger/mcs51/sdcdb.c:
+         fixed bug #1653671: sdcdb integration into ddd is broken
+
+2007-03-22 Raphael Neider <rneider AT web.de>
+
+       * src/pic/gen.c (popGetExternal): augmented to also create references
+         to external variables (not only labels),
+         (genCall): comment on plan to reduce PAGESEL overhead,
+         (genFunction, genEndFunction): also save/restore FSR around interrupt
+         handling code, removed lots of unused code
+         (genDivOneByte): release acquired temp register
+       * src/pic/glue.c (pic14createInterruptVect): adadt to new signature
+         of popGetExternal
+       * device/lib/pic/libsdcc/shadowregs.c: NEW, provide storage location
+         for registers that need to be saved during interrupts (FSR, STATUS,
+         PCLATH; W needs special handling), currently only FSR is used
+
+2007-03-22 Raphael Neider <rneider AT web.de>
+
+       * device/include/pic/pic14devices.txt: 16f688 has only one config word
+
+2007-03-19 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
+
+       * /as/link/mcs51/aslink.dsp: Object extension for mcs51 is 'rel' not 'o'.
+
+2007-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/mcs51/peeph.def (263.x): fixed bug for volatile variables
+
+2007-03-14 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * as/link/aslink.h: added LKOBJEXT
+       * as/link/hc08/link_hc08.dsp,
+       * as/link/hc08/Makefile.bcc,
+       * as/link/hc08/Makefile.in,
+       * as/link/mcs51/aslink.dsp,
+       * as/link/mcs51/Makefile.bcc,
+       * as/link/mcs51/Makefile.in: moved lkamof51.c and lkdata.c
+       * as/link/hc08/lkaomf51.c,      as/link/mcs51/lkaomf51.c,
+       * as/link/lkaomf51.c: merged and moved
+       * as/link/hc08/lkdata.c,        as/link/mcs51/lkdata.c,
+       * as/link/z80/lkdata.c,
+       * as/link/lkdata.c: merged and moved
+       * as/link/hc08/lkmain.c,
+       * as/link/mcs51/lkmain.c: cosmetic changes
+       * as/link/z80/lkeval.c,         as/link/lkeval.c: merged
+       * as/link/lklex.c: use LKOBJEXT
+       * as/link/z80/lklist.c,         as/link/lklist.c: merged,
+         ANSI-fied functions, removed bubble-sorts
+       * as/link/z80/lksym.c           as/link/lksym.c: merged,
+         ANSI-fied functions
+       * as/link/z80/linkgbz80.dsp,
+       * as/link/z80/linkz80.dsp,
+       * as/link/z80/Makefile.in: added lkaomf51.c and lknoice.c,
+         moved lkdata.c, lkeval.c, lkhead.c, lklex.x, lklist.c, lksym.c
+       * as/link/z80/lkhead.c,
+       * as/link/z80/lklex.c: deleted
+       * as/link/z80/lklibr.c: moved LKOBJEXT to aslink.h
+       * as/link/z80/lkmain.c: added copyfile()
+
+2007-03-13 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
+
+       * device/include/mcs51/P89LPC925.h: Added missing P1_6 and P1_7.
+
+2007-03-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
+
+       * device/lib/_strlen.c: assembler version for mcs51
+
+2007-03-13 Raphael Neider <rneider AT web.de>
+
+       * device/include/pic16/pic18f2221.h,
+       * device/include/pic16/pic18f2321.h,
+       * device/include/pic16/pic18f2331.h,
+       * device/include/pic16/pic18f4221.h,
+       * device/include/pic16/pic18f4321.h,
+       * device/include/pic16/pic18f4331.h: fixed config byte location names
+       * support/scripts/inc2h-pic16.pl: removed debug output, emit
+         consistently named config byte locations
+
+2007-03-13 Borut Razem <borut.razem AT siol.net>
+
+       * src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
+         sim/ucsim/hc08.src/Makefile.in, sim/ucsim/s51.src/Makefile.in,
+         sim/ucsim/xa.src/Makefile.in, sim/ucsim/z80.src/Makefile.in,
+         as/link/z80/Makefile.in, as/z80/Makefile.in:
+         introduced LDFLAGS
+
+2007-03-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
+
+       * device/lib/printfl.c: 13 bytes less __data mem (12 more __idata)
+       * device/lib/printf_large.c: pointer was converted to generic
+       pointer for mcs51 models other than model-small (Maarten noticed)
+
+2007-03-10 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
+
+       * device/include/mcs51/ADuC84x.h: Added.
+
+2007-03-10 Borut Razem <borut.razem AT siol.net>
+
+       * src/SDCC.lex, src/SDCCutil.[ch], src/SDCCval:
+         fixed RFE #1624219: double backslashes in filenames;
+         functions hexEscape(), octalEscape() and copyStr() moved from
+         SDCCval.c to SDCCutil.c and made them glovbally available
+
 2007-03-09 Borut Razem <borut.razem AT siol.net>
 
        * src/SDCC.lex, src/SDCCast.c. src/SDCCglobl.c, src/SDCCsymt.c,