* support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
authorepetrich <epetrich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 9 Nov 2003 01:51:10 +0000 (01:51 +0000)
committerepetrich <epetrich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 9 Nov 2003 01:51:10 +0000 (01:51 +0000)
commitc34cf61917860a821a4631edda334443633805e7
tree1aff1a399aa477586454b3449e04349f4183826c
parentc0a17955b1c4fe4010e44bce96f26434a4ad9e73
* support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
the reentrant attribute.
* src/hc08/gen.c (genPackBits): added missing stack readjustment
* sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
simulation
* src/SDCCast.c (decorateType): fixed bug with storage class not being
updated during pointer dereference; f.e. ~(((char *)1)*) was being
erroneously reduced to a literal.
* src/hc08/ralloc.c (packRegisters, rematStr),
* src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
some cases

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3009 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
sim/ucsim/hc08.src/inst.cc
src/SDCCast.c
src/hc08/gen.c
src/hc08/ralloc.c
support/regression/fwk/lib/testfwk.c