Adding last commit's ChangeLog entry.

This commit is contained in:
Sergio Durigan Junior 2014-08-27 13:01:01 -04:00
parent 3278a9f568
commit 9b13900280
1 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,20 @@
2014-08-27 Patrick Palka <patrick@parcs.ath.cx>
* target.h (struct target_ops::to_terminal_save_ours): Remove
declaration.
(target_terminal_save_ours): Remove macro.
* target-delegates.c: Regenerate.
* inf-child.c (inf_child_target): Don't set the nonexistent
field to_terminal_save_ours.
* inferior.h (child_terminal_save_ours): Remove declaration.
* terminal.h (gdb_save_tty_state): New declaration.
* inflow.c (child_terminal_save_ours): Rename to ...
(gdb_save_tty_state): ... this.
* tui/tui.c: Include terminal.h.
(tui_enable): Use gdb_save_tty_state instead of
target_terminal_save_ours.
(tui_disable): Likewise.
2014-08-25 Doug Evans <dje@google.com>
* linux-nat.c (linux_nat_close): Don't pass NULL for "this".