diff options
Diffstat (limited to 'sim/ppc/ChangeLog')
-rw-r--r-- | sim/ppc/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 3914b6b..8917c61 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,17 @@ +Fri Nov 15 15:23:39 1996 Michael Meissner <meissner@tiktok.cygnus.com> + + * pk_disklabel.c (pk_disklabel_create_instance): Fix up some + warnings generated by GCC. + +Fri Nov 1 14:42:57 1996 Michael Meissner <meissner@tiktok.cygnus.com> + + * mon.c (_cpu_mon): Add fields for counting 1, 2, 4, and 8 byte + reads and writes. + (mon_{read,write}): Count 1, 2, 4, and 8 byte reads/writes. + (mon_print_info): Correct typo regarding # of unaligned reads and + writes. Print out how many 1, 2, 4, and 8 byte reads/writes there + are. + Tue Oct 29 17:55:43 1996 Michael Meissner <meissner@tiktok.cygnus.com> * configure.in (AC_CHECK_FUNCS): Add access. |