aboutsummaryrefslogtreecommitdiff
path: root/sim/common/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r--sim/common/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 1bf564a..4e0aaf0b 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,5 +1,19 @@
2010-04-12 Mike Frysinger <vapier@gentoo.org>
+ * dv-core.c (dv_core_descriptor): Add NULL initializer.
+ * dv-glue.c (hw_glue_ports, dv_glue_descriptor): Likewise.
+ * dv-pal.c (hw_pal_ports, dv_pal_descriptor): Likewise.
+ * dv-sockser.c (sockser_options): Likewise.
+ * hw-ports.c (empty_hw_ports): Likewise.
+ * sim-hw.c (hw_options): Likewise.
+ * sim-model.c (model_options): Likewise.
+ * sim-options.c (standard_options): Likewise.
+ * sim-profile.c (profile_options): Likewise.
+ * sim-trace.c (trace_options): Likewise.
+ * sim-watch.c (watchpoint_options): Likewise.
+
+2010-04-12 Mike Frysinger <vapier@gentoo.org>
+
* sim-options.c (dup_arg_p): Add "const" to the "arg" argument,
the local "arg_table" variable, and the xmalloc cast.