aboutsummaryrefslogtreecommitdiff
path: root/sim/common/ChangeLog
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2006-08-29 13:16:19 +0000
committerThiemo Seufer <ths@networkno.de>2006-08-29 13:16:19 +0000
commit41ec9f205e2aee2a7a7c1515a5c7b4372bcba9c4 (patch)
tree565e96b6d3539d0bf9c2a8f27e2f5df0e047971d /sim/common/ChangeLog
parent2d2733fc966f64220d26a99caf9ed4cb0c075f5d (diff)
downloadgdb-41ec9f205e2aee2a7a7c1515a5c7b4372bcba9c4.zip
gdb-41ec9f205e2aee2a7a7c1515a5c7b4372bcba9c4.tar.gz
gdb-41ec9f205e2aee2a7a7c1515a5c7b4372bcba9c4.tar.bz2
* sim-profile.c (profile_pc_init): Initialise default profiling
frequency to a prime number. (profile_print_pc): Convert gmon.out sample data into target byte order.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r--sim/common/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 1768b40..f90e95d 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,10 @@
+2006-08-29 Nigel Stephens <nigel@mips.com>
+
+ * sim-profile.c (profile_pc_init): Initialise default profiling
+ frequency to a prime number.
+ (profile_print_pc): Convert gmon.out sample data into target
+ byte order.
+
2006-06-13 Richard Earnshaw <rearnsha@arm.com>
* aclocal.m4: Pass ../../intl to ZW_GNU_GETTEXT_SISTER_DIR.