X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;fp=ChangeLog;h=f4db078450e8e9c7bdf5d7ce80aa98f380bad2a9;hb=a60bfaa1e7df0465a96195a619d6a398363347a9;hp=5db8a84ef4b53d5642d8cc73715b37ca1461f15c;hpb=eae1bd2f705a2c61e143c539f8c4d1e9c2b4efe6;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 5db8a84e..f4db0784 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-04-27 Raphael Neider + + * src/pic16/gen.c (genNearPointerGet): fix double indirect + access to bitfields (#2782405) + 2009-04-27 Borut Razem * fixed GCC 4.4.0 mingw compilation: @@ -13,8 +18,6 @@ replaced hh printf format specifier with parameter casting to unsigned char -support\cpp\sdcpp-opts.c - 2009-04-19 Philipp Klaus Krause * device/lib/z80/shift.s, device/lib/z80/memmove.s, @@ -23,7 +26,7 @@ support\cpp\sdcpp-opts.c device/lib/z80/div.s, device/lib/z80/mod.s: Applied patch #2762516 from Marco Bodrato containing minor - improvementsof many Z80 asm routines. + improvements of many Z80 asm routines. 2009-04-19 Philipp Klaus Krause