diff --git a/ChangeLog b/ChangeLog index e406bef..eae464c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +2005-06-06 21:38 Laurent Vivier + + * second/MMU040.c: Manage RESIDENT page entry + +2005-06-06 21:36 Laurent Vivier + + * second/uncompress.c: Set STATIC to static + +2005-06-06 21:33 Laurent Vivier + + * second/head.S: GCC 3 requires BSS be cleared: it places variables + initialized to 0 from DATA to BSS + +2005-06-06 20:15 Laurent Vivier + + * second/inflate.c: backport fix from gzip 1.3.5 + +2005-06-02 01:26 Laurent Vivier + + * second/: glue.S, MMU030_asm.S: save and restore registers at + entry/exit of functions (detected with GCC 3) + +2005-06-02 00:48 Laurent Vivier + + * second/MMU040_asm.S: save and restore %d2 in MMU040_read_phys + (detected with GCC 3.4) + +2005-05-27 00:43 Laurent Vivier + + * second/printf.c: more gcc-3 compatibility: add putchar() + +2005-05-27 00:41 Laurent Vivier + + * ChangeLog: new ChangeLog with cvs2cl + +2005-05-26 19:53 Laurent Vivier + + * Makefile: update VERSION with 0.9CVS + 2005-05-26 00:11 Laurent Vivier * Makefile: Release 0.8