X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=17352c3ae391d9a68f118fc8517ca47315a395a6;hb=c7d47a5b353160d334a7e89d40aad9920dad7709;hp=0b42a0fa3ef49d7f864af859a72aefe18cd65eb8;hpb=46cb5ab6460b620d06718eed3255039c3c1a2cb3;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 0b42a0fa..17352c3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-08-13 Bernhard Held + + Fixed bug #787649 by anonymous + * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr + * src/ds390/gen.c (aopForSym): fixed func ptr in sloc + 2003-08-14 Erik Petrich Fixed numerous bitfield problems. @@ -10,7 +16,7 @@ * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs * support/regression/tests/bitfields.c: tests added - + 2003-08-13 Erik Petrich Made the constant following the "interrupt" keyword optional. If