aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-12-18 14:47:06 -0700
committerTom Tromey <tromey@redhat.com>2014-02-19 07:48:16 -0700
commit7e35c012fb79ca35105f0d1b299014adef61be88 (patch)
tree77d3c39f06d58637328e98837cd9746fe42337eb /gdb/ChangeLog
parent770234d33bd301dd1893457a90e4b02cfec5c87a (diff)
downloadgdb-7e35c012fb79ca35105f0d1b299014adef61be88.zip
gdb-7e35c012fb79ca35105f0d1b299014adef61be88.tar.gz
gdb-7e35c012fb79ca35105f0d1b299014adef61be88.tar.bz2
convert to_get_section_table
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (target_get_section_table): Unconditionally delegate. * target.h (struct target_ops) <to_get_section_table>: Use TARGET_DEFAULT_RETURN.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2512cbc..c9b2017 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,6 +1,13 @@
2014-02-19 Tom Tromey <tromey@redhat.com>
* target-delegates.c: Rebuild.
+ * target.c (target_get_section_table): Unconditionally delegate.
+ * target.h (struct target_ops) <to_get_section_table>: Use
+ TARGET_DEFAULT_RETURN.
+
+2014-02-19 Tom Tromey <tromey@redhat.com>
+
+ * target-delegates.c: Rebuild.
* target.c (target_pid_to_str): Unconditionally delegate.
(init_dummy_target): Don't initialize to_pid_to_str.
(default_pid_to_str): Rename from dummy_pid_to_str.