diff options
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 096be2c..66e74f73 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2010-07-28 Pedro Alves <pedro@codesourcery.com> + + PR build/11848 + * configure.ac: Check for wresize. + * configure, config.in: Regenerate. + * tui/tui-win.c (make_visible_with_new_height): Wrap wresize call + with HAVE_WRESIZE. + 2010-07-28 Tom Tromey <tromey@redhat.com> PR python/11060: |