* as/link/aslink.h,
[fw/sdcc] / ChangeLog
index cd969b3bfee7a4849356ffe4cd674a8be652e009..f4154efc8508eb3cc0ed0eed1de457f77d9bf365 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,237 @@
+2006-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * as/link/aslink.h,
+       * as/link/mcs51/lkihx.c (newArea),
+       * as/link/mcs51/lkrloc.c: renamed newArea() to ihxNewArea()
+       * as/link/mcs51/lkihx.c (ihx): output reset vector as start address
+
+2006-11-11 Raphael Neider <rneider AT web.de>
+
+       * src/pic/pcode.c (newpCodeOpBit): search SymbolTab for referenced
+         bitfield symbols, fixes #1579535 (once more...).
+
+2006-11-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
+
+       * support/regression/generate-cases.py,
+       * support/regression/fwk/include/testfwk.h,
+       * support/regression/fwk/lib/testfwk.c: used code pointers,
+         (about 50kByte less code generated for mcs51)
+
+2006-11-06 Borut Razem <borut.razem AT siol.net>
+
+       * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
+         debugger/mcs51/configure: fixed failed check because the function
+         rl_function_of_keyseq isn't in Readline 5.2. Thanks to Ilya Goldberg
+         who submitted the patch for gpsim.
+       * debugger/mcs51/configure.in: removed the result message
+       * debugger/mcs51/Makefile.in: fixed the config.status warning
+         "... seems to ignore the --datarootdir setting"
+
+2006-11-03 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * device/include/mcs51/c8051f020.h,
+       * device/include/mcs51/c8051f040.h,
+       * device/include/mcs51/c8051f060.h,
+       * device/include/mcs51/c8051f120.h: added PS0, fixed bug 1589279
+       * src/z80/gen.c (gencjneshort),
+       * src/z80/peeph.def: applied patch 1571373, thanks Philipp Krause
+
+2006-10-31 Borut Razem <borut.razem AT siol.net>
+
+       * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
+         debugger/mcs51/configure: get readline version
+
+2006-10-30 Borut Razem <borut.razem AT siol.net>
+
+       * debugger/mcs51/sdcdb.c: replaced hardcoded "/" with DIR_SEPARATOR_STRING
+       * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
+         debugger/mcs51/configure: locate readline even when cross compiling
+       * support/scripts/sdcc.nsi: include readline5.dll into the setup package
+
+2006-10-29 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
+
+       * device/include/mcs51/serial_IO.h: putchar() and getchar() using
+         serial port.
+
+2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * device/include/malloc.h,
+       * device/lib/calloc.c,
+       * device/lib/free.c,
+       * device/lib/malloc.c,
+       * device/lib/realloc.c: moved definition of struct into sources
+       * support/regression/tests/malloc.c: use void* for init_dynamic_memory()
+
+2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * as/asx8051.dsp: corrected output directories
+       * as/link/hc08: new directory for hc08 linker
+       * as/hc08/aslink.h,             as/link/aslink.h,
+       * as/hc08/aslink.mak,           as/link/hc08/aslink.mak,
+       * as/hc08/clean.mk,             as/link/hc08/clean.mk,
+       * as/hc08/link_hc08.dsp,        as/link/hc08/link_hc08.dsp,
+       * as/hc08/lkaomf51.c,           as/link/hc08/lkaomf51.c,
+       * as/hc08/lkarea.c,             as/link/hc08/lkarea.c,
+       * as/hc08/lkdata.c,             as/link/hc08/lkdata.c,
+       * as/hc08/lkelf.c,              as/link/hc08/lkelf.c,
+       * as/hc08/lkihx.c,              as/link/hc08/lkihx.c,
+       * as/hc08/lklibr.c,             as/link/hc08/lklibr.c,
+       * as/hc08/lkmain.c,             as/link/hc08/lkmain.c,
+       * as/hc08/lkmem.c,              as/link/hc08/lkmem.c,
+       * as/hc08/lkrloc.c,             as/link/hc08/lkrloc.c,
+       * as/hc08/lks19.c,              as/link/hc08/lks19.c,
+       * as/hc08/Makefile.aslink,      as/link/hc08/Makefile.aslink,
+       * as/hc08/Makefile.bcc,         as/link/hc08/Makefile.bcc,
+       * as/hc08/Makefile.in,          as/link/hc08/Makefile.in,
+       * as/link/hc08/conf.mk,
+       * configure,
+       * configure.in,
+       * Makefile.in,
+       * sdcc.dsw: moved hc08 linker to as/link/hc08
+       * as/hc08/lkeval.c,     as/link/mcs51/lkeval.c,     as/link/lkeval.c,
+       * as/hc08/lkhead.c,     as/link/mcs51/lkhead.c,     as/link/lkhead.c,
+       * as/hc08/lklex.c,      as/link/mcs51/lklex.c,      as/link/lklex.c,
+       * as/hc08/lklist.c,     as/link/mcs51/lklist.c,     as/link/lklist.c,
+       * as/hc08/lknoice.c,    as/link/mcs51/lknoice.c,    as/link/lknoice.c,
+       * as/hc08/lksym.c,      as/link/mcs51/lksym.c,      as/link/lksym.c,
+       * as/link/mcs51/aslink.dsp,
+       * as/link/mcs51/Makefile.in: factored out the common files
+       * as/hc08/lkstore.c: deleted, use the one already in as/link/
+       * as/clean.mk: extra cleaning common files
+       * as/link/mcs51/strcmpi.c,      as/strcmpi.c: moved
+       * as/link/mcs51/strcmpi.h: deleted, moved protoype to aslink.h
+       * as/mcs51/asm.h: include sdccconf.h or sdcc_vc.h
+
+2006-10-29 Raphael Neider <rneider AT web.de>
+
+       * src/pic/ralloc.c (newReg): create aliases for registers with
+         multiple names to fix #1579535 and #1584001,
+         (regWithIdx,dirregWithName): resolve aliases on lookup
+       * src/pic/pcode.c (DoBankSelect): die with error message on failing
+         bankselect
+       * device/lib/pic/libdev/Makefile.in: move pseudo stack down to 0x4f
+         to prevent build errors on small devices
+
+2006-10-28 Raphael Neider <rneider AT web.de>
+
+       * src/pic/gen.c (genFunction,genCall): drop "same code page"
+         assumption within interrupt handlers, fixes #1584940
+       * src/pic/glue.c (pic14_constructAbsMap): mark absolute symbols as
+         "emitted" to avoid emitting them again in udata
+
+2006-10-27 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
+
+       * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
+       Removed.
+
+2006-10-26 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
+
+       * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
+       Initialize uart only if SM0 and SM1 are zero.  Also, use flag to turn
+       on/off CR to CRLF conversion.
+
+2006-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
+
+       * doc/sdccman.lyx: updated IRQ section
+
+2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
+
+       * device/lib/serial_io.c: removed
+       * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c
+       replacements for serial_io.c
+
+2006-10-24 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/z80/main.c (_process_pragma, _parseOptions): fixed bug 1583318
+
+2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
+
+       * device/lib/serial_io.c: Default putchar() and getchar() for
+         mcs51 uses serial port.
+
+2006-10-23 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/mcs51/gen.c (movc): improved check for 0 and 1, see RFE 1582704
+
+2006-10-23 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
+
+       * support/regression/ports/mcs51/support.c: smaller
+       _sdcc_external_startup()
+       * device/lib/mcs51/crtxclear.asm: don't check high byte of l_PSEG
+
+2006-10-20 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * device/lib/gbz80/crt0.s,
+       * device/lib/gbz80/crt0_rle.s,
+       * device/lib/gbz80/div.s,
+       * device/lib/gbz80/fstubs.s,
+       * device/lib/gbz80/heap.s,
+       * device/lib/gbz80/mul.s,
+       * device/lib/gbz80/putchar.s,
+       * device/lib/gbz80/stubs.s,
+       * device/lib/z80/crt0.s,
+       * device/lib/z80/crt0_rle.s,
+       * device/lib/z80/div.s,
+       * device/lib/z80/fstubs.s,
+       * device/lib/z80/heap.s,
+       * device/lib/z80/mul.s,
+       * device/lib/z80/putchar.s,
+       * device/lib/z80/stubs.s: reverted, I was mistaken
+
+2006-10-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
+
+       * src/mcs51/peeph.def: peephole 238.x added check for notvolatile
+       * support/regression/ports/mcs51/support.c: removed race
+       condition on TI in _putchar allowing to use serial port mode 0
+
+2006-10-20 Borut Razem <borut.razem AT siol.net>
+
+       * debugger/mcs51/sdcdb.c: replaced isblank() with isspace()
+
+2006-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * device/lib/gbz80/crt0.s,
+       * device/lib/gbz80/crt0_rle.s,
+       * device/lib/gbz80/div.s,
+       * device/lib/gbz80/fstubs.s,
+       * device/lib/gbz80/heap.s,
+       * device/lib/gbz80/mul.s,
+       * device/lib/gbz80/putchar.s,
+       * device/lib/gbz80/stubs.s,
+       * device/lib/z80/crt0.s,
+       * device/lib/z80/crt0_rle.s,
+       * device/lib/z80/div.s,
+       * device/lib/z80/fstubs.s,
+       * device/lib/z80/heap.s,
+       * device/lib/z80/mul.s,
+       * device/lib/z80/putchar.s,
+       * device/lib/z80/stubs.s: removed all leading underscores from area names
+
+2006-10-17 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * support/regression/ports/mcs51/support.c: use highest baudrate so the
+         regression tests are not waiting in the simulator for simulated
+         transmission of debug output
+
+2006-10-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
+
+       * device/lib/printf_large.c: slightly smaller
+       * doc/sdccman.lyx: do not use spaces within html links
+
+2006-10-16 Borut Razem <borut.razem AT siol.net>
+
+       * configure.in, configure, sdccconf_in.h, src/SDCCglobal,
+         debugger/mcs51/Makefile.in, debugger/mcs51/sdcdb.[ch],
+         debugger/mcs51/aclocal.m4, debugger/mcs51/acinclide.m4,
+         debugger/mcs51/config.h.in, debugger/mcs51/configure.in,
+         debugger/mcs51/configure:
+         [ 1185668 ] add gnu readline support to sdcdb - enabled
+
+2006-10-16 Raphael Neider <rneider AT web.de>
+
+       * src/pic/pcode.c (BankSelect): another fix on (partial) BANKSELs,
+         fixes #1577882, removes close to all banking optimizations
+
 2006-10-15 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * src/SDCCsymt.c (checkSClass): no error for uninitialised absolute
        * debugger/mcs51/break.[ch], debugger/mcs51/cmd.c,
          debugger/mcs51/sdcdb.[ch], debugger/mcs51/simi.c:
          [ 1185668 ] add gnu readline support to sdcdb -
-         prepared for READLINE, not enabled yet
+         prepared for READLINE, not enabled yet,
+         thanks to <tal.bav AT gmail.com>
 
 2006-10-10 Raphael Neider <rneider AT web.de>