X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=46b6324869c97d7a5f0ad45210c0551720ea7c07;hb=ae803653f2cdd9191b31e8f47853abbc454bdcce;hp=af24d14836975637e73096934ddedd0b3afd17e7;hpb=ef72a3f941f50acd00c7ee79b16838748f49e8d2;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index af24d148..46b63248 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,22 @@ -2007-04-23 Raphael Neider +2007-04-23 Borut Razem + + * doc/sdccman.lyx, src/SDCCmain.c: + peep-hole comments are generated only if --fverbose-asm option is + specified and --no-peep-comments is not, as proposed by Frieder. + * support/regression/Makefile.in: compile regression tests with + --fverbose-asm option so one can "grep" whether a new (or an old) + peephole is (still) applied; requested by Frieder. + +2007-04-23 Kevin Buettner + + * device/include/pic/pic16f886.h, + * device/include/pic/pic16f887.h, + * device/lib/pic/libdev/pic16f886.c, + * device/lib/pic/libdev/pic16f887.c, + * device/include/pic/pic14devices.txt, + * device/lib/pic/libdev/devices.txt: Add 16f886 and 16f887. + +2007-04-23 Kevin Buettner * device/lib/pic/libsdcc/idata.c: PAGESEL _main before going there, fixes #1704666