diff options
author | Tom Tromey <tromey@redhat.com> | 2013-12-18 11:15:21 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2014-02-19 07:47:36 -0700 |
commit | fe31bf5b9e1b6fcfc5f083228328a84b6af19ad8 (patch) | |
tree | 4d4d8f6e2695bcd30281a195745b5ebf2d219ca7 /gdb/ChangeLog | |
parent | 53e1cfc77f60479a222bf52261b6a1f77bc3a445 (diff) | |
download | gdb-fe31bf5b9e1b6fcfc5f083228328a84b6af19ad8.zip gdb-fe31bf5b9e1b6fcfc5f083228328a84b6af19ad8.tar.gz gdb-fe31bf5b9e1b6fcfc5f083228328a84b6af19ad8.tar.bz2 |
convert to_execution_direction
2014-02-19 Tom Tromey <tromey@redhat.com>
* target-delegates.c: Rebuild.
* target.c (update_current_target): Don't inherit or default
to_execution_direction.
* target.h (struct target_ops) <to_execution_direction>: Use
TARGET_DEFAULT_FUNC.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4894019..ae8bfac 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -2,6 +2,14 @@ * target-delegates.c: Rebuild. * target.c (update_current_target): Don't inherit or default + to_execution_direction. + * target.h (struct target_ops) <to_execution_direction>: Use + TARGET_DEFAULT_FUNC. + +2014-02-19 Tom Tromey <tromey@redhat.com> + + * target-delegates.c: Rebuild. + * target.c (update_current_target): Don't inherit or default to_can_execute_reverse. * target.h (struct target_ops) <to_can_execute_reverse>: Use TARGET_DEFAULT_RETURN. |