X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=aefa112d792207a9931677f90f12237100558ea7;hb=a0f68328150615689c481fe8f361b05e639ce056;hp=d910cca26a33dea32b0538d59a0366bdd3cf7ef6;hpb=d08e6df2202ed3f19b681221b502dedb3c6c8a28;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index d910cca2..aefa112d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +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 + ppc Mac OS X (off_t is 64 bit and is not converted to 32 bit + unsigned int when calling new(), since asxxxx doesn't use function + prototypes) + 2009-01-21 Borut Razem * as/link/lkar.h: sgetl and sputl are independent of endianness