* device/include/pic16/stdbool.h: removed, since already exists in
[fw/sdcc] / ChangeLog
index 33c6111c83eb2738c1403c3e50d34bc7d29845af..1cbe192a014e5aa1daa8b21a13b4389bed3f5a6a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2007-12-16 Borut Razem <borut.razem AT siol.net>
+
+       * device/include/pic16/stdbool.h: removed, since already exists in
+        device/include/; this also fixes bitopcse.c regression test for pic16
+        target
+       * support/regression/fwk/inclusw/testfwk.h: added macro ASSERT_FAILED
+
+2007-12-05 Borut Razem <borut.razem AT siol.net>
+
+       * doc/sdccman.lyx: fixed bug #1844509 - Correction to Manual 4.6.9
+         Adding new PIC16
+
+2007-12-01 Borut Razem <borut.razem AT siol.net>
+
+       * sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/mem.cc:
+         corrected handling of the highest_valid_address
+
 2007-11-17 Raphael Neider <rneider AT web.de>
 
        * src/pic/main.c (_asmCmd): include debug arguments (-g as $3)
@@ -24,7 +41,8 @@
          as/link/z80/Makefile.in, as/link/z80/linkgbz80.dsp,
          as/link/z80/linkz80.dsp, as/mcs51/Makefile.bcc, as/mcs51/Makefile.in,
          as/mcs51/asm.h, as/mcs51/asx8051.dsp, as/z80/Makefile.bcc,
-         as/z80/Makefile.in, as/z80/as_gbz80.dsp, as/z80/as_z80.dsp: modified
+         as/z80/Makefile.in, as/z80/as_gbz80.dsp, as/z80/as_z80.dsp,
+         as/z80/Makefile.as_hc08, as/mcs51/Makefile.asx8051: modified
          created as/asxxsrc directory, assym.c and strcpi.c moved into it
 
 2007-11-15 Maarten Brock <sourceforge.brock AT dse.nl>