From 1a0db171b0ceeb158fffe57474dfbb201fa229fe Mon Sep 17 00:00:00 2001 From: epetrich Date: Tue, 1 Jun 2004 21:35:14 +0000 Subject: [PATCH] * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if computed address is reused * src/hc08/gen.c (genPackBits): fixed offsets in assignments to multi-byte bitfields git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3338 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0054e423..fa490bf5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,21 @@ +2004-06-01 Erik Petrich + + * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if + computed address is reused + * src/hc08/gen.c (genPackBits): fixed offsets in assignments to + multi-byte bitfields + 2004-06-01 Maarten Brock + * src/z80/gen.c: (genArrayInit): must check for pointers too 2004-06-01 Maarten Brock + * support/regression/tests/zeropad.c: never meant to commit the nestedstruct test: removed, added check for GCC version 2004-05-31 Maarten Brock + * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct, -- 2.47.2