X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=807cd80c1db92d149a809d23dcabee861ddb67d0;hb=65efda7d3bf4938f8c444ca66a77419ac3f1dad9;hp=d854ebd692c1c939adbd9e90e90645f33b05d282;hpb=bd89c62b363f19b5d7af0cfcbd81dff870a389f7;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index d854ebd6..807cd80c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,56 @@ +2003-07-31 Bernhard Held + + * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits + there, while the mantissa of a double is "only" 53 bits wide. + +2003-07-31 Jesus Calvino-Fraga + + Adding sdcclib to the build. MSVC project coming soon. + Files added/changed: + + * support\librarian\clean.mk + * support\librarian\configure + * support\librarian\configure.in + * support\librarian\config_in.h + * support\librarian\Makefile.bcc + * support\librarian\Makefile.in + * support\librarian\sdcclib.c + * Makefile.bcc + * Makefile + * Makefile.common.in + * configure + * configure.in + +2003-07-29 Jesus Calvino-Fraga + + Linker now complaints if linked modules have conflicting options, for + example, one compiled using --model-large and another one compiled with + --model-small. The following files were modified: + + * as\mcs51\asdata.c + * as\mcs51\aslink.h + * as\mcs51\asm.h + * as\mcs51\asmain.c + * as\mcs51\asout.c + * as\mcs51\i51pst.c + * as\mcs51\lkdata.c + * as\mcs51\lklibr.c + * as\mcs51\lkmain.c + * as\z80\asdata.c + * as\z80\asm.h + * as\z80\asmain.c + * as\z80\asout.c + * as\z80\z80pst.c + * link\z80\aslink.h + * link\z80\lkdata.c + * link\z80\lklibr.c + * link\z80\lkmain.c + * src\SDCCglue.c + 2003-07-28 Jesus Calvino-Fraga - *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h, - as/mcs51/lklibr.c: Generate a warning when a library is not found. + *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h, + as/mcs51/lklibr.c: Generate a warning when a library is not found. 2003-07-28 Bernhard Held @@ -9,7 +58,7 @@ 2003-07-26 Jesus Calvino-Fraga - *src/SDCCmain.c: do not search for crt0.o when using --nostdlib + *src/SDCCmain.c: do not search for crt0.o when using --nostdlib 2003-07-24 Bernhard Held @@ -24,11 +73,11 @@ 2003-07-24 Jesus Calvino-Fraga - added support for new library format to z80, gbz80 linkers: - *link/z80/aslink.h - *link/z80/lklex.c - *link/z80/lklib.c - *link/z80/lklist.c + added support for new library format to z80, gbz80 linkers: + *link/z80/aslink.h + *link/z80/lklex.c + *link/z80/lklib.c + *link/z80/lklist.c 2003-07-24 Bernhard Held