diff options
author | Tom Tromey <tromey@redhat.com> | 2013-12-18 20:16:56 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2014-02-19 07:48:24 -0700 |
commit | 8444ab58be111620c35932b1639a7b6b17845309 (patch) | |
tree | e50673706502a50cea45db6222073277a6eaa1fe /gdb/ChangeLog | |
parent | c29302cc8aef5856ae6ed63cef46c17dcc1b790a (diff) | |
download | gdb-8444ab58be111620c35932b1639a7b6b17845309.zip gdb-8444ab58be111620c35932b1639a7b6b17845309.tar.gz gdb-8444ab58be111620c35932b1639a7b6b17845309.tar.bz2 |
convert to_insn_history_from
2014-02-19 Tom Tromey <tromey@redhat.com>
* target-delegates.c: Rebuild.
* target.c (target_insn_history_from): Unconditionally delegate.
* target.h (struct target_ops) <to_insn_history_from>: Use
TARGET_DEFAULT_NORETURN.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f2aa5c2..584f6c1 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_insn_history_from): Unconditionally delegate. + * target.h (struct target_ops) <to_insn_history_from>: Use + TARGET_DEFAULT_NORETURN. + +2014-02-19 Tom Tromey <tromey@redhat.com> + + * target-delegates.c: Rebuild. * target.c (target_insn_history_range): Unconditionally delegate. * target.h (struct target_ops) <to_insn_history_range>: Use TARGET_DEFAULT_NORETURN. |