aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-05-30 17:05:32 +0000
committerTom Tromey <tromey@redhat.com>2013-05-30 17:05:32 +0000
commit4bbc010a2d22fd94bdf00fa0568481701e69eb69 (patch)
treedc7e027c4173cc43e7af25eeb7ad2bda36e1177e /gdb/ChangeLog
parentb963592585c05fcfd6817584a9f4e10d038c043a (diff)
downloadgdb-4bbc010a2d22fd94bdf00fa0568481701e69eb69.zip
gdb-4bbc010a2d22fd94bdf00fa0568481701e69eb69.tar.gz
gdb-4bbc010a2d22fd94bdf00fa0568481701e69eb69.tar.bz2
fix cleanup handling in m32r_load
m32r_load is missing a call to do_cleanups along one return path. * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
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 53a3eb7..fc3829a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2013-05-30 Tom Tromey <tromey@redhat.com>
+ * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
+
+2013-05-30 Tom Tromey <tromey@redhat.com>
+
* mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
2013-05-30 Tom Tromey <tromey@redhat.com>