X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=5891d3c4c00070ce5553b653797482ea96eab992;hb=89cfbf54f2bfdb6644f63ffe57298207a602e8bf;hp=82d96ade0117926424b3e2d96c7c4a3189cf4c94;hpb=6bb584ae046bca1cbb5b3863e45b96274ceec44a;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 82d96ade..5891d3c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,45 @@ +2009-02-05 Borut Razem + + * asranlib/asranlib.c, link/lkar.h, link/lkar.c: + added support for BSD (Mac OS X) ar format + +2009-02-02 Borut Razem + + * device/lib/gbz80/Makefile.in, device/lib/hc08/Makefile.in, + device/lib/z80/Makefile.in: + chose source files in the PORT directory if they are available + +2008-02-01 Raphael Neider + + * device/lib/pic16/libdev/pic18f1220.c, + * device/lib/pic16/libdev/pic18f4450.c: + define SSPBUF to allow use of printf + +2009-02-01 Borut Razem + + * device/lib/Makefile.in, device/lib/gbz80/Makefile.in, + device/lib/hc08/Makefile.in, device/lib/incl.mk, + device/lib/z80/Makefile.in: + don't remake libraries + * support/regression/tests/snprintf.c: + reenable floating point in small-xstack-auto library + +2008-01-26 Raphael Neider + + * src/pic16/ralloc.c (packForPush): disabled to fix #2496919 + +2008-01-25 Raphael Neider + + * src/pic16/main.c (_pic16_linkEdit): prepend -L paths to linker + search path instead of appending them + +2009-01-24 Borut Razem + + * as/asranlib/asranlib.h: changed type of offset to unsigned int to + make it work on ppc Mac OS X (off_t is 64 bit and is not converted + to 32 bit unsigned int when calling sputl() since it is a macro + * as/link/lkar.c: changed the initialization of This->loaded + 2009-01-23 Borut Razem * as/link/lkar.h: changed type of ar_size to size_t to make it work on