X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=22884ac8bf5b694cbe4d0765b4e5dc098d4273bf;hb=0781937e2f57dec5475bf968ee54716ed00d6f92;hp=82d96ade0117926424b3e2d96c7c4a3189cf4c94;hpb=6bb584ae046bca1cbb5b3863e45b96274ceec44a;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 82d96ade..22884ac8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +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