X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=d910cca26a33dea32b0538d59a0366bdd3cf7ef6;hb=d08e6df2202ed3f19b681221b502dedb3c6c8a28;hp=b166b3d6c54658cfe1360361d6bebcf9a69ccd59;hpb=7b561330739c816ef8cbf170c2d2599268b9c461;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index b166b3d6..d910cca2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2009-01-21 Borut Razem + + * as/link/lkar.h: sgetl and sputl are independent of endianness + * as/link/sdxxxx_config.h.in: removed endianness detection + +2009-01-20 Borut Razem + + * .version, doc/sdccman.lyx: bumped sdcc version to 2.8.8 + due creation of ar format libraries + * support/scripts/sdcc.nsi: + don't add nonexistent object files to the package + +2009-01-19 Borut Razem + + * Makefile.in, configure.in, configure, + device/lib/Makefile.in, device/lib/ds390/Makefile.in, + device/lib/ds400/Makefile.in, device/lib/gbz80/Makefile.in, + device/lib/hc08/Makefile.in, device/lib/large/Makefile.in, + device/lib/mcs51/Makefile.in, device/lib/medium/Makefile.in, + device/lib/small/Makefile.in, + device/lib/z80/Makefile.in: create ar format libraries + * support/regression/ports/mcs51-xstack-auto/spec.mk: + use device/lib/Makefile to create library + * support/regression/tests/snprintf.c: + floating point is not enabled in small-xstack-auto library + * device/lib/libfloat.lib, device/lib/libint.lib, + device/lib/liblong.lib, device/lib/libsdcc.lib: removed + 2009-01-18 Borut Razem * support/cpp/auto-host.h: fixed warning: "__STDC__" redefined,