X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=178c539d74c7933f9abed87ecccc092a9b9a8f36;hb=fbd48347395156a06e6e658e945a50e5f4668c73;hp=5214928ff3f652547d3d46d6c6fea5874a9d094b;hpb=96ff6d16036e374f45b8aeb202e63a3578c8394a;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 5214928f..178c539d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,30 @@ +2003-10-31 Borut Razem + + * 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 + + * 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 + + * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning + +2003-10-31 Klaus Flittner + + * src/SDCCcse.c (updateSpillLocation): fixed bug #808027 + 2003-10-31 Bernhard Held * src/SDCCmain.c (linkEdit): "fixed" bug #833605 + * src/SDCCast.c (decorateType): fixed bug #832664 2003-10-31 Borut Razem