aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index a1b95b7..39a1be0 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,3 +1,12 @@
+2016-03-31 Marcin Koƛcielnicki <koriakin@0x04.net>
+
+ * tracepoint.c (gdb_collect_ptr): Remove const qualifier.
+ (get_raw_reg_ptr): Likewise.
+ (get_trace_state_variable_value_ptr): Likewise.
+ (set_trace_state_variable_value_ptr): Likewise.
+ (initialize_tracepoint): Cast alloc_jump_pad_buffer result to
+ char *.
+
2016-03-31 Wei-cheng Wang <cole945@gmail.com>
Marcin Koƛcielnicki <koriakin@0x04.net>