_mcs51_genXINIT: xdata initialization is 13 bytes shorter now
[fw/sdcc] / ChangeLog
index 5214928ff3f652547d3d46d6c6fea5874a9d094b..178c539d74c7933f9abed87ecccc092a9b9a8f36 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,30 @@
+2003-10-31  Borut Razem <borut.razem@siol.net>
+
+       * support/cpp2/cpplib.h,
+         support/cpp2/cpplib.c,
+         support/cpp2/cpplex.c,
+         support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
+         to switch _asm block preprocessing on / off. Default is
+         #pragma preproc_asm +
+
+2003-10-31  Borut Razem <borut.razem@siol.net>
+
+       * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
+         when outputting comment blocks (when executed with -C option) and
+         _asm (SDCPP specific) blocks
+
+2003-10-31 Erik Petrich <epetrich@ivorytower.norman.ok.us>
+       
+       * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
+
+2003-10-31 Klaus Flittner <klaus_flittner@gmx.de>
+
+       * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
+
 2003-10-31 Bernhard Held <bernhard@bernhardheld.de>
 
        * src/SDCCmain.c (linkEdit): "fixed" bug #833605
+       * src/SDCCast.c (decorateType): fixed bug #832664
 
 2003-10-31  Borut Razem <borut.razem@siol.net>