aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2017-11-09 17:15:37 -0700
committerTom Tromey <tom@tromey.com>2017-11-26 10:41:13 -0700
commit44287fd89091a833451e74c79e46404c23fdaf9b (patch)
tree9cdf1ed6924ea1d9ea749bf31d3e56bd950a73d5 /gdb/ChangeLog
parent8e2495f2f75120baae14f9dac9d29b043c539b2b (diff)
downloadgdb-44287fd89091a833451e74c79e46404c23fdaf9b.zip
gdb-44287fd89091a833451e74c79e46404c23fdaf9b.tar.gz
gdb-44287fd89091a833451e74c79e46404c23fdaf9b.tar.bz2
Removes a cleanup from gcore.c
This removes a cleanup from gcore.c, replacing it with unique_xmalloc_ptr. Regression tested by the buildbot. ChangeLog 2017-11-26 Tom Tromey <tom@tromey.com> * gcore.c (write_gcore_file_1): Use gdb::unique_xmalloc_ptr.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6223f0d..3c74596 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2017-11-26 Tom Tromey <tom@tromey.com>
+
+ * gcore.c (write_gcore_file_1): Use gdb::unique_xmalloc_ptr.
+
2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
* spu-tdep.c (spu_software_single_step): Access SPU_LSLR_REGNUM as