diff options
Diffstat (limited to 'sim/ppc/ChangeLog')
-rw-r--r-- | sim/ppc/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 15a9bc6..89f8acd 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -25,8 +25,9 @@ Fri Nov 24 11:24:34 1995 Michael Meissner <meissner@tiktok.cygnus.com> (model_mon_info): Return structures counting the # of CRs that the mtcrf instruction used. - * mon.c (mon_sort_instruction_names): New function to sort - instruction names alphabetically. + * mon.c (stdlib.h): Include if the system supplies one. + (mon_sort_instruction_names): New function to sort instruction + names alphabetically. (mon_print_info): Call qsort with mon_sort_instruction_names to sort instruction names. |