/as/link/mcs51/aslink.dsp: Object extension for mcs51 is 'rel' not 'o'.
[fw/sdcc] / ChangeLog
index 4c354c32c0ffe642eb4e013678d1ce77dfe06479..e9f840f1907b5dfa78253aaf3d8c398a66e6f29e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,111 @@
-2007-03-07  Borut Razem <borut.razem AT siol.net>
+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,
+         src/SDCCval.c: fixed bugs #1676768: Wrong line number reported and
+         1673361: Missaligned comments in output files
+
+2007-03-09 Raphael Neider <rneider AT web.de>
+
+       * device/include/pic/pic14devices.txt: fixed confsiz of 16f91[3467]
+
+2007-03-09 Raphael Neider <rneider AT web.de>
+
+       * src/pic/gen.c,
+       * src/pic/glue.c,
+       * src/pic/ralloc.c: suppress undesired debug output
+       * src/SDCCmain.c (linkEdit): initialize c to quieten compiler
+
+2007-03-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
+
+       * device/lib/printf_large.c: 6 bytes less __data mem (6 more __idata)
+
+2007-03-07 Borut Razem <borut.razem AT siol.net>
 
        * device/lib/pic16/libdev/pic18f[24][34]31.c:
-         serch include files in the current directory
+         search include files in the current directory
 
 2007-03-04 Maarten Brock <sourceforge.brock AT dse.nl>