From: Sergio Durigan Junior Date: Wed, 27 Aug 2014 17:01:01 +0000 (-0400) Subject: Adding last commit's ChangeLog entry. X-Git-Tag: binutils-2_25~469 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b13900280517e928ae1d1abc10e11e855e72605;p=platform%2Fupstream%2Fbinutils.git Adding last commit's ChangeLog entry. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 33b3c47..ac4d43c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,20 @@ +2014-08-27 Patrick Palka + + * 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 * linux-nat.c (linux_nat_close): Don't pass NULL for "this".